diff --git a/.typos.toml b/.typos.toml index bacfe1b9..8f4538fd 100644 --- a/.typos.toml +++ b/.typos.toml @@ -17,6 +17,7 @@ extend-ignore-identifiers-re = [ [default.extend-words] # ./uefi-test-runner/src/proto/device_path.rs:92:14 HD = "HD" +Ratatui = "Ratatui" [default.extend-identifiers] # We sometimes use "typ" as "type" is a reserved keyword diff --git a/README.md b/README.md index 7dc00e3f..3f82f54b 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,15 @@ prerequisites for running the tests. ## Showcases -- [`ratatuefi`] provides a [Ratatui] backend for the UEFI environment using `uefi`. +_Selected show cases from community. Feel free to raise a PR and add yours!_ + - [`efimux`] is an EFI application for booting other EFI applications, written with the aforementioned [`ratatuefi`] and therefore also `uefi`. +- [`ratatuefi`] provides a [Ratatui] backend for the UEFI environment using `uefi`. +- [`uefirc`] is a graphical UEFI IRC client to connect to an IRC server, chat, + and read messages, all from the comfort of your motherboard's pre-boot + environment. ## Discuss and Contribute @@ -99,10 +104,16 @@ Contributions in the form of a PR are also highly welcome. Check our Licensed under either of [Apache License, Version 2.0][apache] or [MIT license][mit] at your option. + + [apache]: LICENSE-APACHE -[`efimux`]: https://github.com/sermuns/efimux [mit]: LICENSE-MIT -[`ratatuefi`]: https://github.com/sermuns/ratatuefi -[Ratatui]: https://github.com/ratatui/ratatui [UEFI]: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface [Zulip]: https://rust-osdev.zulipchat.com + + + +[`ratatuefi`]: https://github.com/sermuns/ratatuefi +[Ratatui]: https://github.com/ratatui/ratatui +[`efimux`]: https://github.com/sermuns/efimux +[`uefirc`]: https://github.com/codyd51/uefirc