Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/raycast-scripts
My personal Raycast scripts.
https://github.com/egoist/raycast-scripts
deno raycast scripts
Last synced: 4 months ago
JSON representation
My personal Raycast scripts.
- Host: GitHub
- URL: https://github.com/egoist/raycast-scripts
- Owner: egoist
- License: mit
- Created: 2021-09-15T10:01:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T17:21:41.000Z (over 3 years ago)
- Last Synced: 2024-10-10T12:01:50.386Z (4 months ago)
- Topics: deno, raycast, scripts
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raycast scripts
My personal [Raycast](https://www.raycast.com/) scripts.
You need to have [Deno](https://deno.land/) installed on your machine and have the `deno` command available in system `$PATH`, otherwise you can run `brew install deno` to install it.
Then clone this repo to your local machine and use it as the script directory in Raycast:
![add the directory to script directories](https://i.loli.net/2021/10/08/YuCZQGFkOaB8Kmx.jpg)
## Scripts
- [npm package](./npm-package.ts): Get the description of an npm package
- [Crypto fear & Greed Index](./crypto-fear-greed-index.ts): Get the [Crypto fear & Greed Index](https://alternative.me/crypto/fear-and-greed-index/)
- [Title](./title.ts): Capitalize your title accroding to [The Chicago Manual of Style](http://www.chicagomanualofstyle.org/).## License
MIT.