-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
27 lines (20 loc) · 783 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
NAME
punch
SYNOPSIS
punch (in|out|log|clock|status|list|total|delete|dump|parse) [options]+
DESCRIPTION
i can has time tracking!
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 in projectname 'an hour ago'
. punch log projectname 'rewriting your java app in ruby...'
. punch out projectname
. punch total projectname --after 2007-12-03 --before 2007-12-07
. punch total projectname --after 'yesterday morning' --before 'today at noon'