Git Product home page Git Product logo

vscode.clipboard-manager's Introduction

Clipboard Manager

Version Installs Ratings

Build Status Lint Status release-it

Dependencies Status DevDependencies Status Dependabot badge

Coverage Status Known Vulnerabilities

Average time to resolve an issue Percentage of issues still open

Keep a history of your copied and cut items and re-paste, without override the Ctrl+C and Ctrl+V keyboard shortcuts.

To pick a copied item, only run Ctrl+Shift+V

Features

  1. Save history of all copied and cut items
  2. Can check copied items outside the VSCode ("clipboard-manager.onlyWindowFocused": false)
  3. Paste from history (Ctrl+Shift+V => Pick and Paste)
  4. Preview the paste
  5. Snippets to paste (Ex. clip01, clip02, ...)
  6. Remove selected item from history
  7. Clear all history
  8. Open copy location
  9. Double click in history view to paste

Extension Settings

This extension contributes the following settings (default values):

{
  // Avoid duplicate clips in the list
  "clipboard-manager.avoidDuplicates": true,

  // Time in milliseconds to check changes in clipboard. Set zero to disable.
  "clipboard-manager.checkInterval": 500,

  // Maximum clipboard size in bytes.
  "clipboard-manager.maxClipboardSize": 1000000,

  // Maximum number of clips to save in clipboard
  "clipboard-manager.maxClips": 100,

  // Move used clip to top in the list
  "clipboard-manager.moveToTop": true,

  // Get clips only from VSCode
  "clipboard-manager.onlyWindowFocused": true,

  // View a preview while you are choosing the clip
  "clipboard-manager.preview": true,

  // Set location to save the clipboard file, set false to disable
  "clipboard-manager.saveTo": null,

  // Enable completion snippets
  "clipboard-manager.snippet.enabled": true,

  // Maximum number of clips to suggests in snippets (Zero for all)
  "clipboard-manager.snippet.max": 10,

  // Default prefix for snippets completion (clip1, clip2, ...)
  "clipboard-manager.snippet.prefix": "clip"
}

Examples

Copy to history: Clipboard Manager - Copy

Pick and Paste: Clipboard Manager - Pick and Paste

Donation

  • Donation is as per your goodwill to support my development.
  • If you are interested in my future developments, i would really appreciate a small donation to support this project.
PayPal

Pix (Brazil)

28571c52-8b9b-416c-a18f-8e5246060881

vscode.clipboard-manager's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar edgardmessias avatar greenkeeper[bot] avatar johnstoncode avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.