-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
34 lines (21 loc) · 703 Bytes
/
README
File metadata and controls
34 lines (21 loc) · 703 Bytes
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
AA
==
Introduction
============
aa = Main interface (aa start, aa alert 'foo', aa stop)
aad = Daemon started by aa (or could we use just threads from aa?)
Installing
==========
Put aa.py on your /usr/local/bin:
$ sudo cp aa.py /usr/local/bin/aa
Or just create a link:
$ sudo ln -s /path/to/aa.py /usr/local/bin/aa
Using
=====
Now you can use:
$ aa start ... start your session
$ aa alert 'foo' ... alert 'foo'
$ aa stop ... stop your session
$ aa config nickname yournick ... set your nickname
For now, just 'aa stop' will send your 'work log' to the server. You
can see your log at http://nightsc.com.br/aa