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

Linux

56343 readers
561 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 6 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

top 10 comments
sorted by: hot top controversial new old
[–] alyth@lemmy.world 7 points 1 year 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

[–] cakeofhonor@lemmy.world 2 points 1 year 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.

[–] JubilantJaguar@lemmy.world 1 points 1 year ago (1 children)

Shell commands can easily be integrated into ranger.

[–] cakeofhonor@lemmy.world 1 points 1 year 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.

[–] JubilantJaguar@lemmy.world 1 points 1 year ago* (last edited 1 year 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.

[–] amanneedsamaid@sopuli.xyz 3 points 1 year ago

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

[–] kapitol@lemmy.ca 2 points 1 year ago

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

[–] walthervonstolzing@lemmy.ml 2 points 1 year 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.

[–] christos@lemmy.world 2 points 1 year ago
[–] TheAnonymouseJoker@lemmy.ml 1 points 1 year ago

Why not ape the Windows method of doing things?

Thunar + FSearch (both run natively)

Same as Clover + Explorer + Everything Search