achievements

Crates.ioachievements
lib.rsachievements
version
sourcesrc
created_at2024-04-07 17:27:39.069527
updated_at2024-10-20 17:33:56.856552
descriptionTrack and celebrate the passage of time
homepagehttps://github.com/xoen/achievements
repositoryhttps://github.com/xoen/achievements
max_upload_size
id1199342
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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 --locked 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: 20

cargo fmt