Simple app to log hours via command line
#ADD THESE ALIASES TO BASH PROFILE | |
alias log='~/Dropbox/time-log/log.sh' | |
alias hours='cat ~/Dropbox/time-log/log.txt' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
loreguerra commentedMar 8, 2017
In command line, from any folder type
log PROJECT start
(or end) to get a timestamp saved to log file.To view hours, type
hours
.