Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomdtr/ray
A command line interface for Raycast
https://github.com/pomdtr/ray
Last synced: about 2 months ago
JSON representation
A command line interface for Raycast
- Host: GitHub
- URL: https://github.com/pomdtr/ray
- Owner: pomdtr
- License: mit
- Created: 2023-10-08T16:07:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T10:26:20.000Z (7 months ago)
- Last Synced: 2024-10-27T13:00:45.598Z (2 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Raycast CLI
## Installation
```sh
# using homebrew
brew install pomdtr/tap/ray# compile from source
go install github.com/pomdtr/ray@latest
```or download the binary from the [releases page](https://github.com/pomdtr/ray/releases).
See the `ray completion` command to generate completion scripts for your shell.
## Usage
Use `ray [extension] [command]` to run a command.
You can also pass arguments to the command.
```sh
ray arc new-little-arc https://raycast.com
```Use stdin to pass a context to the command.
```sh
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.