# using homebrew
brew install pomdtr/tap/ray
# compile from source
go install github.com/pomdtr/ray@latestor download the binary from the releases page.
See the ray completion command to generate completion scripts for your shell.
Use ray [extension] [command] to run a command.
You can also pass arguments to the command.
ray arc new-little-arc https://raycast.comUse stdin to pass a context to the command.
jq -n '{ key: "value"}' | ray ...If you want to copy the deeplink instead of opening it, use the --copy flag.
You can also use the --print flag to print the deeplink to stdout.