# Tiempo A [timetrap](https://github.com/samg/timetrap/) compatible command line time tracking application. ## Installation If you're a [rust](https://rust-lang.org) programmer you can do cargo install tiempo Ir if you use archlinux, there's a `tiempo-git` package in the AUR. ## Tutorial First of all, you can abbreviate all commands to their first letter, so `t in` and `t i` are equivalent. ### Managing entries Register the start of an activity in the default timesheet with: t in 'Doing some coding' which sets the activity's start time to the current time. Later when you're done use t out to mark it as finished. If you forgot to start the activity before you can do so with: t i --at '20 min ago' the same applies for `t out`. Edit an entry with t edit [options] where the options are -i, --id Alter entry with id instead of the running entry -s, --start Change the start time to