Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielbayley/alfred-chatgpt
Query @OpenAI ChatGPT with @Alfredapp.
https://github.com/danielbayley/alfred-chatgpt
ai alfred alfred-workflow chatgpt macos openai osx
Last synced: 14 days ago
JSON representation
Query @OpenAI ChatGPT with @Alfredapp.
- Host: GitHub
- URL: https://github.com/danielbayley/alfred-chatgpt
- Owner: danielbayley
- License: mit
- Created: 2022-12-09T16:29:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T19:09:17.000Z (about 2 years ago)
- Last Synced: 2024-04-18T09:41:16.308Z (9 months ago)
- Topics: ai, alfred, alfred-workflow, chatgpt, macos, openai, osx
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
_[ChatGPT]_ + _[Alfred]_
=========================
Query _[OpenAI]_ [ChatGPT] with [Alfred]. [Workflows] require the paid _[Powerpack]_ upgrade.[_Action_ Modifier]s
--------------------
[⌘]⏎: Copy to Clipboard.
⌥⏎: Open ChatGPT in your default browser.
⌃⏎/→: [Text Actions].Install
-------
easily with _[Homebrew]_[-alfred]:
~~~ sh
brew tap danielbayley/alfred
brew alfred install chatgpt
# or
brew install --cask alfred-chatgpt
~~~
or with [`brew bundle`] using a _[Brewfile]_:
~~~ rb
# Brewfile
tap "danielbayley/alfred"
cask "alfred-chatgpt"
~~~Contribute
----------
~~~ sh
git config include.path ../.gitconfig
~~~License
-------
[MIT] © [Daniel Bayley][MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley[alfred]: https://alfredapp.com
[powerpack]: https://alfredapp.com/powerpack
[workflows]: https://alfredapp.com/workflows[_action_ modifier]: https://alfredapp.com/help/workflows/advanced/alternative-actions
[text actions]: https://alfredapp.com/help/features/universal-actions#using[OpenAI]: https://openai.com
[ChatGPT]: https://chat.openai.com/chat[homebrew]: https://brew.sh
[-alfred]: https://github.com/danielbayley/homebrew-alfred#readme
[`brew bundle`]: https://docs.brew.sh/Manpage#bundle-subcommand
[brewfile]: https://github.com/Homebrew/homebrew-bundle#usage