33
submitted 3 months ago* (last edited 3 months ago) by danhab99@programming.dev to c/linux@lemmy.ml

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

spoilerNo electron

you are viewing a single comment's thread
view the rest of the comments
[-] alyth@lemmy.world 7 points 3 months ago

lf is a TUI file manager. In its Wiki, you'll find a snippet to search with fzf and map it to a key.

lf Wiki / Integrations / fzf

[-] cakeofhonor@lemmy.world 2 points 3 months ago

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 points 3 months ago

Shell commands can easily be integrated into ranger.

[-] cakeofhonor@lemmy.world 1 points 3 months ago

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 points 3 months ago* (last edited 3 months ago)

In rc.conf put map f shell -tf $SHELL ~/myscript.sh. When you press f it will launch myscript.sh in a new terminal with the selection as an argument.

man ranger and check shell command for appropriate flags. For example, skip the -t if your script is in turn going to launch a GUI application.

this post was submitted on 16 Jun 2024
33 points (97.1% liked)

Linux

47370 readers
869 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS