Alternative TUI frontend for Canvas LMS
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
Cartographer
An alternative TUI-based frontend for the Canvas LMS. Also implements
libcanvas
, a Rust library that wraps common Canvas API actions.
Building
Install Nix with flakes.
nix build
Or run without installing:
nix run "git+https://code.youwen.dev/youwen5/cartographer.git"