#fzf — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fzf, aggregated by home.social.
-
@reilyh
:mi: :sona: :ala: :e_: :nasin: :lipu: slob •:sina: :wile: :kepeken: :lipu: :nimi: :la: :sina: :o_: :kama: :jo: :e_: :lipu: :ni: :
https://tokipona.org/nimi_pu.txt https://tokipona.org/nimi_pu_ala.txt https://tokipona.org/compounds.txt:sina: :wile: :alasa: :e_: :nimi: :la: :sina: :o_: :ni: :
cat *.txt|grep -P "^[a-z]"|fzf +x -e|less -e:ni: :li: :pona: :ala: :pona: :e_: :sina: •
#tokipona #lipunimi #pu #fzf -
🎩 Behold the software savant who transformed a terminal into a bloated 6.2MB #Go monstrosity because, apparently, fzf's elegance was too mainstream. 🚀 Bravo for reinventing the wheel with a square! 🙃
https://github.com/matheuzgomes/decoreba #softwaredevelopment #terminalinnovation #programming #fzf #reinventingthewheel #techhumor #HackerNews #ngated -
I built a command palette for the terminal – 6.2MB, pure Go, no fzf
https://github.com/matheuzgomes/decoreba
Comments: https://news.ycombinator.com/item?id=48995333
#HackerNews #commandpalette #terminal #golang #fzf #openSource #developerTools
-
How I use #fzf for my #bluetooth devices
#shell #terminals #linux #fediverse
https://lazybea.rs/ils-bluetooth -
Comme chaque année au 24ème, nous faisons des dons à des logiciels libres.
Cette année nous avons pu aider 38 projets : https://github.com/24eme/banque/blob/master/data/dons.csv
#Fatfree #Pulsar #Yunohost #Framasoft #Borg #Debian #tinc #php #etherpad #gnome #git #organicmaps #mumble #fdroid #kitty #signal #ripgrep #fzf #fd #tpope #comaps #mastodon #liberachat #Couchdb #SponsorBlock #Anubis #GrapheneOS #GNU #FFMPEG #Logseq #FairScan #NewPipe #Arch #GadgetBridge #FossifyCalendar #Letsencrypt #Phpactor #Sudo
1/2 🔽
-
📁 ¿Usás Ctrl+R en la shell de Linux?
Conocé fzf, el fuzzy finder 🚀
Te permite acceder al historial de comandos, te facilita la búsqueda de archivos, y el acceso a directorios... y varias cosas más!
¿Querés seguir aprendiendo?
Suscribite al canal y sumate a nuestra gran comunidad de alumnos!Mirá el video acá 👇👇👇
https://youtube.com/shorts/cOgWlLl3PbM
#fzf #shell #terminal #linux #gnu #fuzzyfinder #aprenderLinux #juncotic
-
Wer einmal **fzf** nutzt, will nie zurück! 🔍
Fuzzy Finder für History, Dateien & Prozesse. In Sekunden genau das finden, was du suchst. Must-Have für CLI-Effizienz!
Heute unser Tipp im #toolsday!
Link: https://github.com/junegunn/fzf
#fzf #Terminal #RadioTux #toolsday #CLI #Productivity #Linux
-
#WeeklyBrainDump is up. I actually had energy this week so there's been movement and fun experiments had!
- FZap is being built, a CLI launcher built around #FZF
- RFuseFS let me build a filesystem using #Rubyhttps://sean.taylormadetech.dev/2026/05/21/weekly-brain-dump-23.html
-
@loon Following up on this, I'm now remembering how annoying I find the "modes" model of rofi, really from the first time you run it without args.
One of the architectural decisions I love about #dmenu (and where my preferences overlap with Suckless in general) is that dmenu itself doesn't care what you're picking between or what you do with it, kinda same model as #fzf. This means that dmenu_run can be a pretty trivial wrapper script that, if pressed, you could probably faithfully rewrite in 20 minutes, give or take the caching feature.
Rofi, on the other hand, incorporates that complexity into a single do-everything program that becomes immediately byzantine to understand or navigate. I bet you could achieve 90% of the same functionality by having an input standard (even something like JSON) that's more advanced than mere lines, allowing for icons and such, while outsourcing the mode-specific complexity.
The one thing I do like, though, is that you can search by program description, like "term".
-
Petite fonction #bash pour trouver un texte dans les fichiers parmi ceux du répertoire actuel, montrer les résultats dans #fzf et ouvrir la sélection dans un éditeur de texte, ici #gedit
where () {
DOSSIER=$PWD
RESULTATS=$(rg -n -i --glob "*.{org,md,txt}" "$1" "$DOSSIER")
SELECTION=$(echo "$RESULTATS" | fzf --prompt "Sélectionner un fichier : ")
FICHIER=$(echo "$SELECTION" | cut -d: -f1)
LIGNE=$(echo "$SELECTION" | cut -d: -f2)
if [ -n "$FICHIER" ]
then
gedit +$LIGNE "$FICHIER"fi
} -
🐢💤 Behold the revolutionary art of making Git diffs more complex than assembling IKEA furniture! All you need is #Delta, #fzf, a sprinkle of shell scripting, and the willingness to never see the sunlight again. Truly, the pinnacle of productivity hacks for those with too much time on their hands! 🙄🔧
https://nickjanetakis.com/blog/awesome-git-diffs-with-delta-fzf-and-a-little-shell-scripting #GitDiffs #ProductivityHacks #ShellScripting #TechHumor #HackerNews #ngated -
Improved Git Diffs with Delta, Fzf and a Little Shell Scripting
https://nickjanetakis.com/blog/awesome-git-diffs-with-delta-fzf-and-a-little-shell-scripting
#HackerNews #ImprovedGitDiffs #Delta #Fzf #ShellScripting #GitTips
-
Hello #Mastodon! First post here.
I've been developing mend: a Zsh-native recovery tool for #ArchLinux. It maps terminal exit codes to the Arch Wiki using #fzf.
v0.4.0 is live. Short demo video attached. (1/2)
#Linux #OpenSource #Zsh #TUI #SystemAdministration #AUR #Mend
-
fzf, but reimagined! ⚡
🌀 **matchmaker** — Next-gen fuzzy finder for the terminal
🚀 Instantly search/filter files, logs, commands or any text input
💯 Supports column-aware filtering, previews & fully scriptable actions🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/Squirreljetpack/matchmaker#rustlang #ratatui #tui #fzf #productivity #devtools #terminal
-
`fzf` is like `vim`. The more you use it, the more you discover new workflows.
What an amazing tool.
Currently using it for scanning structured (`log/slog`) (and colored) log streams from Android.
Life changer.
-
Just published my first #ZSH plugin: zsh-jumper 🦘
Fuzzy-jump to any word on your command line. Faster than arrow keys through long command commands.
Ctrl+X / → pick word → cursor jumps there
Works with #fzf, skim, peco etc
-
🎄 Advent of Donations - Day 17 🎄
On day 17 I'm sponsoring another tool that's part of my workflow to navigate the terminal and getting directly to editing in NeoVim: fzf. It offers a fuzzy command line search and I use it as part of an alias to open the desired file form my project directory in NeoVim.
Read more about Advent of Donations and fzf in my latest blog update: https://britter.dev/blog/2025/12/01/advent-of-donations/#day-17---fzf
-
@confusedbunny now time to super charge it with #fzf https://github.com/junegunn/fzf …don't leave it just as long again to crank that up!
-
How do you manage your files? Do you use a #GUI? a #TUI?
I ❤️ terminals, #shells, and #fzf. Combined with #JohnnyDecimal, here's how I manage my files!
-