achievements

Crates.ioachievements
lib.rsachievements
version0.2.0
sourcesrc
created_at2024-04-07 17:27:39.069527
updated_at2024-04-14 12:45:20.15118
descriptionTrack and celebrate the passage of time
homepagehttps://github.com/xoen/achievements
repositoryhttps://github.com/xoen/achievements
max_upload_size
id1199342
size42,799
Aldo Giambelluca (xoen)

documentation

https://docs.rs/achievements

README

Achievements

Crate Docs

Achievements is a command line tool to track and celebrate the passage of time.

NOTE: Personal/experimental project.

Install using Cargo:

$ cargo install achievements

Then run by

$ achievements

Moon landing: 19984 days 💎💎💎💎💎
Berlin Wall Fall: 12567 days 💎💎💎

IMPORTANT: The way the number of days/months/etc is calculated is very simple and not accurate. A day is ~86400 seconds. A month is ~30 days, a year is ~365 days etc...this means the reported intervals are only a rough indication and they can be wrong.

For example:

  • the accurate number of days since the Moon landing should be 19985 days but the tool reports 19984 days (1 day off)
  • the accurate number of days since the Berlin Wall fall should be 12568 days but the tool reports 12567 days (1 day off)
Commit count: 14

cargo fmt