Command-line time tracking
Find a file
Felicity Tarnell 038fbfdd18 OS X: Handle power events sensibly.
Currently, if the computer goes to sleep and wakes up later, TTS will count
all the time spent asleep against the currently running entry (if any).  If
(like me) your computer being asleep means you aren't working, this probably
means you just forgot to stop the time, and now you need to somehow calculate
(or guess) how much time to subtract.

With this change, TTS will instead prompt on wake-up whether to remove the
time spent sleeping from the current entry.
2014-03-05 14:17:54 +00:00
.travis.yml Add travis-ci config. 2014-01-30 18:03:12 +00:00
aclocal.m4 Initial import. 2014-01-06 09:52:34 +00:00
bling_import.pl Ditch version.h; update copyright. 2014-01-06 09:55:45 +00:00
config.h.in OS X: Handle power events sensibly. 2014-03-05 14:17:54 +00:00
configure OS X: Handle power events sensibly. 2014-03-05 14:17:54 +00:00
configure.ac OS X: Handle power events sensibly. 2014-03-05 14:17:54 +00:00
install-sh Initial import. 2014-01-06 09:52:34 +00:00
Makefile.in Fix separate builddir build. 2014-01-30 18:01:28 +00:00
queue.h Ditch version.h; update copyright. 2014-01-06 09:55:45 +00:00
README Ditch version.h; update copyright. 2014-01-06 09:55:45 +00:00
tts.c OS X: Handle power events sensibly. 2014-03-05 14:17:54 +00:00
ttsrc.sample Initial import. 2014-01-06 09:52:34 +00:00

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>.