home.social

#fzf — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fzf, aggregated by home.social.

fetched live
  1. @reilyh
    :mi: :sona: :ala: :e_: :nasin: :lipu: slob •

    :sina: :wile: :kepeken: :lipu: :nimi: :la: :sina: :o_: :kama: :jo: :e_: :lipu: :ni: :
    tokipona.org/nimi_pu.txt tokipona.org/nimi_pu_ala.txt 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

  2. 🎩 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! 🙃
    github.com/matheuzgomes/decore #softwaredevelopment #terminalinnovation #programming #fzf #reinventingthewheel #techhumor #HackerNews #ngated

  3. 📁 ¿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á 👇👇👇

    youtube.com/shorts/cOgWlLl3PbM

    #fzf #shell #terminal #linux #gnu #fuzzyfinder #aprenderLinux #juncotic

  4. 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: github.com/junegunn/fzf

    #fzf #Terminal #RadioTux #toolsday #CLI #Productivity #Linux

  5. #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 #Ruby

    sean.taylormadetech.dev/2026/0

    #Blog #Development #TechNews #IndieDev

  6. @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".

  7. 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
    }

  8. Short showcase of using FZF in my Fish shell as fuzzy search autocomplete for .ssh/config. #linux #fish #fzf

    solariz.de/posts/26/04-cli-ssh

  9. 🐢💤 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! 🙄🔧
    nickjanetakis.com/blog/awesome #GitDiffs #ProductivityHacks #ShellScripting #TechHumor #HackerNews #ngated

  10. 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

  11. 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: github.com/Squirreljetpack/mat

  12. lets you fuzzy find and select files with `ctrl-t`. I created this little snippet that lets you do the same for directories with `alt-t`:

    (Code is in this thread because I couldn't fit it in the same toot)

  13. `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.

    #fzf #unix #log #golang

  14. Just published my first 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 , skim, peco etc

    github.com/Piotr1215/zsh-jumper

  15. 🎄 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: britter.dev/blog/2025/12/01/ad

    #AdventOfDonations #fzf #terminal #neovim

  16. @confusedbunny now time to super charge it with #fzf github.com/junegunn/fzf …don't leave it just as long again to crank that up!

  17. 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!

    #terminals #zsh #fediverse #blog

    lazybea.rs/hdmf