grades

Crates.iogrades
lib.rsgrades
version0.2.0
sourcesrc
created_at2023-02-03 22:22:25.523857
updated_at2023-05-09 15:55:09.032914
descriptionA grades manager written in rust
homepagehttps://codeberg.org/soishpa/grades/src/branch/prime/README.md
repositoryhttps://codeberg.org/soispha/grades
max_upload_size
id775999
size100,027
(Soispha)

documentation

README

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

  • 'grades list all' add average for each class
Commit count: 0

cargo fmt