Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fonimus/useful-raycast-extensions
Some useful raycast extensions
https://github.com/fonimus/useful-raycast-extensions
raycast raycast-extension
Last synced: about 2 months ago
JSON representation
Some useful raycast extensions
- Host: GitHub
- URL: https://github.com/fonimus/useful-raycast-extensions
- Owner: fonimus
- License: mit
- Created: 2022-10-16T08:51:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T14:00:51.000Z (over 1 year ago)
- Last Synced: 2024-10-10T05:37:18.660Z (3 months ago)
- Topics: raycast, raycast-extension
- Language: TypeScript
- Homepage:
- Size: 21.7 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raycast extensions
## Installation
### Private store
- Ask me for a raycast team link
### Manual
- Clone repository in `raycast-extensions`
- In raycast, type *Import Extensions*, enter, and
choose `raycast-extensions`/`extensions`/`extension-folder`
- `npm ci`
- `npm run build`## Extensions
### Github Pulls
[Read documentation](extensions/github-pulls/README.md)
### Vault
Now in raycast store : https://www.raycast.com/fonimus/vault-manager
### Kafka
Now in raycast store : https://www.raycast.com/fonimus/kafka
## Development
Start extension with auto reload
- `npm run -w= dev`