# csearch

> > Type in the terminal and search in the browser

Latest version **1.1.1** (published 2020-07-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install csearch
pnpm add csearch
yarn add csearch
bun add csearch
```

Provides the command `csh`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2020-07-21 |
| First published | 2020-07-21 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 5.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | sunsh |
| Maintainers | yaoxiaxue |
| Keywords | cli, console, google, bing, search, csearch, terminal, browser, engine, keywords, node |

## Links

- npm: https://www.npmjs.com/package/csearch
- npm.io page: https://npm.io/package/csearch

## Dependencies (4)

- [ora](https://npm.io/package/ora.md) ^4.0.5
- [open](https://npm.io/package/open.md) ^7.1.0
- [chalk](https://npm.io/package/chalk.md) ^4.1.0
- [commander](https://npm.io/package/commander.md) ^6.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2020-07-21
- 1.1.0 — 2020-07-21
- 1.0.0 — 2020-07-21

## README

# csearch

> Type in the terminal and search in the browser

## Install

``` bash
$ npm install -g csearch
```

## Usage

```
# help
csh -h

# search keywords
csh keywords

# set deault engine
csh -set google

# search with google engine
csh -gg keywords

# search with github engine
csh --github keywords

# search with github engine
csh gh keywords

# list default engine
csh -l
```

---
_Source: https://npm.io/package/csearch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
