Skip to content

kd35a/timesheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple time tracker using sinatra and files.

  • start tracker
  • stop tracker
  • grouped by day
  • no authentication
  • no projects
  • loads of juice!

to get started:

git clone git://github.com/qzio/timesheet.git
cd timesheet
bundle install
bin/tscmd.sh startd

visit http://localhost:1337, or use the startup script

bin/tscmd.sh startd - start daemon
bin/tscmd.sh stopd  - stop daemon
bin/tscmd.sh start  - start timer
bin/tscmd.sh stop   - stop timer

About

simple timetracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 85.6%
  • Shell 11.0%
  • CSS 2.5%
  • JavaScript 0.9%