Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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