From 0fd90c0c75ac7fcec6047e73a1b98d7dd853fbe7 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 18 Dec 2024 18:26:01 -0700 Subject: [PATCH] feat: Added a link to the Managarr demo site to test out the project --- Cargo.toml | 2 +- src/cli/projects.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9460f3e..b8f6668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Clarke "] description = "An interactive Clarke Shell for browsing my personal website." keywords = ["command-line-interface"] diff --git a/src/cli/projects.rs b/src/cli/projects.rs index 7b16d69..6bbb6f6 100644 --- a/src/cli/projects.rs +++ b/src/cli/projects.rs @@ -3,6 +3,7 @@ pub(super) static PROJECTS: &str = r#"# Projects ## Software Sideprojects * **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*) * **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*)