raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.
https://raycast.com
MIT License
5.99k stars 887 forks source link

Add Open ChatGPT script #947

Closed luiscarlospando closed 4 months ago

luiscarlospando commented 4 months ago

Description

It opens the macOS ChatGPT app if it's not running already. If it's already running, then it just invokes the ChatGPT via the ⌥+Space hotkey.

⚠️ Note: Although is not mandatory it's recommended to assign the ⌥+Space hotkey to this script in Raycast only for it to work as intended.

Type of change

Screenshot

Opens the ChatGPT app if it's not currently running

CleanShot 2024-07-02 at 9  57 57

Invokes the ChatGPT app if it's already running

CleanShot 2024-07-02 at 9  59 09

Dependencies / Requirements

This script requires the macOS ChatGPT app which can be downloaded via the Open IA website.

Checklist

unnamedd commented 4 months ago

Hi @luiscarlospando,

Based on what you've written in your PR, your Script Command seems to be something that Raycast can easily do, which is: open the ChatGPT app. Also, you can define a hotkey to open it with no further effort. Besides that, we have a rule in this repository that anything that can be done just using Quicklinks is not eligible to be part of this repository anymore.

Last but not least, since the ChatGPT for macOS was released, they added the option of assigning a hotkey to open it too.

I'm going to close this PR, but feel free to make a comment here or call me on Slack in case you need.

Hope you understand.

luiscarlospando commented 3 months ago

I understand. Thanks!