https://github.com/nahumsa/energytracker
CLI app for tracking energy levels.
https://github.com/nahumsa/energytracker
cli cli-app go golang
Last synced: 2 months ago
JSON representation
CLI app for tracking energy levels.
- Host: GitHub
- URL: https://github.com/nahumsa/energytracker
- Owner: nahumsa
- Created: 2020-08-11T15:37:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T15:46:55.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T12:26:56.005Z (over 2 years ago)
- Topics: cli, cli-app, go, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI Energy Tracker
This is a Command Line app that logs your energy level. It uses [storm](https://github.com/asdine/storm) in order to create a Bolt database and [cobra](https://github.com/spf13/cobra) for the command line interface. This CLI app is inpired by [gophercises](https://gophercises.com/).
The available commands are:
- `log`: Logs your energy to a database at the present time.
It takes as input an integer, I suggest to use 10 for the max value and 1 for the min value.
Example: `EnergyTracker log 10`- `history`: Show all your logs in the format: year-month-day time Energy:
## Installing the CLI App
In order to install you just need to run: `go install .` then the app will be named "EnergyTracker".
## Future Plans
For the future I plan on doing visualizations of the database.