From fe0d87170897499003751e84fee545d13709b81d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 4 Feb 2024 08:28:22 -0700 Subject: [PATCH 1/2] Add `mountaineerbr/shellChatGPT` Add `mountaineerbr/shellChatGPT` plugin Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5478a83..38c64fb 100644 --- a/README.md +++ b/README.md @@ -657,6 +657,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [cdhist](https://github.com/joknarf/cdhist) - cd history/subdir/locatedir navigation. simple cd history, alias builtin `cd` to add `cd` history, rapidily swich to already visited directories, can use `locate`, `mlocate` or `plocate` to rapidly cd to any directory - [cdr](https://github.com/willghatch/zsh-cdr) - Easy setup of `cdr` for ZSH. - [change-case](https://github.com/mtxr/zsh-change-case) - Plugin for fast swap between upper and lower case in your command line. :sunglasses: +- [chatGPT](https://github.com/mountaineerbr/shellChatGPT) - A command-line wrapper for OpenAI API for ChatGPT, DALL-E, and Whisper. - [cheatsheet](https://github.com/0b10/cheatsheet) - Plugin to easily view, create, and edit cheatsheets. - [check-deps](https://github.com/zpm-zsh/check-deps) - Helper for ZSH plugins that allows them to show how to install any missing dependencies. Works on Debian (and derivatives like Ubuntu), Arch and its derivatives, Node.js and ZSH plugins if you are using the [zpm](https://github.com/zpm-zsh/zpm) framework. - [chgo](https://github.com/sbfaulkner/chgo-plugin-zsh) - Clone of `chruby` modified to make it easy to switch between multiple Go versions. From f8abb4811804c789a41511c18acd596c671c7a88 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 9 Feb 2024 16:30:59 -0700 Subject: [PATCH 2/2] Run awesomebot checks daily Run daily checks to make it easier to find stuff that is 404. Signed-off-by: Joe Block --- .github/workflows/awesomebot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index a84ca4c..565afd6 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -1,6 +1,9 @@ +--- name: Check links in ZSH list on: + # Run daily + schedule: [{cron: "0 1 * * *"}] push: branches: ["*"] pull_request: