Skip to content

whoward/time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker

This is a lightweight time tracker built in crystal. It logs tracked time to a sqlite3 database.

Usage:

track [reason]

A timer is started immediately. Press Ctrl+C to stop the timer and record the entry.

Compilation (OSX)

# install dependencies
brew update && brew install crystal-lang sqlite3

# compile
crystal deps
crystal build track.cr

About

simple time tracker CLI written in crystal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages