Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
/ timeup Public archive

Terminal based time tracking software

License

Notifications You must be signed in to change notification settings

dcousens/timeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

timeup

Installation

Uses ionicons (for the notify-send icon), community/ttf-ionicons on Arch. Uses Python/bash.

Usage

Start or stop a timer
$ timeup
Generate a report (1 day)
$ timeup report 12Apr

Task                     Duration
------------------------ --------------
me/timeup                2h 7m 43s
Generate a report (date to date, see documentation)
$ timeup report 12Apr 14Apr
# ...
$ timeup report 12Apr-2018 12Apr-2019
# ...
$ timeup report mytask
# ...
$ timeup report 12Apr mytask
# ...
$ timeup report 12Apr 14Apr mytask
Add untracked time
$ timeup track me/timeup 10am 11am
# ...
$ timeup track me/timeup 10minutes

LICENSE MIT