Crates.io | lll |
lib.rs | lll |
version | 0.1.1 |
source | src |
created_at | 2019-06-29 03:10:29.18296 |
updated_at | 2019-10-16 20:47:47.856729 |
description | Simple terminal file manager |
homepage | https://github.com/zacanger/lll |
repository | https://github.com/zacanger/lll |
max_upload_size | |
id | 144473 |
size | 87,484 |
Simple terminal file manager
WIP, extremely rough. I would not recommend using this until it's 1.0.0.
Almost no features. Think more like noice
than ranger
.
Current keybinds:
hjkl
: navigationq
quitG
jump to bottomg
jump to topNone of these are planned features:
But these are:
l
should open a file, if not a directory (XDG_OPEN, spawn new terminal?)d
cut a file/directoryy
yank (copy) a file/directoryp
putx
delete/
search (smartcase) (should filter results, not navigate between matches).
toggle hidden files visibility (true by default)space
select multiple itemss
drop to a shell (on exit
, should return to lll
)ranger
(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.marcos
(Rust) is rough, but I'm using some code from it (MIT, Hitesh Paul).