[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] punch-0.0.1

ara.t.howard

12/6/2007 11:10:00 PM


NAME
punch

SYNOPSIS
punch (in|out|log|clock|status|list|total|delete|dump) [options]+

URIS
http://codeforp...lib/...
http://rubyforge.org/projects/code...

INSTALL
gem install punch

DESCRIPTION
punch is a k.i.s.s. tool for tracking the hours spent on various
projects.
it supports logging hours under a project name, adding notes about
work
done during that period, and several very simple reporting tools that
operate over a window of time.

run 'punch help modename' for more info.

PARAMETERS
--help, -h

EXAMPLES
. punch in projectname
. punch log projectname "can has time tracking"
. punch out projectname
. punch total projectname --after 2007-12-03 --before 2007-12-07


a @ http://codeforp...
--
it is not enough to be compassionate. you must act.
h.h. the 14th dalai lama




4 Answers

Yossef Mendelssohn

12/7/2007 12:03:00 AM

0

On Dec 6, 5:09 pm, "ara.t.howard" <ara.t.how...@gmail.com> wrote:
> NAME
> punch
>
> SYNOPSIS
> punch (in|out|log|clock|status|list|total|delete|dump) [options]+
>
> URIS
> http://codeforp...lib/...
> http://rubyforge.org/projects/code...
>
> INSTALL
> gem install punch
>
> DESCRIPTION
> punch is a k.i.s.s. tool for tracking the hours spent on various
> projects.
> it supports logging hours under a project name, adding notes about
> work
> done during that period, and several very simple reporting tools that
> operate over a window of time.
>
> run 'punch help modename' for more info.
>
> PARAMETERS
> --help, -h
>
> EXAMPLES
> . punch in projectname
> . punch log projectname "can has time tracking"
> . punch out projectname
> . punch total projectname --after 2007-12-03 --before 2007-12-07
>
> a @http://codeforp...
> --
> it is not enough to be compassionate. you must act.
> h.h. the 14th dalai lama

Very nice, Ara.

I was playing with an earlier version that someone linked me to, and
the addition of the log is wonderful, as are other improvements. It
was worth the small effort required to convert my old data (only a few
punches).

--
-yossef

ara.t.howard

12/7/2007 12:20:00 AM

0


On Dec 6, 2007, at 5:02 PM, Yossef Mendelssohn wrote:

> Very nice, Ara.
>
> I was playing with an earlier version that someone linked me to, and
> the addition of the log is wonderful, as are other improvements. It
> was worth the small effort required to convert my old data (only a few
> punches).



glad to hear it. encoding a schema version into the yaml file so
support migrations is on my TODO list - but right now i'm just trying
to settle on what a minimal commandline time tracker should look
like. any comments from a user's perspective are great.

cheers.

a @ http://codeforp...
--
we can deny everything, except that we have the possibility of being
better. simply reflect on that.
h.h. the 14th dalai lama




Yossef Mendelssohn

12/7/2007 2:13:00 AM

0


> encoding a schema version into the yaml file so
> support migrations is on my TODO list

I accept a certain risk when I start using not-actually-released
software, especially when it turns out to be pre-0.0.1 .


--
-yossef

ara.t.howard

12/7/2007 3:19:00 AM

0


On Dec 6, 2007, at 7:12 PM, Yossef Mendelssohn wrote:

>
> I accept a certain risk when I start using not-actually-released
> software, especially when it turns out to be pre-0.0.1 .
>
>


;-)

a @ http://codeforp...
--
it is not enough to be compassionate. you must act.
h.h. the 14th dalai lama