https://github.com/johnlindquist/cursor-history
https://github.com/johnlindquist/cursor-history
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/cursor-history
- Owner: johnlindquist
- Created: 2025-02-21T00:25:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T18:44:09.000Z (over 1 year ago)
- Last Synced: 2025-04-06T02:33:59.578Z (over 1 year ago)
- Language: TypeScript
- Size: 239 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cursor-history
=================
A new CLI generated with oclif
[](https://oclif.io)
[](https://npmjs.org/package/cursor-history)
[](https://npmjs.org/package/cursor-history)
* [Installation](#installation)
* [Usage](#usage)
* [Commands](#commands)
# Installation
```sh-session
$ pnpm add -g @johnlindquist/cursor-history
```
## Troubleshooting Installation
If you encounter issues with native module builds (particularly with better-sqlite3), try the following:
1. Ensure node-gyp is installed globally:
```sh-session
$ pnpm install -g node-gyp
```
2. Install with prebuilds enabled:
```sh-session
$ PNPM_ENABLE_PREBUILDS=true pnpm add -g @johnlindquist/cursor-history
```
3. If still having issues, try rebuilding better-sqlite3:
```sh-session
$ cd $(pnpm root -g)/.pnpm/better-sqlite3@*/node_modules/better-sqlite3
$ pnpm rebuild
```
# Usage
```sh-session
$ npm install -g @johnlindquist/cursor-history
$ chi COMMAND
running command...
$ chi (--version)
@johnlindquist/cursor-history/0.0.13 linux-x64 node-v20.18.2
$ chi --help [COMMAND]
USAGE
$ chi COMMAND
...
```
# Commands
* [`chi`](#chi)
## `chi`
Update installed plugins.
```
USAGE
$ chi [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
```