I feel like I'd use my file browser if it was easier to get around. ctrp-p like zoxide/fzf would be game changing.
Edit: sry tbh I wasn't clear.. I was asking for a GUI file browser, sry ranger covers my tui needs
::: spoiler spoiler No electron :::
I feel like I'd use my file browser if it was easier to get around. ctrp-p like zoxide/fzf would be game changing.
Edit: sry tbh I wasn't clear.. I was asking for a GUI file browser, sry ranger covers my tui needs
::: spoiler spoiler No electron :::
8 Comments
alyth@lemmy.world · 7 pts · 2y
cakeofhonor@lemmy.world · 2 pts · 2y
I second this. lf is basically ranger but you can integrate any shell commands or tools into it. It'll require a bit of setting up though as the defaults are bare bones.
JubilantJaguar@lemmy.world · 1 pts · 2y
Shell commands can easily be integrated into
ranger.cakeofhonor@lemmy.world · 1 pts · 2y
Are you doing this via rifle? That was how I was doing it in ranger, but with lf you can make custom shell commands directly in the config and assign custom hotkeys to it.
JubilantJaguar@lemmy.world · 1 pts · 2y
In
rc.confputmap f shell -tf $SHELL ~/myscript.sh. When you pressfit will launchmyscript.shin a new terminal with the selection as an argument.man rangerand checkshellcommand for appropriate flags. For example, skip the-tif your script is in turn going to launch a GUI application.amanneedsamaid@sopuli.xyz · 3 pts · 2y
Emacs find-file with vertico and orderless achieve this nicely.
kapitol@lemmy.ca · 2 pts · 2y
Ranger does this ableit with a plugin. https://github.com/cjbassi/ranger-fzf
christos@lemmy.world · 2 pts · 2y
Check out basht
walthervonstolzing@lemmy.ml · 2 pts · 2y
Qt based file managers (PCManFM, Dolphin) usually have a filter input that's quite useful. It's limited to the current folder, and not a fuzzy finder, though.