FZF+Fish are great in SSH-Completion

What it does… As said, fzf is my go to for great shell search and tui’s. Basically add a fuzzy search to everyting you can imagine. But this is not what I want to write about, today I want to show another usecase of fzf in combination with my fish shell. I start using fzf as a SSH config tui. It allows me to type ssh + space and the basically type any hostname or alias from within my .ssh/config to autocomplete and search using up down. See the recording: ...

April 10, 2026 · solariz

MacOS better ip info in terminal

MacOS Better ip info in terminal One particular painful point, coming from linux, was the ip command in the Terminal. The Default MacOS ifconfig command is very - well let’s say “old fashioned” :) Coming from Linux you mostly use ip for everyting ip a to display your interfaces ip r your routes, and so on. Luckily you can install the iproute2 Package on MacOS which give you the ip command. ...

November 2, 2025 · solariz