Skip to content

Instantly share code, notes, and snippets.

@yaf
Created February 14, 2016 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yaf/63290d7842d55d887d4c to your computer and use it in GitHub Desktop.
Save yaf/63290d7842d55d887d4c to your computer and use it in GitHub Desktop.
Todo list tool
todo(){ cd ~/.todo||return 1&& l=$(ls -1t|head -n1)&&t=$(date +%Y%m%d);[[ "$1" == "last" ]]&&cp $l $t; ${EDITOR:-vi} $t;cd -;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment