#timestamp #time #tracking #day #month

app tago

A CLI utility tool designed to manage and track saved timestamps

3 releases

new 0.1.2 Oct 27, 2024
0.1.1 Oct 26, 2024
0.1.0 Oct 26, 2024

#872 in Command line utilities

Download history 258/week @ 2024-10-21

258 downloads per month

Custom license

20KB
368 lines

Tago

Crates.io

Example

❯ 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

Installation

Cargo

cargo install tago

Usage

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

Misc

All timestamps are saved in ~/.config/tago/config.toml.

Dependencies

~2.5–10MB
~99K SLoC