Simple terminal file manager
WIP, extremely rough. So far, you can open a file from a list of files.
Almost no features. Think more like noice
than ranger
.
None of these are planned features:
But these are:
hjkl
navigationd
cut a file/directoryy
yank (copy) a file/directoryp
putx
delete/
search (smartcase) (should filter results, not navigate between matches)space
select multiple itemss
drop to a shell (on exit
, should return to lll
)q
exitranger
(Python) is the gold standard. It's got every feature under the sun,
and is not always fast.hunter
and joshuto
are ranger
clones in Rust. joshuto
is pretty good!
I haven't tried hunter
because it requires more packages than I want to
install.nnn
, noice
, and rover
are relatively small and written in C. I like
them! But I don't like C.fff
is also fun, but it's written in Bash, and I wanted something both
fast and maintainable.lf
(Go) is very good. Like ranger
minus a bunch of stuff I never use. I
should really get better at Go.