• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

clipboard-plus

Keeps your clipboard history.
  • #clipboard
  • #kill-ring
  • #emacs
aki77
28,416
174
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

clipboard-plus package

Keeps your clipboard history. Build Status

Gyazo

Features

  • can use the copy/cut command of core.
  • support for multiple cursors
  • basic support system clipboard
  • coexist with emacs-plus package.

Commands

  • clipboard-plus:toggle
  • clipboard-plus:clear

Keymap

edit ~/.atom/keymap.cson

general

'.platform-darwin atom-text-editor:not([mini])':
  'cmd-shift-v': 'clipboard-plus:toggle'
 
'.platform-win32 atom-text-editor:not([mini])':
  'ctrl-shift-v': 'clipboard-plus:toggle'
 
'.platform-linux atom-text-editor:not([mini])':
  'ctrl-shift-v': 'clipboard-plus:toggle'

emacs user

'atom-text-editor:not([mini])':
  'alt-y': 'clipboard-plus:toggle'

vim user

Please use vim-mode-clipboard-plus.

Settings

  • limit (default: 50)
  • unique (default: true)
  • minimumTextLength: (default: 3)
  • maximumTextLength: (default: 1000)
  • maximumLinesNumber: (default: 5)

Usage

remove one item from the history

Gyazo

TODO

  • [x] ui improvements
  • [x] watch system clipboard
  • [ ] Share a history with multiple projects
  • [x] remove one item from the history

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by