JReptak·14년 전·discussOr better yet add color:WARNING: REPLACE ASTERISK with the ATERISK character, keeps italicizingalias facts="echo -ne '\033[36m'; curl -s randomfunfacts.com | grep '<i>' | sed 's/.ASTERISK<i>\(.ASTERISK\)<\/i>.*/\1/'; echo -ne '\033[0m'; tput sgr0"And run it in BG so we don't have to wait for call to website before we pullalias gpl="( facts ); git pull"
JReptak·14년 전·discussOnly using curl:WARNING: Replace ASTERISK with the asterisk character, keeps italicizing -.-curl -s randomfunfacts.com | grep '<i>' | sed 's/.ASTERISK<i>\(.ASTERISK\)<\/i>.*/\1/'
WARNING: REPLACE ASTERISK with the ATERISK character, keeps italicizing
alias facts="echo -ne '\033[36m'; curl -s randomfunfacts.com | grep '<i>' | sed 's/.ASTERISK<i>\(.ASTERISK\)<\/i>.*/\1/'; echo -ne '\033[0m'; tput sgr0"
And run it in BG so we don't have to wait for call to website before we pull
alias gpl="( facts ); git pull"