From 2539dc711809062ebae32d0a12021f6762d34be3 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 18 Nov 2024 18:22:37 -0700 Subject: [PATCH] Added the ClaSH project to the projects command --- README.md | 3 +++ src/cli/projects.rs | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 909dfd8..fe27848 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,6 @@ docker run --rm -it -p 7681:7681 clash ```shell docker compose up ``` + +## Creator +This project and shell is the property of [Alex Clarke](https://github.com/Dark-Alex-17) diff --git a/src/cli/projects.rs b/src/cli/projects.rs index f0b7edf..fb3ef39 100644 --- a/src/cli/projects.rs +++ b/src/cli/projects.rs @@ -2,6 +2,7 @@ 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* * **Managarr**: A Rust-based TUI for managing many different Servarr instances (*https://github.com/Dark-Alex-17/managarr*). + * **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*) * **DynamoDB and DAX Benchmarker**: A simple benchmarking utility built in both Rust and Go to benchmark performance differences between a DynamoDB table that doesn't use DAX, and one that does. An Elastic stack is used to receive the benchmarking metrics in real time so that users can also visualize the benchmarking results in Kibana using the pre-built dashboard. (*https://github.com/Dark-Alex-17/dynamodb-dax-benchmarker*)