Grades helps you to manages your grades by calculating averages, showing list and storing grades.
cargo install grades
git clone https://codeberg.org/ene/Grades.git grades
cd grades
cargo build --release
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.