| Crates.io | flymark |
| lib.rs | flymark |
| version | 0.10.0 |
| created_at | 2022-05-06 08:02:13.760176+00 |
| updated_at | 2024-05-08 09:22:12.212805+00 |
| description | A super-duper-fast CLI imark client |
| homepage | https://github.com/insou22/flymark |
| repository | https://github.com/insou22/flymark |
| max_upload_size | |
| id | 581562 |
| size | 150,540 |
Super-duper-fast CLI imark client, intended for marking exams.
Make sure you have a working Rust toolchain installed (stable, latest recommended).
You can install a Rust toolchain with Rustup.
Once you have a toolchain installed, simply run: cargo install flymark.
flymark <scheme_file> <course> <session>
scheme_file is the path to a file that holds the marking
scheme. A sample scheme that displays all the capabilities
is available in simple_scheme.txt.
course is the course to mark, in the format: cs1521.
session is the session of the course to mark, in the format: 22T1.
There are additional flags to override some of the settings,
including allowing you to use a custom imark cgi endpoint.
Read more with flymark --help
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.