4 releases (2 breaking)

0.2.0 Feb 28, 2024
0.1.1 Feb 26, 2024
0.1.0 Feb 26, 2024
0.0.1 Feb 10, 2024

#5 in #learn

Download history 15/week @ 2024-02-18 327/week @ 2024-02-25 28/week @ 2024-03-03 9/week @ 2024-03-10 71/week @ 2024-03-31

81 downloads per month

GPL-3.0-only

130KB
3K SLoC

asciicast

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.

Usage

To use, first install as normal using cargo. Currently only Linux is supported, but other systems should work. Run with edlearn_tui.

Developing

Development is split across several crates:

  • edlearn_client - Rust wrapper around the web API
  • bbml - A library for rendering a subset of HTML to be displayed in ratatui applications
  • edlearn_tui - The main application

To learn more about the structure of each, check the rustdocs.

License

Unless otherwise noted, content in this repository is licensed under the GNU GPL v3.0.

Dependencies

~14–30MB
~452K SLoC