Crates.io | edlearn_tui |
lib.rs | edlearn_tui |
version | 0.2.0 |
source | src |
created_at | 2024-02-10 00:40:56.781572 |
updated_at | 2024-02-28 12:41:21.563836 |
description | A TUI for Edinburgh Uni's Learn |
homepage | https://git.tardisproject.uk/tcmal/learn-tui |
repository | https://github.com/tcmal/learn-tui |
max_upload_size | |
id | 1134540 |
size | 126,761 |
A TUI (terminal user interface) for Edinburgh University's Learn.
It provides a simple and fast interface for viewing course information and downloading files. Submitting assignments and editing courses are explicitly not goals: They are complex and you probably shouldn't trust random programs with your university assignments.
This could be adapted to work with other systems using Blackboard Learn, but the supported services and authentication process are currently tied to UoE.
To use, first install as normal using cargo
. Currently only Linux is supported, but other systems should work.
Run with edlearn_tui
.
Development is split across several crates:
edlearn_client
- Rust wrapper around the web APIbbml
- A library for rendering a subset of HTML to be displayed in ratatui
applicationsedlearn_tui
- The main applicationTo learn more about the structure of each, check the rustdocs.
Unless otherwise noted, content in this repository is licensed under the GNU GPL v3.0.