From 9b8d9faefff2e3c568096e5158a188853e359f17 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Wed, 4 Sep 2024 09:49:49 -0600 Subject: [PATCH 1/2] README: AI CLI help over SSH + TMUX --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75f75693..32162c0f 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command line-based applications or command line access to existing services.* +* [alice](https://asciinema.org/a/674501) - AI Ghost in your TMUS shell available as a service over SSH * [ansiweather](https://github.com/fcambus/ansiweather) - Weather in your terminal, with ANSI colors and Unicode symbols * [awless](https://github.com/wallix/awless) - A powerful, innovative and small surface CLI to manage AWS. * [bashblog](https://github.com/cfenollosa/bashblog) - A Bash script that handles blog posting From 6f8e38c96d83e92b99489b37d914e951d49ed81d Mon Sep 17 00:00:00 2001 From: John Andersen Date: Wed, 4 Sep 2024 09:51:13 -0600 Subject: [PATCH 2/2] README: Fix typo in TMUX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32162c0f..033a6d86 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command line-based applications or command line access to existing services.* -* [alice](https://asciinema.org/a/674501) - AI Ghost in your TMUS shell available as a service over SSH +* [alice](https://asciinema.org/a/674501) - AI Ghost in your TMUX shell available as a service over SSH * [ansiweather](https://github.com/fcambus/ansiweather) - Weather in your terminal, with ANSI colors and Unicode symbols * [awless](https://github.com/wallix/awless) - A powerful, innovative and small surface CLI to manage AWS. * [bashblog](https://github.com/cfenollosa/bashblog) - A Bash script that handles blog posting