An open API service indexing awesome lists of open source software.

https://github.com/zwwhdls/juicefs-alfred-workflow


https://github.com/zwwhdls/juicefs-alfred-workflow

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# juicefs search alfred workflow

An Alfred workflow to search documents of JuiceFS with instant results

![](./workflow-root.png)

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-demo.gif)

## 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`.

![](./configuration.png)