Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirolee/direct-search-terminal
terminal version of direct-search-web
https://github.com/cirolee/direct-search-terminal
Last synced: 3 days ago
JSON representation
terminal version of direct-search-web
- Host: GitHub
- URL: https://github.com/cirolee/direct-search-terminal
- Owner: CiroLee
- License: mit
- Created: 2023-02-07T15:17:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-11T16:17:01.000Z (over 1 year ago)
- Last Synced: 2024-02-26T09:06:11.550Z (8 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/direct-search-terminal
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# direct-search-terminal
> terminal version of [direct-search-web](https://github.com/CiroLee/direct-search)
# install
```shell
npm install direct-search
```# usage
**`ds `**
use search engine full name or abbreviation to search what you want```shell
ds go koa
# or
ds google koa
```above will use your default browser to open a new tab for searching koa by google
# full list of supported search engines
use `ds -l` or `ds --list` to show the full list of supported search engines
| Name | Abbreviation |
| --------- | ----------------------------- |
| b \| ba | baidu(百度) |
| bf | baidu-translate(百度翻译) |
| bw | baidubaike(百度百科) |
| bk | baidukaifa(百度开发搜索) |
| be | being(必应) |
| bi | bilibili(哔哩哔哩) |
| c \| ciu | caniuse |
| c \| cs | csdn |
| dl | deepl-translate(deepl 翻译) |
| fsou \| f | fsou(f 搜) |
| gi | github |
| go | google(谷歌) |
| gf | google-translate(google 翻译) |
| j \| jue | juejin(掘金) |
| mdn | mdn(MDN Web Docs) |
| n | npm |
| se \| sf | segmentfault(思否) |
| st | stackoverflow |
| wi | wikipedia(维基百科) |
| yt | youtube |
| z \| zhi | zhihu(知乎) |# related
[direct-search-web](https://github.com/CiroLee/direct-search) - web app of direct-saerch