FOSS Advent Calendar - Door 17: Navigate Everything with Fuzzy Logic (fzf)

Tired of scrolling through endless lists in your terminal? Meet fzf, the command-line fuzzy finder that turns navigation into a superpower. It’s not just a search tool, it’s a universal filter that connects to everything: your command history, files, processes, Git branches, and more. Type a few fuzzy characters, and watch it find what you need in milliseconds.

Unlike rigid searches, fzf understands intent. Looking for a docker command you ran last week? Just press Ctrl+R and type "doc run ubuntu". Need to switch to a specific Git branch? A simple git branch | fzf lets you find it with partial words. It works locally, respects your privacy, and integrates seamlessly with your shell, editor, and custom scripts.

Pro tip: Combine fzf with tools like fd (fd | fzf) for file searches or z (z | fzf) for directory jumps to create your own lightning-fast navigation flows. With fzf, you're not just filtering lists, you're querying your entire digital workflow.

Link: https://github.com/junegunn/fzf

What would you find at the speed of thought? A forgotten one-liner from months ago, a deeply nested config file, or the perfect branch to merge?

#AdventCalendar #FOSS #OpenSource #CLI #Productivity #Terminal #Linux #Developer #Tools #FuzzyFinder #Navigation #Shell #Zsh #Bash #Vim #Neovim #Workflow #Efficiency #KeyboardDriven #Search #Unix #CommandLine #PowerUser #Automation #DevTools #Tech #Coding #Rust #Go #SystemTool #Adventskalender #FOSSAdvent
Release PyFetch v1.1.1-2 · linuxaddict124/pyfetch

What's new? Easier way to edit config (run pyfetch --edit-config)

GitHub
Sorry about my laziness of being 1 hour late, anyways PyFetch v1.1.1 has been released. https://github.com/linuxaddict124/pyfetch/releases/tag/v1.1.1 #linux #systemtool #linuxcommand #linuxtool
Release PyFetch v1.1.1 · linuxaddict124/pyfetch

What's new? CachyOS users now able to install dependencies without pip New fun fact feature (including a fun-fact flag) Installer Bug Fixes

GitHub
Rufus 4.8 Beta: Wechsel zu wimlib sorgt für höhere Geschwindigkeit

Rufus setzt künftig beim gesamten WIM-Imaging-Prozess auf wimlib, was einzelne Vorgänge deutlich beschleunigen soll.

ComputerBase
#Ventoy is my software tip of the day.
It creates a bootable linux partition and serves a normal partition to copy .iso file to it. If you booting this usb stick you can choose one of the isos to use and boot from it. So you can hold several os's for installation on a bigger usb stick. I.e. Debian bookworm, MemTest, Win7+10+11 in parallel.
https://www.ventoy.net/en/index.html
#OpenSource #SystemTool #Installation
Ventoy

Ventoy is an open source tool to create bootable USB drive for ISO files. With ventoy, you don't need to format the disk again and again, you just need to copy the iso file to the USB drive and boot it.