12 releases (1 stable)
1.0.0 | Aug 30, 2023 |
---|---|
0.51.0 | Jan 15, 2023 |
0.50.3 | Jan 7, 2023 |
0.50.2 | Dec 29, 2022 |
0.46.4 | Jul 30, 2022 |
#2461 in Command line utilities
39 downloads per month
335KB
6.5K
SLoC
TimeLog
Version of the rtimelog program written in Rust.
Purpose
The rtimelog program provides a low-impact, simple tool for tracking a person's time. It tracks individual changes in task events in a simple text file.
Rtimelog is a command line tool that supports adding and ending events. It also supports different reports on the amount of time spend on various tasks.
Full documentation of the tool is found in Manual and Tutorial.
The file Format provides information about how events are stored in the timelog file. This would be useful if you want to modify the file or generate your own reports from the file.
The original version of the format is described in Format, version 1. That version is the one supported by the Perl version of the application.
Install
Use cargo
to install the rtimelog
executable.
cargo install rtimelog
Badges
Dependencies
~9–18MB
~255K SLoC