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

Linux

46819 readers
1118 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
 

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

all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 2 months ago (1 children)

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

[–] [email protected] 2 points 2 months ago (1 children)

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.

[–] [email protected] 1 points 2 months ago (1 children)

Shell commands can easily be integrated into ranger.

[–] [email protected] 1 points 2 months ago (1 children)

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.

[–] [email protected] 1 points 2 months ago* (last edited 2 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.

[–] [email protected] 3 points 2 months ago

Emacs find-file with vertico and orderless achieve this nicely.

[–] [email protected] 2 points 2 months ago

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.

[–] [email protected] 2 points 2 months ago

Ranger does this ableit with a plugin. https://github.com/cjbassi/ranger-fzf

[–] [email protected] 2 points 2 months ago