Terminator Timer

Version 0.0.1


Functionality

Terminator timer is a unitily that tracks time when user needs this. Terminator timer takes place in the linux terminator. Terminator timer has an terminator interface for user to be able to use next features:
  • Start and stop timer
  • User can stop or start timer using terminator.
  • Enter needed time
  • User can enter time for example instead of
    Timer time = 01:56:23
    User: enter time manually 05:00:00
    Timer time = 05:00:00
    
  • Add or sub mins/hours
  • User can add or subtract time by mins and hours
    Timer time = 02:23:30
    User: add 10 mins
    Timer time = 02:33:30
    
    Timer time = 02:23:30
    User: sub 10 mins
    Timer time = 02:13:30
    
    Where <b>10</b> is a variable with range 1...60
    
  • Save time by the day into the log file
  • Terminator timer creates log file where time by the end of a day is written. User can open file to see info.
  • Timer gives an output of statistic
  • User can view statistics for every category in the timer menu.
  • Timer categories
  • User can create a category for which to count time, category is written in the log file and in the timer menu.

    How to use

    TDB after the implementation of functionality