A Simple TUI FileManager
- Navigation -> vim keybinds / arrow keys
- Show/Hide dotfiles -> .
- Rename a file / directory -> r
- Delete a file / directory -> d
- Add a file / directory -> a
- Yank a file / directory -> y
- Paste a file / directory -> p
- Cut a file / directory -> x
- Select multiple files / directories -> space
- Search using fzf (make ssure fzf is installed) -> z
- Extract archives (zip/7z/rar/tar) -> e
- Compress (zip/7z/tar) -> c
It also supports image previews using chafa
