Skip to content

A time tracking command line application that helps you manage time sheets with easy commands.

Notifications You must be signed in to change notification settings

shangsunset/clisheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timesheet

##Install:

pip install clisheet

##Commands:

  1. list all sheets: sheet ls
  2. create a new timesheet: sheet new
  3. show a timesheet: sheet show or sheet show {id}
  4. check in: sheet checkin
  5. check out: sheet checkout
  6. to write a checkout message when you checkout: sheet checkout -m 'your message...'
  7. remove a timesheet: sheet rm -s {id}
  8. remove a check in entry: sheet rm -e {id}
  9. send your timesheet as an excel attachment to your boss via email: sheet email

About

A time tracking command line application that helps you manage time sheets with easy commands.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages