Matthias Beyer
90eaeb642a
This patch removes the magic constant we used when calling `trace_unwrap_exit()` or `map_err_trace_exit_unwrap()`. We used to call it with `1` as parameter, where the number was the exit code to use. Now the implementation of the function does it automatically (using 1 (one) as exit code). All calls of these functions were fixed. Thanks to vim this was easy. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
etc | ||
src | ||
Cargo.toml | ||
README.md |
Timetrack
The Timetrack module implements a timewarrior
-like timetracking functionality
for imag.
Each timetracking is a 'tag' which can be started and stopped. These tags are no tags as in imag-tag, but timetracking-tags.
Summaries can be printed, also filtered by tags if desired.