Command-line time tracking
For backward-compatibility, this is actually a non-billable flag, so all existing entries will be considered billable. The flag is 'n', the UI flag is 'B', the toggle function is "billable" and the default key binding is 'b'. For now, this isn't useful for anything. |
||
|---|---|---|
| .travis.yml | ||
| aclocal.m4 | ||
| bling_import.pl | ||
| config.h.in | ||
| configure | ||
| configure.ac | ||
| install-sh | ||
| Makefile.in | ||
| queue.h | ||
| README | ||
| tts.c | ||
| ttsrc.sample | ||
RT/TTS - Time-tracking software =============================== RT/TTS is a simple, text-based (curses) time-tracking application. For more details, see the website at <http://loreley.flyingparchment.org.uk/~felicity/pages/tts>. RT/TTS has been tested on FreeBSD, NetBSD, Solaris, Cygwin and Linux, with the following caveats: - Wide character support does not work with Unicode using Solaris curses, which appears to only support EUC. Use ncurses instead. - Wide character support does not work at all on Cygwin; TTS must be compiled with --without-ncursesw. Patches welcome. TTS uses autoconf and can be built as follows: $ ./configure $ make # make install After starting with 'rttts', type '?' for help. Send questions/comments/bugs/patches to <felicity@loreley.flyingparchment.org.uk>.