Crates.io | grades |
lib.rs | grades |
version | 0.2.0 |
source | src |
created_at | 2023-02-03 22:22:25.523857 |
updated_at | 2023-05-09 15:55:09.032914 |
description | A grades manager written in rust |
homepage | https://codeberg.org/soishpa/grades/src/branch/prime/README.md |
repository | https://codeberg.org/soispha/grades |
max_upload_size | |
id | 775999 |
size | 100,027 |
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.