Skip to content

Commit 92a27b7

Browse files
committed
Updated README file.
1 parent 03d43ad commit 92a27b7

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plist:
55
$EDITOR ~/Library/LaunchAgents/com.timetracker.plist
66
launchctl unload ~/Library/LaunchAgents/com.timetracker.plist
77
launchctl load ~/Library/LaunchAgents/com.timetracker.plist
8+
launchctl start com.timetracker
89

910
.PHONY: compile
1011
compile: gui/index.js

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,7 @@ TimeTracker can be run with no command-line options -- it should print the title
3434
Exploring the Data
3535
------------------
3636

37-
We've written a simple web application to explore the data you collect. Run
38-
39-
make gui FILE=<path-to-log>
40-
41-
to start it. It might take a while if you have a lot of data; we plan to fix that. After that, you can reach it by pointing your web browser to
42-
43-
http://localhost:8000
37+
We've written a simple web application to explore the data you collect. To start it, just open `gui/index.html` in a browser. The TimeTracker Explorer lets you execute regular expression queries on your time logs and browse the results.
4438

4539
Autostart
4640
---------
@@ -53,12 +47,11 @@ On a Linux that starts to pure X, you'll want to add a similar line to `.xinitrc
5347

5448
<path-to-source>/src/timetracker.py <args> &
5549

56-
On OS X, things are more complicated. First, edit the file `src/com.timetracker.plist` to add any command-line arguments that you want added. For example, you'll probably want to specify the output file. Then, run
50+
On OS X, things are more complicated. Run
5751

5852
make plist
59-
launchctl start com.timetracker
6053

61-
to add the application to start every time you log in.
54+
This will open up an editor on the file `src/com.timetracker.plist` to add any command-line arguments that you want added. For example, you'll probably want to specify the output file. The logger will start every time you log in.
6255

6356
For Developers
6457
--------------

0 commit comments

Comments
 (0)