Crates.io | rtimelog |
lib.rs | rtimelog |
version | 1.0.0 |
source | src |
created_at | 2022-07-03 23:14:20.083795 |
updated_at | 2023-08-30 01:43:47.9865 |
description | System for tracking time in a text-log-based format. |
homepage | http://gwadej.org/timelog/ |
repository | https://gitlab.com/gwadej/timelog-rust.git |
max_upload_size | |
id | 618594 |
size | 438,091 |
Version of the rtimelog program written in Rust.
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.
Use cargo
to install the rtimelog
executable.
cargo install rtimelog