lf (as in "list files") is a terminal file manager written in Go with a heavy inspiration from ranger file manager.
https://github.com/gokcehan/lf
This commit is contained in:
webdev4422 2022-11-07 21:00:44 +02:00 committed by Caleb Xu
parent c32d9d602f
commit 0eb4c030e2
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [mcfly](https://github.com/cantino/mcfly) - Fly through your shell history. Great Scot!
* [modules](http://modules.sourceforge.net/) - Classical Tcl-based Environment Modules managing the shell environment (compare to Lmod, direnv, and autoenv)
* [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration
* [lf](https://github.com/gokcehan/lf) - (as in "list files") is a terminal file manager written in Go with a heavy inspiration from ranger file manager.
* [parallel](https://www.gnu.org/software/parallel/) - Build and execute shell command lines from standard input in parallel
* [pass](https://www.passwordstore.org/) - Manage passwords from the command line with GPG encryption and optional git integration.
* [pathpicker](https://github.com/facebook/PathPicker) - Accepts inputs like grep, searches, git etc; allows selecting files from the result of the input, which you can then open or provide as argument to a command.