No description
Find a file
Josh Megnauth e126412d8a Implement hot keys to cycle through tabs
`ctrl-PageUp` cycles tabs forward.
`ctrl-PageDown` cycles tabs backwards.

I initially used `ctrl-tab` and `ctrl-shift-tab`, but pressing `tab` would select elements of the GUI as well as cycle through tabs. It was weird and buggy.
2024-01-16 19:29:53 -07:00
debian Add xdg-utils dependency for xdg-open 2024-01-05 08:56:02 -07:00
i18n Add Ukrainian translation 2024-01-14 10:06:56 -07:00
res Open directories with cosmic-files 2024-01-03 15:52:43 -07:00
src Implement hot keys to cycle through tabs 2024-01-16 19:29:53 -07:00
.gitignore Basic implementation 2024-01-03 15:27:32 -07:00
Cargo.lock Add helper for setting config values efficiently 2024-01-14 18:55:15 -07:00
Cargo.toml Add helper for setting config values efficiently 2024-01-14 18:55:15 -07:00
i18n.toml Basic implementation 2024-01-03 15:27:32 -07:00
justfile Basic implementation 2024-01-03 15:27:32 -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