Crates.io | tago |
lib.rs | tago |
version | 0.1.2 |
source | src |
created_at | 2024-10-26 13:59:57.193642 |
updated_at | 2024-10-27 15:03:47.913015 |
description | A CLI utility tool designed to manage and track saved timestamps |
homepage | https://github.com/Cairnify/tago |
repository | https://github.com/Cairnify/tago |
max_upload_size | |
id | 1423881 |
size | 66,021 |
❯ tago all
feature-tago-delete: 12 hours, 38 minutes, 13 seconds, 915 ms and 963 µs
default: 2 months, 1 week, 3 days, 21 hours, 33 minutes, 4 seconds, 660 ms and 914 µs
cairnify/login: 34 seconds, 527 ms and 736 µs
cargo install tago
Stores the current time under name.
tago init <name>
Shows the time elapsed since the saved time for name.
tago days <name>
[!TIP] If the name is omitted, it will default to
default
.
Displays all saved time entries.
tago all
Removes all saved time entries.
tago clean
All timestamps are saved in ~/.config/tago/config.toml
.