Skip to content

A simple command line tool in Go for tracking time spent on a particular task or project

Notifications You must be signed in to change notification settings

moiaune/worklog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#worklog

A simple cmdline tool for tracking time spent on a particular task.

Features

  • Use CTRL+C to stop tracking
  • Be able to add metadata
  • Write to sqlite database
  • Create database in ~/.worklog
  • Export function
  • start, list, show, delete arguments

Example

worklog "Sample Project" "customer=ACME" "type=meeting"
Started tracking...

Press CTRL+D to stop.
^C

Title     : Sample Project
Start     : 12:00:00
Stop      : 13:37:00
Duration  : 01h, 37m

About

A simple command line tool in Go for tracking time spent on a particular task or project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages