A Face Search Engine Anyone Can Use Is Alarmingly Accurate
nytimes.com2 pointsby ikurei4 comments
cat() {
if [[ -t 1 ]]; then
command cat "$@" | highlight --force -O xterm256
else
# plain cat to pipe into other things
command cat "$@"
fi
}
May be Wildcat is great enough not to miss ARM? I haven't had a modern Intel CPU in ages.