Skip to content

Instantly share code, notes, and snippets.

@AOx0
Created December 19, 2022 00:33
Show Gist options
  • Save AOx0/317d7d28f23fde192780158d6c3d6798 to your computer and use it in GitHub Desktop.
Save AOx0/317d7d28f23fde192780158d6c3d6798 to your computer and use it in GitHub Desktop.
#!/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