Alternative TUI frontend for Canvas LMS
Find a file
2024-09-12 00:10:35 -07:00
src refactor: do not get api secret at compile time 2024-09-11 02:09:50 -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 initial commit 2024-09-11 01:57:45 -07:00
Cargo.toml initial commit 2024-09-11 01:57:45 -07:00
flake.lock initial commit 2024-09-11 01:57:45 -07:00
flake.nix initial commit 2024-09-11 01:57:45 -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"