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

https://github.com/o98k-ok/lark-doc

📃 quick search for lark doc 📃
https://github.com/o98k-ok/lark-doc

alfred golang lark-doc productivity search workflows

Last synced: 6 months ago
JSON representation

📃 quick search for lark doc 📃

Awesome Lists containing this project

README

        

# lark-doc
quick search for lark doc

image

## Usage
![output](assets/output.gif)

## Config
1. `count` search count; default 9
2. `cache_file` cache file path; default `lark.json`
3. `session` get after login, you need to fill it!!

## Sample

```shell
# search realtime
session=xxx count=10 go run main.go query "hello"

# update cache
session=xxx count=10 cache_file=lark.json go run main.go trigger
```