ranger
fzf
ranger | fzf | |
---|---|---|
168 | 425 | |
15,996 | 68,740 | |
0.9% | 1.8% | |
8.1 | 9.8 | |
10 days ago | 3 days ago | |
Python | Go | |
GNU General Public License v3.0 only | MIT 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.
ranger
-
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)
[2] https://github.com/ranger/ranger/blob/bd9b37faee9748798f3970...
-
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
-
Z – Jump Around
Came to post zoxide. Also if you use `ranger`[1] (vim inspired file manager) then you might like to add the `ranger-zoxide` plugin[2].
1. https://github.com/ranger/ranger
2. https://github.com/jchook/ranger-zoxide
-
Antonmedv/walk: Terminal file manager
This looks cool, though I already use https://github.com/ranger/ranger for this.
- Ytree; a Unix Filemanager
-
How to have column view like macOS finder ?
This feature is rarely seen in Linux file managers. I would recommend the CLI file manager ranger. If you need a GUI tool, you should have a look at pantheon files, the file manager of ElementaryOS.
-
rename triggering on focus
Someone opened an issue about this. Might want to follow that.
-
Ranger neovim plugin bindings clash with NeoVim bindings when used as a plugin
Hi! I am using ranger file manager terminal as its best through all i had used, but i have a weird problem and i want to ask you maybe you know how to solve it because my knowledge have limits on this topic even though i researched a bit.
-
View images when SSH
How about ranger
fzf
-
Trick to find commands in the terminal quickly
Install "fzf" [0] and set it up to be used with control+r, there's no going back. You get as a bonus the chance to use fzf in a lot of other places :)
I guess that more advance tool would be "atuin" [1], but it is too much for my use case.
[0] https://github.com/junegunn/fzf
-
Get a Git productivity boost with FZF
FZF is a command line fuzzy finder. It's an incredibly powerful tool that you can use (at its simplest) to filter lists as you type.
-
Effortlessly Manage Your Notes with my Bash Script Featuring FZF Integration!
fzf (fuzzy finder)
-
17 Essential CLI Tools to Boost Developer Productivity
fzf
-
How to automate the launch of your terminal processes (fzf + tmux + teamocil)
FZF (Fuzzy finder) is a command-line application that allows you to turn any list into an interactive menu with support for awesome fuzzy search, which you can read more about here.
-
Fuzzy business: shadowing ssh
So you'll need fzf installed for this example to do anything interesting.
-
fzf + SSH Config Hosts
Combining this with fzf, you can have a nice quick shortcut to quickly pick a server to connect to into.
-
We need more zero config tools
fzf (https://github.com/junegunn/fzf) is really great. Very useful for providing a quick and easy user interface. For example, I use it to fuzzy find inside git branches to have an "improved checkout". I do that since at work branches are usually named "-", it's faster to search for the issue number.
-
Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
The fzf repo has a guide/example code for ripgrep integration that works pretty well.
https://github.com/junegunn/fzf/blob/master/ADVANCED.md#ripg...
- Techniques I Use to Create a Great User Experience for Shell Scripts
What are some alternatives?
lf - Terminal file manager
peco - Simplistic interactive filtering tool
nnn - n³ The unorthodox terminal file manager
skim - Fuzzy Finder in rust!
vifm - Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
z - z - jump around