Skip to content

VSCode extension: Clipboard history that stores what you copy and hands it back when you want it.

License

Notifications You must be signed in to change notification settings

rockingskier/vscode-copy-copy-paste

Repository files navigation

Copy Copy Paste README

Logo

Stores a history of your clipboard and make it available in a searchable quick menu.

Features

  • Paste previously copied text
  • Search copied content
  • Multi cursor copying
  • Multi cursor pasting
  • Core copy and paste work as normal

Key bindings

  • ctrl+c / cmd+c: Copy
  • ctrl+x / cmd+x: Cut
  • shift+ctrl+v / shift+cmd+v: Display clipboard history

Commands

  • copy-copy-paste.copy: Copy the selected text
  • copy-copy-paste.cut: Cut the selected text
  • copy-copy-paste.history: Display clipboard history
  • copy-copy-paste.clear: Clear the clipboard history

Settings

  • Maximum number of items saved in history
`copy-copy-paste.size`: 25
  • When you paste a block from the clipboard history, move it to top of the history
`copy-copy-paste.movePastedBlockToTop`: true
  • When you paste a block from the clipboard history, copy it back to the clipboard
`copy-copy-paste.copyPastedBlockToClipboard`: true
  • Persist your copy history between sessions.
`copy-copy-paste.persistHistory`: false

TODO

  • Tests
  • Minimum copy size
  • Maximum copy size
  • Improve UI
  • README images

Release Notes

See CHANGELOG.md

About

VSCode extension: Clipboard history that stores what you copy and hands it back when you want it.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published