Terminals are amazing. You'll never regret mastering the shell & unix fundamentals (pipes, processes, filesystem), and key tools (curl, dig, jq, ssh, tmux, apt, nvim…) Especially given agents' propensity to wield these
alias ▲='echo; ascii-image-converter -W 35 ~/projects/logo/vercel-icon-dark.png | awk -v w=$(tput cols) '\''{printf "%*s%s\n", (w-35)/2, "", $0}'\''; echo;'
22,55K