lll-0.0.4 is not a library.
Visit the last successful build:
lll-0.1.1
lll
Simple terminal file manager
WIP, extremely rough. So far, you can open a file from a list of files.
Goals
Almost no features. Think more like noice than ranger.
-
None of these are planned features:
- Themes
- Built-in shell execution
- Config files
- Multiple panes (use screen or tmux)
- System information
- Windows support
-
But these are:
- Handle files in their default apps (xdg-open)
- Planned keybinds (not implemented yet):
hjklnavigationdcut a file/directoryyyank (copy) a file/directorypputxdelete/search (smartcase) (should filter results, not navigate between matches)spaceselect multiple itemssdrop to a shell (onexit, should return tolll)qexit
Other options
ranger(Python) is the gold standard. It's got every feature under the sun, and is not always fast.hunterandjoshutoarerangerclones in Rust.joshutois pretty good! I haven't triedhunterbecause it requires more packages than I want to install.nnn,noice, androverare relatively small and written in C. I like them! But I don't like C.fffis also fun, but it's written in Bash, and I wanted something both fast and maintainable.lf(Go) is very good. Likerangerminus a bunch of stuff I never use. I should really get better at Go.