Crates.io | tiwi |
lib.rs | tiwi |
version | 0.1.0 |
source | src |
created_at | 2021-01-03 06:26:11.477094 |
updated_at | 2021-01-03 06:26:11.477094 |
description | a command-line event tracking tool |
homepage | https://github.com/austinjones/tiwi-rs |
repository | https://github.com/austinjones/tiwi-rs |
max_upload_size | |
id | 330927 |
size | 22,812 |
Tiwi is an interactive application which keeps track of timestamped events. Tiwi is short for 'timey wimey'.
Tiwi is an interactive tool that writes to stdout, and optionally a log file.
Install with:
cargo install tiwi
Run with:
tiwi
Tiwi begins tracking events when it receives any input from stdin:
$ tiwi
2020-10-15T19:57:28-04:00 -- launched the server█
The entry is completed with Enter, and the cursor is hidden:
$ tiwi
2020-10-15T19:57:28-04:00 -- launched the server
With more input, tiwi will begin tracking a new event and print the previous event spawn:
$ tiwi
2020-10-15T19:57:28-04:00 2m launched the server
2020-10-15T19:59:57-04:00 -- opened the ui█
Tiwi supports appending to a logfile, if given an argument:
tiwi output.txt
Tiwi also supports logging in UTC:
tiwi --utc