A simple command line tool to keep track of time. Topic uses simple timestamps and free form text. Allowing you to manage tasks with minimal intrusion while you work.
Set the topic by executing topic new [task]
. For example:
topic new Some meeting that should have been an email
If you're the kind of person who wants text based time management software then this might be for you.
- Put the current task and duration someplace visible such as command prompt or status bar.
- Generate a report of starting timestamps and durations
Clone the repository and execute ./build.sh
will create a binary at ./bin/topic
.