- clone the repo
- navigate into it
- run
cargo run
in your terminal of choice
mainly to
- learn rust
- apply learnings from reading the rust-book
- and of course: HAVE FUN (:
- Live reload when files are created/deleted via notify crate
- Cheatsheet to see all keybinds (press c)
- Create files
- Delete files
- Rename files
- Open files with system-provided program
- Bulk delete files by adding them into the "Selected files" stack
- Remembers in which directory you went into, for each directory (currently only in-memory, e.g. on an "app-running" basis)
- Toggle selected files window
- Cross-platform (not tested on windows lol)