GithubHelp home page GithubHelp logo

oddjob's Introduction

OddJob

A simple tool for tracking time.

Like many unix admins, I always have terminals open. Other time tracking tools carry a lot of overhead, and I only wanted to quickly estimate how much time the unexpected non-project time takes. OddJob should allow me to log these without too much overhead.

OddJob stores its data in a text file called .oddjob, kept in your home directory, 1 line per entry.

OddJob requires perl5, but should work with any reasonably current version. It doesn't need any unusual modules. Works fine on Linux, Solaris and OS X. Not tested on Windows.

Usage

Usage:
  oj add <time> <category> <description>
  oj list|ls [string]
  oj list|ls [-lines]
  oj edit <id> (date|time|cat|desc)=<new value>

To add a new entry:

oj add 1h code First effort at oddjob

oj list
0	2011-07-18	1h	code	First effort at oddjob

Editing:

oj edit 0 time=2h

Multiple categories:

oj edit 0 cat=code,git

oj list
0	2011-07-18	2h	code,git	First effort at oddjob

It is also possible to limit the list to the final entries:

oj list -10

You can also search by passing any other text:

oj list effort

TODO

Summary/stats scripts.

License

OddJob is released under the GPLv2 license. See the COPYING file for details.

oddjob's People

Contributors

bcc avatar fooflington avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.