# nesh-history-search

> Search through history with Ctrl-R

Latest version **0.0.2** (published 2015-02-04) · BSD license · 0 weekly downloads

## Install

```sh
npm install nesh-history-search
pnpm add nesh-history-search
yarn add nesh-history-search
bun add nesh-history-search
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2015-02-04 |
| First published | 2014-10-12 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Alexander Schepanovski |
| Maintainers | suor |
| Keywords | nesh, plugin, history, search |

## Links

- npm: https://www.npmjs.com/package/nesh-history-search
- Repository: https://github.com/Suor/nesh-history-search
- Issues: https://github.com/Suor/nesh-history-search/issues
- npm.io page: https://npm.io/package/nesh-history-search

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2015-02-04
- 0.0.1 — 2014-10-12

## README

nesh-history-search
===================

Search through your [nesh](http://danielgtaylor.github.io/nesh/) history with `Ctrl-R`. Bash-like.


Installation
------------

```bash
npm install -g nesh
nesh --enable nesh-history-search
```


Usage
-----

Run `nesh` (or `nesh -c` for CoffeeScript).

Hit `Ctrl-R` and start typing, hit any non-printable key to exit search mode.
The key would be also passed to shell, so you can hit `Enter` to execute current command.
You can hit `Ctrl-R` while in search mode to find previous matches.

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