##Install:
pip install clisheet
##Commands:
- list all sheets:
sheet ls
- create a new timesheet:
sheet new
- show a timesheet:
sheet show
orsheet show {id}
- check in:
sheet checkin
- check out:
sheet checkout
- to write a checkout message when you checkout:
sheet checkout -m 'your message...'
- remove a timesheet:
sheet rm -s {id}
- remove a check in entry:
sheet rm -e {id}
- send your timesheet as an excel attachment to your boss via email:
sheet email