Skip to content

用于搜索私有库中提交的数据

License

Notifications You must be signed in to change notification settings

xiaoxuan6/rsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsearch

用于搜索私有库中提交的数据

Note

该项目自用,如果想使用该工具。

1、 fork 该项目

2、 修改 common/constants.go 中的 OwnerRepo 为自己的 github 账号和仓库

3、 go install github.com/github账号/rsearch@latest

Install

go install github.com/xiaoxuan6/rsearch@latest

Example

同步数据到本地 sqlite

rsearch sync --token="xxx"

搜索数据

rsearch all             # 查看所有数据
rsearch "content"       # 使用模糊查询
rsearch "" tag          # 搜索标签所有数据
rsearch "content" tag   # 搜索标签中匹配数据
rsearch tags            # 查看所有标签

About

用于搜索私有库中提交的数据

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published