Crates.io | timepiece |
lib.rs | timepiece |
version | 0.7.6 |
source | src |
created_at | 2023-03-31 19:22:33.899943 |
updated_at | 2023-12-20 01:38:51.549565 |
description | A command-line all-purpose timepiece |
homepage | |
repository | https://github.com/kyllingene/timepiece |
max_upload_size | |
id | 826714 |
size | 128,856 |
tp
)Get the current time (tp time
), date (tp date
), or both (tp now
)
tp clock
Start a stopwatch (tp stopwatch
)
sleep 5 | tp stopwatch
), times process while relaying stdinSet a timer (tp timer [[[hours:]minutes:]seconds]
)
Set an alarm (tp alarm hour:minute:second AM|PM
)
Enable desktop notifications with feature flag notify
, for:
The best way to install, if you have cargo
installed, is through that:
$ cargo install timepiece # add `--features notify` if you want desktop notifs