comparison README @ 23:9c4e8ba3c4fa

Added a new implementation of 'getan' based on urwid, a python console user interface library.
author Ingo Weinzierl <ingo_weinzierl@web.de>
date Sat, 28 Aug 2010 20:16:58 +0200
parents 1513c716eef0
children 565825db59d2
comparison
equal deleted inserted replaced
22:2dc893ca5072 23:9c4e8ba3c4fa
1 0 - install pysqlite2 1 0 - install pysqlite2
2 2
3 On Debian GNU/Linux just do: 3 On Debian GNU/Linux just do:
4 4
5 # apt-get install python-pysqlite2 5 # apt-get install python-pysqlite2
6 # apt-get install python-urwid
7
8 NOTE: getan requires urwid >= 0.9.9.1.
6 9
7 1 - create new time.db 10 1 - create new time.db
8 11
9 To create an empty database you need the 'sqlite3' 12 To create an empty database you need the 'sqlite3'
10 commandline tool. TODO: This will change. 13 commandline tool. TODO: This will change.
27 If you want to keep the reverse task order of the original config 30 If you want to keep the reverse task order of the original config
28 file you might pipe it through tac first. 31 file you might pipe it through tac first.
29 32
30 3 - starting getan: 33 3 - starting getan:
31 34
32 $ ./getan 35 $ ./getan.py
33 36
34 or 37 or
35 38
36 $ ./getan mytime.db 39 $ ./getan.py mytime.db
37 40
41 or (for the classic version of 'getan' based on curses):
42 $ classic/getan
43
44 or
45
46 $ classic/getan mytime.db
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)