https://github.com/zwwhdls/juicefs-alfred-workflow
https://github.com/zwwhdls/juicefs-alfred-workflow
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zwwhdls/juicefs-alfred-workflow
- Owner: zwwhdls
- Created: 2024-10-28T15:32:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:40:04.000Z (over 1 year ago)
- Last Synced: 2024-12-27T11:25:00.260Z (over 1 year ago)
- Language: Python
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# juicefs search alfred workflow
An Alfred workflow to search documents of JuiceFS with instant results

Simply type your keyword into Alfred (default: jfs) and provide a query to see instant search results from JuiceFS documents.
## Install
Alfred 5 version: [Latest Download](https://github.com/zwwhdls/juicefs-alfred-workflow/releases/download/v0.1.0/JuiceFS.Search.alfredworkflow)
## Usage
Search all documents of JuiceFS, including community, enterprise and csi:
```
# JuiceFS community documents
jfs ce
# JuiceFS enterprise documents
jfs ee
# JuiceFS csi documents
jfs csi
```

## Workflow Variables
- `API_KEY`: Api key for algolia which JuiceFS documents uses. Default value is ok.
- `LANGUAGE`: Language of JuiceFS documents to search. Default is `en`.
- `HITS_PER_PAGE`: Hits of each search. Default is `10`.
