Inspired by Eugene Wallingford’s Commands I Use, which was in turn inspired by Greg Wilson’s Commands I Use, here are the commands I use the most, starting I don’t know when:
ll
(about 2400 times; this is my alias forls -l
)cd
(about 2000 times)rm
(about 600 times)l
(my alias forls
)ssh
x
(alias forxdg-open
; I use it to open PDFs or Word files in the right viewer)ipl
(alias forget_iplayer
, to get BBC radio shows)mv
git
(most of my Git commands are done inside Emacs)more
(aliased toless
)cp
gp
(alias for gPodder, my podcast client)make
vlc
mkdir
sudo
eog
(the default Ubuntu image viewer)nord
(a wrapper I wrote aroundnordvpn
from NordVPN)emacs
(I restart Emacs rarely; it’s always running)ncdu
(ncurses disk usage tool)get
(for easy copying of files from other machines; equalsrsync --archive --progress --human-readable "$@" .
)file
scp
grep
I do a fair bit of file moving and renaming inside Emacs, but I don’t like the Emacs shells so command line stuff I do in a regular terminal window.