Time's Up!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julio Biason 920644bfe0
Merge pull request #86 from jbiason/dependabot/cargo/serde_derive-1.0.140
2 years ago
.github Create dependabot.yml 4 years ago
src Remove events 4 years ago
.gitignore Add an event 4 years ago
AUTHORS Applied license 4 years ago
COPYING Applied license 4 years ago
Cargo.lock Merge pull request #86 from jbiason/dependabot/cargo/serde_derive-1.0.140 2 years ago
Cargo.toml Bump uuid from 0.8.2 to 1.1.2 2 years ago
README.md Expose the events iterator instead of creating on of our own 4 years ago

README.md

TU

Time's Up!

About

Time's Up! is a small application that will let you control how long you have till it is up to an event.

For example, if today is 07-May and you set an event for 22-May, it should tell you that you have 15 days up to it.

Commands

  • Listing events: tu
  • Adding new events: tu add YYYY-MM-DD 'description'
    • Optional: set a time for the event: tu add YYYY-MM-DD 'description' --time HH:MM
  • Removing events: When you add an event, it will show up a small code for that event; you can remove it with tu rm EVENTID

License

GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.