All Projects → aki77 → atom-clipboard-plus

aki77 / atom-clipboard-plus

Licence: MIT license
Keeps your clipboard history.

Programming Languages

coffeescript
4710 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to atom-clipboard-plus

wordpress-suite
WordPress Suite is an ever expanding suite of Wordpress tools, accessible right from atom's interface!
Stars: ✭ 13 (-23.53%)
Mutual labels:  atom
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+1200%)
Mutual labels:  atom
Atom-as-a-Perl6-IDE
Packages and Plugins with Detailed Explanation on Configuring Atom as a Raku IDE
Stars: ✭ 15 (-11.76%)
Mutual labels:  atom
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (+176.47%)
Mutual labels:  atom
feed2maildir
📬 Read RSS/Atom feeds in your favourite, maildir-compatible email client.
Stars: ✭ 15 (-11.76%)
Mutual labels:  atom
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (+23.53%)
Mutual labels:  atom
atom-django
Build Django apps faster with Atom.
Stars: ✭ 29 (+70.59%)
Mutual labels:  atom
atom-double-tag
An Atom Editor package for faster HTML tag editing
Stars: ✭ 62 (+264.71%)
Mutual labels:  atom
MP4Parse
C++ library for MP4 file parsing.
Stars: ✭ 55 (+223.53%)
Mutual labels:  atom
atom-python-isort
Atom.io plugin to sort Python imports
Stars: ✭ 19 (+11.76%)
Mutual labels:  atom
tester-phpunit
tester runner for phpunit on atom editor
Stars: ✭ 34 (+100%)
Mutual labels:  atom
Xi-UI
minimal monochrome UI theme for Atom
Stars: ✭ 26 (+52.94%)
Mutual labels:  atom
atom-discord
Integrate with Discord and show Rich Presence information.
Stars: ✭ 107 (+529.41%)
Mutual labels:  atom
simplepie-ng
Don't use this yet.
Stars: ✭ 41 (+141.18%)
Mutual labels:  atom
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (+29.41%)
Mutual labels:  atom
atomic-bohr-model
A d3 powered customizable and animated atomic bohr model
Stars: ✭ 27 (+58.82%)
Mutual labels:  atom
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (+135.29%)
Mutual labels:  atom
docblock-python
Atom plugin to insert documentation blocks for python functions
Stars: ✭ 22 (+29.41%)
Mutual labels:  atom
webfeed
A dart package for parsing RSS & Atom feed
Stars: ✭ 92 (+441.18%)
Mutual labels:  atom
markown-utilities
Markdown stylesheets and other minutiae
Stars: ✭ 17 (+0%)
Mutual labels:  atom

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

  • ui improvements
  • watch system clipboard
  • Share a history with multiple projects
  • remove one item from the history
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].