https://github.com/jonathanlb/okra
Track daily activities as progress towards goals.
https://github.com/jonathanlb/okra
Last synced: about 1 year ago
JSON representation
Track daily activities as progress towards goals.
- Host: GitHub
- URL: https://github.com/jonathanlb/okra
- Owner: jonathanlb
- License: apache-2.0
- Created: 2021-08-04T14:36:54.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:31:57.000Z (about 2 years ago)
- Last Synced: 2025-01-24T13:28:20.553Z (over 1 year ago)
- Language: Rust
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Okra
Okra is a simple server to keep track of time spent towards daily goal, e.g.
exercise, practicing music, meditation.
Because Okra depends upon Rocket, it must be used with the nightly Rust build.
Make sure to run the following at some point.
```
rustup default nightly
```