https://github.com/showlotus/needclipboard
A clipboard app for windows.
https://github.com/showlotus/needclipboard
clipboard electron vite vue windows
Last synced: about 1 year ago
JSON representation
A clipboard app for windows.
- Host: GitHub
- URL: https://github.com/showlotus/needclipboard
- Owner: showlotus
- License: mit
- Created: 2024-06-26T14:43:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T15:08:35.000Z (over 1 year ago)
- Last Synced: 2025-03-27T01:05:26.667Z (about 1 year ago)
- Topics: clipboard, electron, vite, vue, windows
- Language: TypeScript
- Homepage:
- Size: 31.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# NeedClipboard
A clipboard app for windows. UI refers to Clipboard in Raycast. Keyboard-first is also supported, it can be operated without using the mouse.


## Shortcut Keys
| Keys | Usage |
| :-------------------------- | :-------------------------------- |
| `/` | Focus the search input |
| `Tab` | Open the menu |
| `Ctrl` + `P` | Expand the type filter |
| `Up` or `Ctrl` + `J` | Select up |
| `Down` or `Ctrl` + `K` | Select down |
| `Delete` or `Ctrl` + `D` | Delete the record |
| `Ctrl` + `,` | Open the setting panel |
| `Enter` or `Ctrl` + `Enter` | Copy to clipboard or Paste to app |
| `Esc` | Close app |
## Use FAQ
If the `source` attribute of record is not exist, please try running as an administrator.
## Development
First, need execute this script to pre-build native module dependencies.
```shell
yarn install:native
```
Then, install the dependency.
```shell
yarn
```
Last, start project.
```shell
yarn dev
```