lf | nnn | |
---|---|---|
113 | 202 | |
8,040 | 19,849 | |
1.4% | 1.1% | |
8.7 | 8.7 | |
9 days ago | 9 days ago | |
Go | C | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lf
- fd: A simple, fast and user-friendly alternative to 'find'
-
Preview images, videos, fonts, PDFs ... in Vifm.
As a Vim enthusiast, I always wanted to replicate my daily workflow based on keymappings and completely avoid using the mouse. I missed the functionality offered by tools like ranger or lf in Vifm, but I didn't want to learn a whole new set of keyboard shortcuts. I watched several YouTube videos trying to recreate this setup, but none quite hit the mark. The project that inspired this work didn't fully meet its intended functionality.
-
Command Line Tools I Like (2022)
lf is similar (I switched a system Python version update broke ranger). https://github.com/gokcehan/lf
I have it integrated into zsh so the current directory is whatever dir I was in when exiting lf.
- Superfile ā A fancy, petty terminal file manager
-
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
A very good alternative to ranger is lf https://github.com/gokcehan/lf
It's a lot faster in all aspects, has mostly the same features and is pretty much a standalone binary.
- Use Midnight Commander like a pro (2015)
-
Yazi: Fast terminal file manager based on async I/O
I've tried using LF in the past, but it didn't stick. Will definitely give this a go, as I'm trying to move to an pure terminal workflow as closely as possible.
https://github.com/gokcehan/lf
- Ytree; a Unix Filemanager
-
What are the best open source tools to easily navigate directories from the command line?
Hi. fff, lf, clifm Won't say they're best or not, rather interesting and maybe worth looking at. Looked up for the z in termux's repos and it's called "zoxide" there.
- Switching from unix - Is there a plugin or something similar to Ranger or NNN?
nnn
-
Shunpo: Minimalist bash tool to make directory navigation a little bit faster
I use https://github.com/jarun/nnn/ with `cd` on quit if I need to scan around manually. Otherwise, zoxide.
-
Show HN: Facad. The ls alternative making terminals cooler than GUIs
Would a commander type TUI work for you?
https://github.com/MidnightCommander/mc
https://github.com/ranger/ranger
https://github.com/jarun/nnn
There's also superfile and broot, but personally I feel like they try to do a little too much, might work for you though:
https://github.com/yorukot/superfile
https://github.com/Canop/broot
-
Directory navigation on Helix
If you want a file full browser experience choose nnn: https://github.com/jarun/nnn . If you have a desktop file for Helix you can use the Gnome Files program to make all your programming language files open in Helix.
-
Help compiling a package with a compiler flag from an official Debian source
The other option is to just download the static version https://github.com/jarun/nnn/releases/download/v4.9/nnn-nerd-static-4.9.x86_64.tar.gz and overwrite the Debian executable at /usr/bin/nnn, but this seems a bit hacky, agreed?
- Antonmedv/walk: Terminal file manager
- Ytree; a Unix Filemanager
-
How do I change default image and video interpreter program through environment variables for nnn file manager ? (Asking herre bc r/linuxquestions doesnt allow posts)
You can get the 'default' nuke plugin script from https://github.com/jarun/nnn/blob/master/plugins/nuke and customize it if you need to. You define files by extension or mime type and set default and fallback apps to be opened with.
-
What are the best open source tools to easily navigate directories from the command line?
I like nnn ( n3 ).
-
Can't figure out how to change icon theme in nnn
The icon-theme seems to be driven by your terminal font as detailed in `src/icons-in-terminal.h & icons.h, and the choice of "terminal-icon vs nerd-fonts vs emoji" appear to be hard-wired at compile-time rather than at run-time.
-
What's a really niche tool you use that you can't live without?
nnn
What are some alternatives?
ranger - A VIM-inspired filemanager for the console
fff - š A simple file manager written in bash.
yazi - š„ Blazing fast terminal file manager written in Rust, based on async I/O.
xplr - A hackable, minimal, fast TUI file explorer
mc - Midnight Commander's repository