18 lines
314 B
Markdown
18 lines
314 B
Markdown
# 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.
|
|
|
|
```sh
|
|
nix build
|
|
```
|
|
|
|
Or run without installing:
|
|
|
|
```sh
|
|
nix run "git+https://code.youwen.dev/youwen5/cartographer.git"
|
|
```
|