-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME
36 lines (26 loc) · 1.19 KB
/
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
27
28
29
30
31
32
33
34
35
36
About
=====
Kapow is a punch clock program designed to easily keep track of your hours,
whether you're working on one project or many. Simply clock in and out with
the Start/Stop button. If you make a mistake in your hours, you can go back
and edit any of the entries by double-clicking on the session in question.
Kapow also allows you to easily keep track of the hours since you last
billed a client, by providing a helpful "Billed" checkbox--the totals will
reflect your work after the last billed session.
Portable Mode
=============
Create a folder named "Data" in the same folder as the executable (the
application bundle if using Mac OS X) to run this program from a USB drive.
Simply rename or delete the "Data" folder if you later decide you want it
to start storing its settings and related files on the host computer.
Command-Line Help
=================
Usage: Kapow [OPTION] [FILE]
If you pass a FILE as the last argument, Kapow will use it instead of
the default file. The FILE must end with ".xml".
Arguments:
--ini=FILE store settings as INI format in specified FILE
--no-backups do not create automatic backups of time data
Exit status:
0 if OK,
1 if unable to work with time data