Mercurial > getan
diff 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 |
line wrap: on
line diff
--- a/README Mon Aug 24 14:59:37 2009 +0200 +++ b/README Sat Aug 28 20:16:58 2010 +0200 @@ -3,6 +3,9 @@ On Debian GNU/Linux just do: # apt-get install python-pysqlite2 + # apt-get install python-urwid + + NOTE: getan requires urwid >= 0.9.9.1. 1 - create new time.db @@ -29,9 +32,15 @@ 3 - starting getan: - $ ./getan + $ ./getan.py or - $ ./getan mytime.db + $ ./getan.py mytime.db + or (for the classic version of 'getan' based on curses): + $ classic/getan + + or + + $ classic/getan mytime.db