No description
Find a file
Josh Megnauth bc5b46d552 feat: Toggle showing hidden items
`ctrl` + `h` toggles the visibility of hidden files and folders per tab.
The per tab option overrides the global option. So, a user may set
hidden items to be visible by default (global option) but override it
per tab with `ctrl` + `h`.

Currently, per tab options aren't presented anywhere in the UI such as a
menu, so the hotkey is the only way to use this feature for now.
2024-02-11 07:23:02 -07:00
debian Add xdg-utils dependency for xdg-open 2024-01-05 08:56:02 -07:00
examples Forward selected path to caller 2024-02-01 17:43:41 -07:00
i18n Create sv.ftl - Add Swedish translation 2024-02-08 14:10:22 -07:00
res Accept file arguments in desktop file 2024-01-23 11:01:06 -07:00
src feat: Toggle showing hidden items 2024-02-11 07:23:02 -07:00
.gitignore Basic implementation 2024-01-03 15:27:32 -07:00
Cargo.lock Update dependencies 2024-02-10 18:58:01 -07:00
Cargo.toml Rebase on new libcosmic and iced 2024-02-09 07:09:51 -07:00
i18n.toml Basic implementation 2024-01-03 15:27:32 -07:00
justfile Implement history, show operations, implement trash 2024-01-30 10:47:41 -07:00
LICENSE Initial commit 2024-01-03 13:34:32 -07:00
README.md Initial commit 2024-01-03 13:34:32 -07:00

cosmic-files

WIP COSMIC file manager