Skip to content

dnlzrgz/tictot

Repository files navigation

tictot

Showcase

tictot is a simple time tracker for the terminal that is easy and fast to use. With tictot you can track the time spent on different tasks and keep a record of your worked hours. The application is built with textual, an awesome framework for building applications for the terminal. tictot is also inspired by the textual's example application.

Work in progress

For the moment tictot only supports tracking time for a single task at a time. It also doesn't support tags, categories or any other fancy stuff. Also you can't update past entries or delete them. But I'm working on it.

Installation

Using pip

pip install tictot

From source

git clone https://github.com/daniarlert/tictot.git

Now, install the application:

cd tictot && pip install .

To Do

  • Update past entries.
  • Delete entries.
  • Support tags.
  • Support user configuration.
  • Statistics.