GithubHelp home page GithubHelp logo

wtlog's Introduction

This is Nitram's archaic work time logging tool. I use it for several years.
It is far from being perfect. I think it is useful, because it is as simple
as possible.

There is a text file for every date. The text file format is shown below.
It can be used for multiple customers and multiple projects.


  Martin Schobert <[email protected]>


Usage:
--------------------

$ wtlog.pl
wtlog.pl <customer> [start | stop | edit | pause | info | list | timereport]


$ wtlog.pl cust1 start
Current state    : working
Sum of work time : 0 s
Sum of breaks    : 0 s
Netto work time  : 0 s


$ wtlog.pl cust1 pause
Current state    : pause
Sum of work time : 23 m
Sum of breaks    : 0 s
Netto work time  : 23 m


$ wtlog.pl cust1 pause
Current state    : working
Sum of work time : 28 m
Sum of breaks    : 5 m
Netto work time  : 23 m


$ wtlog.pl cust1 edit
[raises an editor]


$ wtlog.pl cust1 stop
[...]


Time report:
--------------------

You can generate work time reports with wtlog. Wtlog uses a latex template and renders
the invoice logs into this template.

$ wtlog.pl cust1 timereport 2011-03-01 2011-04-01
[...]

(The second date of the date range is not included in the list.)


File format:
--------------------

Files are placed unter ~/.wtlog/ and are named in the format of ISO date,
underscore, customer short name and file suffix '.dat', e.g. 
"2011-03-30_cust1.dat". An example content is given below:


state: finished
work_time: 2011-03-30 09:52:06 to 2011-03-30 17:59:20
== Invoice logs ==

- video codec testing (youtube)
- on-the-job training (dilbert, xkcd, ...)
== Personal logs ==

Personal logs are kept private, while invoice logs are written to the time
report. Personal logs can be used to remember things, like phone call conversations.


wtlog's People

Contributors

nitram2342 avatar

Watchers

 avatar James Cloos 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.