Simple time tracking application using the CLI, in the spirit of todo.txt.
In the spirit of TODO.TXT, this little Tcl script will handle tracking how much time you spend on tasks throughout the day. All records are stored in a plain text file so you're not dependent on anyone else's format.
In the spirit of TODO.TXT, this little Tcl script will handle tracking how much time you spend on tasks throughout the day. All records are stored in a plain text file so you're not dependent on anyone else's format.
To install time-track-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install time-track-cli
To see what files were installed by time-track-cli, run:
port contents time-track-cli
To later upgrade time-track-cli, run:
sudo port selfupdate && sudo port upgrade time-track-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.