Grades

Grades helps you to manages your grades by calculating averages, showing list and storing grades.

Install

  1. Recommended way for all systems: cargo install grades
  2. 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