christiandreschler9Dec 44 min readThe 'bat' command: a 'cat' replacementThe `bat` command is a modern replacement for the traditional `cat` command in Unix-like operating systems, offering users an enhanced...
christiandreschler9Dec 13 min readFzf: a command-line fuzzy finderThe terminal is essential for every Linux user. Enhancing its functionality can lead to a more efficient workflow. One significant...
christiandreschler9Nov 231 min readThe $MANPAGER shell variable.The MANPAGER shell variable is used to specify an alternative pager program for displaying manual pages (man pages) in Unix-like systems...