Skip to content

Instantly share code, notes, and snippets.

@rtgnx
Created August 30, 2019 21:45
Show Gist options
  • Save rtgnx/c0145942828eaf7203ccbee18961c370 to your computer and use it in GitHub Desktop.
Save rtgnx/c0145942828eaf7203ccbee18961c370 to your computer and use it in GitHub Desktop.
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++){}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment