1 unstable release
0.2.0 | May 9, 2023 |
---|---|
0.1.1 |
|
0.1.0 |
|
#5 in #managment
38KB
992 lines
Grades
Grades helps you to manages your grades by calculating averages, showing list and storing grades.
Install
- Recommended way for all systems:
cargo install grades
- Install from source:
git clone https://codeberg.org/ene/Grades.git grades
cd grades
cargo build --release
Configuration
The config file is stored under $XDG_CONFIG_HOME/grades/config.yaml
, with a fall back to $HOME/.config/grades/config.yaml
, if $XDG_CONFIG_HOME
isn't set. An example config is provided under examples/config.yaml
.
See the comments in the example file for explanations.
TODO
- 'grades list all' add average for each class
Dependencies
~5.5MB
~113K SLoC