man bash | sed 's/./&\n/g' | awk -v mx=$COLUMNS -v my=$LINES 'BEGIN{x=y=e=f=1}{if(x==mx||!x){e*=-1};if(y==my||!y){f*=-1};x+=e;y+=f;printf "\033[%s;%sH%s",y,x,$1;for (a=0;a<400000;a++){}}' # Print the bash man page in diagonal lines across the screen.
Notices by Command Line Magic (climagic@mastodon.social)
-
Command Line Magic (climagic@mastodon.social)'s status on Wednesday, 28-Aug-2019 22:03:49 EDT Command Line Magic
-
Command Line Magic (climagic@mastodon.social)'s status on Sunday, 07-Jul-2019 10:58:16 EDT Command Line Magic
telnet http://mapscii.me # For maps in your terminal from OpenStreetMap. Use arrow keys to move around and a/z to zoom in/out. Or use your mouse if your terminal supports that.
-
Command Line Magic (climagic@mastodon.social)'s status on Wednesday, 26-Dec-2018 05:23:39 EST Command Line Magic
"GUIs are for asking, CLIs are for telling." --@DuncanLock
-
Command Line Magic (climagic@mastodon.social)'s status on Monday, 24-Dec-2018 20:07:37 EST Command Line Magic
qalc "145Gibyte / 1.35(Mibyte/second) to day" # How many days will it take to transfer 145GiB at 1.35MiB/sec? Use qalc!
-
Command Line Magic (climagic@mastodon.social)'s status on Saturday, 22-Dec-2018 00:04:08 EST Command Line Magic
saveurl() { cat > /dev/null; } # Save a url for reading later when you "have time".