When using Linux, there are a lot of applications that are going to run in your terminal. However, there are a lot of Terminal applications that are overshadowed by their GUI counterparts. So toady, I am going to go over 3 applications that can run entirely in the Linux terminal, so that you don’t have to worry about any GUI bloat.
joplin #outliner take notes cmus #musicplayer gotop #nicer htop (syste monitoring) bat #nicer cat youtube-dl / yt-dlp # save a local copy of onlinemedia dog / doggo #dig replacement qrencode -t ansiutf8 #generate qrcodes in cli
bash alias: alias weather=‘_weather() curl -s wttr.in/“${1:-YOURCITY}” ; _weather’ # nice weather report