diff --git a/docs/TODO.md b/docs/TODO.md index e60f0dc0..ac32c410 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -4,6 +4,7 @@ * [Actions](https://github.com/sindresorhus/Actions) adds a wide-variety of actions that you can utilize with the macOS Shortcuts app. It is currently only available via the macOS app store. Requested a Homebrew Cask [here](https://github.com/sindresorhus/Actions/issues/127). * [Color Picker](https://github.com/sindresorhus/System-Color-Picker) is an improved color picker app available on macOS. It is currently only available via the macOS app store. Requested Homebrew Cask [here](https://github.com/sindresorhus/System-Color-Picker/issues/32). +* Consider integrating [LocalAI](https://github.com/go-skynet/LocalAI) which can be used in combination with mods to generate ChatGPT responses locally ## Premium Software Recommendations diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index a255c3f6..ea9086af 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -310,6 +310,7 @@ softwareGroups: - jiq - jqp - litecli + - mods - mycli - nomino - normit diff --git a/software.yml b/software.yml index a0ee28d9..6d8ff7b4 100644 --- a/software.yml +++ b/software.yml @@ -7538,6 +7538,16 @@ softwarePackages: port: dua-cli scoop: dua xbps: dua-cli + mods: + _bin: mods + _desc: AI for the command-line that leverages OpenAI or LocalAI (if configured to do so) + _docs: https://github.com/charmbracelet/mods + _github: https://github.com/charmbracelet/mods + _home: https://charm.sh/ + _name: Mods + brew: charmbracelet/tap/mods + go: github.com/charmbracelet/mods@latest + yay: mods microsoft-teams: _bin: teams _desc: '[Microsoft Teams](https://www.microsoft.com/en-us/microsoft-teams/group-chat-software) is a proprietary business communication platform developed by Microsoft, as part of the Microsoft 365 family of products. Teams primarily competes with the similar service Slack, offering workspace chat and videoconferencing, file storage, and application integration.'