pull down to refresh

I stumbled on ncdu today. It's a text-based disk-usage analyzer. I have folders containing millions of files, and this has been a godsend to find where the biggest files are located and quickly delete them with a simple keystroke. Needed about 15 minutes to index everything, but after that, it's super fast.
Any other little tools you can't live without?
150 sats \ 2 replies \ @Roll 1 Apr
i stick with the traditional commands as: du and df
reply
Yeah use those too. But i like the bird's-eye overview that ncdu is giving me.
reply
0 sats \ 0 replies \ @Roll 1 Apr
i tested it and it s true :)
reply
184 sats \ 0 replies \ @3a42879d5f 9h
lazydocker, k9s, and <long-running-script> && beep || boop where beep and boop are aliases
alias beep='aplay ~/Documents/sfx/beep2.wav' # happy successful sound
alias boop='aplay ~/Documents/sfx/beep1.wav' # sad failure sound
reply
pbcopy and pbpaste on macOS are nice and handy
reply
Wow didn't know about those. I could have used it several times today instead of scp-ing a remote file before copying it locally into my clipboard. Will test it tomorrow.
reply