comparison README @ 418:cd990c7dc746 2.0.post1

Version: Prepares for 2.0.post1 release. * Adds more documentation how to use getan.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 May 2017 17:13:37 +0200
parents d6d9d319bd2e
children 8b1916aabe65
comparison
equal deleted inserted replaced
417:d6d9d319bd2e 418:cd990c7dc746
9 9
10 Now select one of the projects with the arrow keys from your keyboard 10 Now select one of the projects with the arrow keys from your keyboard
11 and press enter to start the clock. See ``INTRODUCTION`` for more keyboard 11 and press enter to start the clock. See ``INTRODUCTION`` for more keyboard
12 commands. 12 commands.
13 13
14 The time log entries will be saved in an sqlite database. 14 The time log entries will be saved in an sqlite database,
15 by default getan will create ``~/.getan/time.db``.
15 The ``scripts/`` will help to generate reports from them. 16 The ``scripts/`` will help to generate reports from them.
17
18 Customization
19 -------------
20
21 Use ``~/.getan/getanrc`` or the system-wide ``/etc/getanrc``
22 to customize keys and colors. See ``getan/config.py`` for
23 the recognized options. Example::
24
25 [keybindings]
26 # changes the insert function to be activated by the `)` key
27 insert: )
28
29 [theme]
30 header: light green, dark green
31 body: light green, black
32
33
16 34
17 Installation 35 Installation
18 ============ 36 ============
19 37
20 Getan requires `urwid <http://urwid.org/>`_ in a version >= 1.0. Urwid is 38 Getan requires `urwid <http://urwid.org/>`_ in a version >= 1.0. Urwid is
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)