Created
December 19, 2022 00:33
-
-
Save AOx0/317d7d28f23fde192780158d6c3d6798 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title kitty | |
# @raycast.mode silent | |
# Optional parameters: | |
# @raycast.icon üñ•Ô∏è | |
# Documentation: | |
# @raycast.description Create kitty window | |
# @raycast.author AOx0 | |
# @raycast.authorURL github.com/AOx0 | |
/Applications/kitty.app/Contents/MacOS/kitty -1 --instance-group 0 --directory $HOME &>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment