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 📃
- Host: GitHub
- URL: https://github.com/o98k-ok/lark-doc
- Owner: o98k-ok
- Created: 2022-12-23T05:58:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:14:26.000Z (8 months ago)
- Last Synced: 2024-11-14T09:39:04.610Z (6 months ago)
- Topics: alfred, golang, lark-doc, productivity, search, workflows
- Language: Go
- Homepage:
- Size: 16.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lark-doc
quick search for lark doc
## Usage
## 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
```