Skip to content

Instantly share code, notes, and snippets.

@konfou
Forked from mrpoptart/.bash_profile.sh
Last active July 26, 2018 10:50
Show Gist options
  • Save konfou/e31c8b25d50c7019db7cd6f8a71f28c0 to your computer and use it in GitHub Desktop.
Save konfou/e31c8b25d50c7019db7cd6f8a71f28c0 to your computer and use it in GitHub Desktop.
Today, bash_profile based task logger
today() {
[[ -z "$*" ]] && < ~/.today || echo "$(date +'%F %T') $*" >> ~/.today
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment