Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/geek-workout
Bash+SQLite workout logger for didactical purposes
https://github.com/frafra/geek-workout
bash sqlite
Last synced: about 1 month ago
JSON representation
Bash+SQLite workout logger for didactical purposes
- Host: GitHub
- URL: https://github.com/frafra/geek-workout
- Owner: frafra
- License: gpl-3.0
- Created: 2018-05-01T00:11:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T10:47:42.000Z (over 6 years ago)
- Last Synced: 2024-06-11T20:53:30.569Z (5 months ago)
- Topics: bash, sqlite
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geek-workout
This is a simple application which uses Bash and SQLite for keeping records of your activities. It has been made for didactical purposes.
## Initialization
`$ ./workout log.db init`
## Add activity
`$ ./workout log.db new-activity bike km "regular bike"`
## Add event
`$ ./workout log.db new-event bike 73.2 "long trip"`
## Show statistics
Grouped by activity:
`$ ./workout log.db stats`
Grouped by activity and week number:
`$ ./workout log.db stats-weekly`