Live data from Hacker News

Ask HN: What are your favorite terminal programs?

news.ycombinator.com

131–140 of 203 posts

Re: Ask HN: What are your favorite terminal programs?

#131
post #46

micro, mc, ag silver searcher, stat, find, aria2c, xev, w3m, wmctrl, nohup, xdotool, docker, php, ffmpeg, phantomjs, du, ls [From my history file, all others are homemade scripts and little functions in .bashrc]

ncdu is much better than just du.

Thanks. Will try it in details. Currently, it is taking like really forever to scan my bunchs of old school hard drives! du options are easy to remember, ergonomy first^ May I suggest a good one to remember `ls -ltrapR` <- It always kill anyone aside ;)

Re: Ask HN: What are your favorite terminal programs?

#132
post #131

Earlier quoted context omitted.

ncdu is much better than just du.

Thanks. Will try it in details. Currently, it is taking like really forever to scan my bunchs of old school hard drives! du options are easy to remember, ergonomy first^ May I suggest a good one to remember `ls -ltrapR` <- It always kill anyone aside ;)

And it was an amazing jump in productivity when i forced myself to learn `stat` shortcuts. Recommended!

Re: Ask HN: What are your favorite terminal programs?

#133
Piggybacking on OP's suggestion of youtube-dl, i have this alias for quickly grabbing the audio-only version of a youtube video. (I use it when I come across a song on youtube that I can't find for sale or streaming anywhere else)

alias dl-audio='youtube-dl --extract-audio --audio-format mp3'

If you have ffmpeg installed, just drop the video ID after dl-audio, and you'll get an mp3 of the highest quality audio stream available for the video.

Re: Ask HN: What are your favorite terminal programs?

#136
A/V: mplayer, aa-xine, surfraw, mpsyt, youtube-dl, cdparanoia, oggenc

Network mgt: ipcalc, mtr, wireshark, nc

Comms & Info: mutt, w3m, irssi, screen (though if you're just starting: tmux), swaks (smtp swiss army knife),

Code & Tasks: make, gawk, sponge (moreutils generally), xclip (pbcopy OSX), at, batch, and cron,

Calculators: units (GNU, not BSD), bc, & dc,

Editing & Docs: pandoc, vim, less ("&" filters!),

Files: curl, wget, scp, rsync, & lftp, mc, column, tree,

Images: mogrify / convert (ImageMagick),

Sysadmin: apt, grep-dpkg, apt-file, auto-apt, pstree,

Re: Ask HN: What are your favorite terminal programs?

#139
post #130
post #97

Earlier quoted context omitted.

> Also, for saving (and then viewing) man pages (about commands or other topics), without the formatting characters (such as ^H), on some Linux distros, I find this useful: ^H is one of the two backspace characters (the other being ^?) depending on which VT standard you're configured to use. So you shouldn't really need a dedicate script to do that as it's just a problem between your pseudo-TTY (Linux console) and yo…

Thanks for your inputs. A few comments: I first created that script called m years ago on some Unix boxes that I was using. Could have been HP-UX or other version. And I've used it over the years on many Unix and Linux versions that I worked on. It could be that in some cases, the script is needed due to a tty or TERM or other configuration issue. But I'm pretty sure that I've had the need for it (to remove those con…

Also see the man page for the col command, which is used in my m script:

http://man7.org/linux/man-pages/man1/col.1.html

Re: Ask HN: What are your favorite terminal programs?

#140

Ever since I learned that USENET was still a thing for a current area of interest: slrn http://slrn.sourceforge.net/ for reading newsgroups My old fave (which I didn't even remember the name of) was nn http://www.nndev.org/ ... which had too steep a (re)learning curve for reading just the one newsgroup.

Out of curiosity, where'd you sign up?

http://www.eternal-september.org/
Post reply on HN