tiwi

Crates.iotiwi
lib.rstiwi
version0.1.0
sourcesrc
created_at2021-01-03 06:26:11.477094
updated_at2021-01-03 06:26:11.477094
descriptiona command-line event tracking tool
homepagehttps://github.com/austinjones/tiwi-rs
repositoryhttps://github.com/austinjones/tiwi-rs
max_upload_size
id330927
size22,812
Austin Jones (austinjones)

documentation

README

tiwi

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.

Installation

Install with:

cargo install tiwi

Run with:

tiwi

Quickstart

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█

Options

Tiwi supports appending to a logfile, if given an argument:

tiwi output.txt

Tiwi also supports logging in UTC:

tiwi --utc
Commit count: 4

cargo fmt