Project

workit

0.0
No commit activity in last 3 years
No release in over 3 years
workit solves the following dilemma: As a developer In order to kep track of my time easily and reliably I want to be able to do so in a terminal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.4.3
~> 0.5.1
~> 1.0.2
~> 0.9.2
~> 3.8
~> 1.2.8
~> 2.6.0

Runtime

~> 0.2.3
~> 1.1.0
 Project Readme
As a developer
In order to keep track of my time easily and reliably
I want to be able to do so in a terminal

What is it?

Workit is a command-line time tracker.

Current features

  • Start a task
  • Finish the current task

Upcoming features

  • Restart a task
  • List tasks
  • Push tasks to harvestapp

Requirements

  • Ruby and RubyGems
  • sqlite3

Usage

workit [OPTIONS] SUBCOMMAND [ARGS] ...

Subcommands

  • start description of task

Workit allows you to start a task, provided that there is not currently an unfinished task. Everything after the "start" subcommand is considered the description of the task.

  • finish

Workit allows for only one task to be unfinished at a time. That being the case, you will get a "you so silly" error if you try to finish while there is not a task in progress, but you can finish a task that is already in progress