tui file manager
Go to file
2023-08-27 05:09:40 +02:00
src initial commit 2023-08-27 05:09:40 +02:00
.gitignore initial commit 2023-08-27 05:09:40 +02:00
Cargo.lock initial commit 2023-08-27 05:09:40 +02:00
Cargo.toml initial commit 2023-08-27 05:09:40 +02:00
README.md initial commit 2023-08-27 05:09:40 +02:00

TuiFile

A file explorer for your terminal, with homerow-centric navigation.

TuiFile can

  • have multiple instances, one for each open directory
  • display recursive directory structures
  • filter files using regex
  • select multiple files at once
  • create new directories
  • copy, move and delete
  • quickly open your $TERM and $EDITOR
  • add more features (open an issue with ideas if you have any)