https://github.com/mblode/raycast-things
https://github.com/mblode/raycast-things
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/raycast-things
- Owner: mblode
- Created: 2022-01-08T04:02:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T09:40:13.000Z (over 4 years ago)
- Last Synced: 2025-02-07T20:28:39.256Z (over 1 year ago)
- Language: TypeScript
- Size: 579 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Things Extension for Raycast
Things 3 extension for [Raycast](https://www.raycast.com/).
## Install Locally
Clone the project
```bash
git clone https://github.com/mblode/raycast-things.git
```
Go to the project directory
```bash
cd raycast-things
```
Install dependencies
```bash
npm install
```
Build locally
```bash
npm run dev
```
Finally open Raycast and use the command `Import Extension` then choose the cloned directory
## Author
**Matthew Blode** (mblode)
- [GitHub](https://www.github.com/mblode)
- [Portfolio](https://matthewblode.com)