Skip to content

showlotus/NeedClipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

yarn install:native

Then, install the dependency.

yarn

Last, start project.

yarn dev