Alternative TUI frontend for Canvas LMS
Find a file
2024-09-12 00:11:12 -07:00
src feat: add basic libcanvas functionality 2024-09-12 00:11:12 -07:00
.envrc initial commit 2024-09-11 01:57:45 -07:00
.gitignore initial commit 2024-09-11 01:57:45 -07:00
Cargo.lock feat: add basic libcanvas functionality 2024-09-12 00:11:12 -07:00
Cargo.toml feat: add basic libcanvas functionality 2024-09-12 00:11:12 -07:00
flake.lock initial commit 2024-09-11 01:57:45 -07:00
flake.nix nix: move out of nativeBuildInputs for devShell 2024-09-12 00:10:56 -07:00
LICENSE add license 2024-09-11 02:11:53 -07:00
README.md docs: add build instructions 2024-09-11 02:14:34 -07:00
rustfmt.toml init rustfmt 2024-09-12 00:10:35 -07:00

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"