#fzf — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fzf, aggregated by home.social.
-
Going barless and minimal: My journey to a zero-shell, keyboard-driven Hyprland setup
As you may know, I have been aiming for a no-bar, no-shell (Quickshell etc.) and no-heavy GUI setup for a while.
For a week now, I have not used Waybar, Rofi, Thunar, Overskride, nm-tui or Swaync, along with a few other apps that did not suit my lightweight, fanless laptop setup. In fact, I have completely removed all of them from my system.
#Linux #Hyprland #zsh #fzf #MinimalArchSetup #ArchLinux #Python -
#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
-
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
} -
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
} -
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
} -
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
} -
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
} -
Mining Your History with XC -
Found a goldmine of a command in your history from three days ago?
Use `xc select` to pull up your shell history in a fuzzy-finder, pick the one-liner you need, and save it to your active vault with a proper human readable description in any language you wish.https://github.com/Rakosn1cek/xc-manager
#Terminal #Productivity #FZF #Linux #MacOS #devOps #SysAdmin #XC #Zsh #FOSS
-
🐢💤 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 -
🐢💤 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 -
🐢💤 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 -
🐢💤 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 -
🐢💤 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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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.
-
Unix philosophy.
Creating a mini video management tool with #fzf, #fd, #mpv and #ytdlp .There are two scripts for downloading `download-video` (saving to ~/Downloads/youtube/) and `download-playlist` (saving to ~/Downloads/youtube/playlists/).
Then there are watch-video and watch-playlist which combined with fd and fzf give me a list to choose from and then start the selected item in MPV.
MPV is configured so that it keeps track of the position and I can either delete the video when I'm finished or move it to a watched directory relativ to the position of the video.
I'm planning to extend this into an application with thumbnails but for the moment it is a good start :)
Packed with #Nix of course.
https://github.com/Nebucatnetzer/nixos/tree/disko/pkgs -
Unix philosophy.
Creating a mini video management tool with #fzf, #fd, #mpv and #ytdlp .There are two scripts for downloading `download-video` (saving to ~/Downloads/youtube/) and `download-playlist` (saving to ~/Downloads/youtube/playlists/).
Then there are watch-video and watch-playlist which combined with fd and fzf give me a list to choose from and then start the selected item in MPV.
MPV is configured so that it keeps track of the position and I can either delete the video when I'm finished or move it to a watched directory relativ to the position of the video.
I'm planning to extend this into an application with thumbnails but for the moment it is a good start :)
Packed with #Nix of course.
https://github.com/Nebucatnetzer/nixos/tree/disko/pkgs -
To be clear, #ActualBudget was REALLY getting good when I left - felt like jumping ship right as it hit its stride
They've added custom reports with Excel-style formulas, a burndown chart, and the UI keeps improving. Genuinely great #opensource budgeting software
But as a #SoftwareEngineer, the scriptability of #beancount is a huge win. I can pipe data through #fzf for fuzzy account selection, write #Python scripts that understand my finances, and build weird custom tools that would be impossible in a GUI app
Sometimes you just need to "grep" your money
#plainTextAccounting #CLI #devTools #personalFinance #fava #budgeting
-
To be clear, #ActualBudget was REALLY getting good when I left - felt like jumping ship right as it hit its stride
They've added custom reports with Excel-style formulas, a burndown chart, and the UI keeps improving. Genuinely great #opensource budgeting software
But as a #SoftwareEngineer, the scriptability of #beancount is a huge win. I can pipe data through #fzf for fuzzy account selection, write #Python scripts that understand my finances, and build weird custom tools that would be impossible in a GUI app
Sometimes you just need to "grep" your money
#plainTextAccounting #CLI #devTools #personalFinance #fava #budgeting
-
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!
-
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!
-
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!
-
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!
-
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!
-
-
I just found the best fuzzy tab switcher for #kittyterm :) maybe I will test those waters again, I am happy with #wezterm, but there has not been a lot of development lately #fzf https://github.com/OsiPog/kitty-tab-switcher
-
I could foresee some smaller tweaks here and there (#zsh with #zim framework as default shell, synced theme changes in #bat, #fzf, #eza and bunch of others, #nnn as the file manager to follow the TUI focus etc., #zen as the main web browser), but these can be customized fairly easily already in the main #omarchy distro. Switching the distro itself and the main filesystem powering it would require some heavy lifting 🤔
-
I could foresee some smaller tweaks here and there (#zsh with #zim framework as default shell, synced theme changes in #bat, #fzf, #eza and bunch of others, #nnn as the file manager to follow the TUI focus etc., #zen as the main web browser), but these can be customized fairly easily already in the main #omarchy distro. Switching the distro itself and the main filesystem powering it would require some heavy lifting 🤔
-
I could foresee some smaller tweaks here and there (#zsh with #zim framework as default shell, synced theme changes in #bat, #fzf, #eza and bunch of others, #nnn as the file manager to follow the TUI focus etc., #zen as the main web browser), but these can be customized fairly easily already in the main #omarchy distro. Switching the distro itself and the main filesystem powering it would require some heavy lifting 🤔
-
I could foresee some smaller tweaks here and there (#zsh with #zim framework as default shell, synced theme changes in #bat, #fzf, #eza and bunch of others, #nnn as the file manager to follow the TUI focus etc., #zen as the main web browser), but these can be customized fairly easily already in the main #omarchy distro. Switching the distro itself and the main filesystem powering it would require some heavy lifting 🤔
-
I could foresee some smaller tweaks here and there (#zsh with #zim framework as default shell, synced theme changes in #bat, #fzf, #eza and bunch of others, #nnn as the file manager to follow the TUI focus etc., #zen as the main web browser), but these can be customized fairly easily already in the main #omarchy distro. Switching the distro itself and the main filesystem powering it would require some heavy lifting 🤔
-
Reminder to self: listing/opening "recent files" in #Vim : `:oldfiles` or `:History` with fzf.vim
-