Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letttgaco/snippetslab-raycast
适用于SnippetsLab的Raycast插件
https://github.com/letttgaco/snippetslab-raycast
raycast snippetslab
Last synced: 21 days ago
JSON representation
适用于SnippetsLab的Raycast插件
- Host: GitHub
- URL: https://github.com/letttgaco/snippetslab-raycast
- Owner: LetTTGACO
- License: mit
- Created: 2023-10-18T12:08:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T13:24:01.000Z (about 1 year ago)
- Last Synced: 2024-10-02T06:41:25.035Z (about 1 month ago)
- Topics: raycast, snippetslab
- Language: TypeScript
- Homepage:
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
SnippetsLab-Raycast
适用于SnippetsLab的Raycast插件
# 软件版本要求
- SnippetsLab 2.3.2
- Raycast 1.59.0# 如何配置
1. `git clone [email protected]:LetTTGACO/SnippetsLab-Raycast.git` 到本地文件夹
2. 将仓库根目录的 SnippetsLabAlfredWorkflow 文件拷贝到 /Applications/SnippetsLab.app/Contents/SharedSupport/Integrations 目录下
3. 运行`npm run build`
4. Raycast Import Extension 导入,选择此步骤1中的文件夹即可> SnippetsLabAlfredWorkflow 文件也可以从SnippetsLab设置中安装到Alfred获取,在Alfred的Workflow找到并从访达中打开,也能找到此文件
# 原理
用 `execa` + `child_process`运行本来运行在Alfred中的 SnippetsLabAlfredWorkflow 可执行文件