Added gman project to list of projects

This commit is contained in:
2025-10-02 08:47:21 -06:00
parent 0fd90c0c75
commit f1da53c519
+2 -1
View File
@@ -2,8 +2,9 @@ pub(super) static PROJECTS: &str = r#"# Projects
The easiest way to see what I've been up to lately is to check out my GitHub profile: *https://github.com/Dark-Alex-17*
## Software Sideprojects
* **Managarr**: A Rust-based TUI for managing many different Servarr instances (*https://github.com/Dark-Alex-17/managarr*).
* **Managarr**: A Rust-based TUI for managing many different Servarr instances (*https://github.com/Dark-Alex-17/managarr*)
* You can test out *Managarr* by visiting the demo site: (*https://managarr-demo.alexjclarke.com*)
* **gman**: Universal command line credential management and injection tool (*https://github.com/Dark-Alex-17/gman*)
* **ClaSH**: This shell and website (*https://github.com/Dark-Alex-17/ClaSH*)
* **Alerting-API**: A simple API that utilizes the Quartz library to provide a dynamic, reactive alerting system (minus the notification component), built with Kotlin. (*https://github.com/Dark-Alex-17/alerting-api*)
* **AWS Cloud Gaming**: A Bash TUI built with whiptail to provision an EC2 instance in AWS, configure it with Steam, set up a low-latency RDP session using AWS' own NICE DCV to play games using AWS EC2 instances. (*https://github.com/Dark-Alex-17/aws-cloud-gaming*)