Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomatoaiu/chatgpt-up-down-key-input-history

When you press the up or down key in chatgpt, a list of previously entered strings is applied to input. : Chrome Extension
https://github.com/tomatoaiu/chatgpt-up-down-key-input-history

chatgpt chrome-extension chrome-extensions history

Last synced: 15 days ago
JSON representation

When you press the up or down key in chatgpt, a list of previously entered strings is applied to input. : Chrome Extension

Awesome Lists containing this project

README

        

# chatgpt-up-down-key-input-history

When you press the up or down key in chatgpt, a list of previously entered strings is applied to input.

![demo](./demo.gif)

## Build

pre-requires

- node.js
- pnpm

```shell
pnpm i
npm run build
# access chrome://extensions/
```

## TODO

- [ ] prompt storage (ページリロード後のinput以外にも対応させる)
- [ ] switch prompt from side menu (サイドメニューからのプロンプト切り替えにも対応させる)