You can get it on npm.Or bower, too.
https://github.com/sachinchoolur/ngclipboardTags | ngclipboard copy cut clipboard angularjs |
Implementation | Javascript |
License | MIT |
Platform | OS-Independent |
An AngularJS simple directive that uses ZeroClipboard and updates the user's clipboard.If the fallback function is defined to accept an argument named copy, that argument will be populated with the text to copy.
angular angularjs clipboard copy zeroclipboardModern copy to clipboard. No Flash. Just 3kb gzipped. Copying text to the clipboard shouldn't be hard. It shouldn't require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn't depend on Flash or any bloated framework.
clipboard copy cutAs of October 2017, this library is a polyfill for the modern Promise-based asynchronous clipboard API. Since copying only works in a user gesture, you should attempt it from inside an event listener, e.g. a button click listener.
clipboard copy paste web api polyfill html5 copying cut execcommand setdata getdataSimple module exposing copy function that will try to use execCommand with fallback to IE-specific clipboardData interface and finally, resort to usual prompt with proper text content and message. copy(text: string, options: object): boolean — tries to copy text to clipboard. Returns true if no additional keystrokes were required from user (so, execCommand, IE's clipboardData worked) or false.
clipboard copy browserEasyClip is a plugin for Vim which contains a collection of clipboard related functionality with the goal of making using the clipboard in Vim simpler and more intuitive without losing any of its power. By default, Vim's built-in delete operator will yank the deleted text in addition to just deleting it. This works great when you want to cut text and paste it somewhere else, but in many other cases it can make things more difficult. For example, if you want to make some tiny edit to fix formatting after cutting some text, you either have to have had the foresight to use a named register, or specify the black hole register explicitly to do your formatting. This plugin solves that problem by redirecting all change and delete operations to the black hole register and introducing a new operator, 'cut' (by default this is mapped to the m key for 'move').
Cross-platform. Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.Write (copy) to the clipboard asynchronously. Returns a Promise.
clipboard copy paste copy-paste pasteboard read write pbcopy clip xclip xselCopy text to the clipboard.Returns a boolean of whether it succeeded.
copy text clipboard browser clipboard.js modernA framework for creating MDI (multiple document interface) applications using Java/Swing. Supports undo/redo functions, internationalization, clipboard access (cut/copy/paste), modular file I/O (for loading, saving, exporting data), ...
More Clipboard keeps track of the latest entries copied/cut into clipboard buffer and allows quick pasting from the popup list by pressing a hotkey. Inspired by Multi Clipboard plugin for Eclipse and Visual Assist for MS VS.
A command line utility that allows read/write (i.e copy/paste) access to the system clipboard. It does this by wrapping pbcopy/pbpaste (for OSX), xclip (for Linux, FreeBSD, and OpenBSD), and clip (for Windows). Currently works with node.js v0.8+. copy(text[, callback]): asynchronously replaces the current contents of the clip board with text. Takes either a string, array, object, or readable stream. Returns the same value passed in. Optional callback will fire when the copy operation is complete.
copy paste copy-and-paste clipboardClipper is a macOS "launch agent" — or Linux daemon — that runs in the background providing a service that exposes the local clipboard to tmux sessions and other processes running both locally and remotely. You're running tmux, possibly on a remote machine via ssh, and want to copy something using tmux copy mode into your local system clipboard.
clipper clipboardThe Network Clipboard is a simple multiplatform utility that allows clipboard synchronization between multiple machines on a subnet, enabling cut-and-paste between different computers.
Copy Syntax Highlight for OS X is an OS X service which copies the selected text to the clipboard, with proper syntax highlighting for the given language. The intended primary use case is to Paste the copied syntax highlighted-text into productivity applications such as Word, Keynote, and Photoshop, while keeping the code highlighting intact. Such highlighting can then be used in documents for publication and presentations for more spark, so to speak.
This is a SharePoint 2010 Feature that adds a button in the Ribbon, allowing users to copy document urls (links) to clipboard.
sharepoint-2010Files Name Copier is a simple easy to use utility that allows you to drag and drop any number of files onto it. The clipboard will now contain the list of files you just dropped.
clipboard copy copy-file drag-and-drop dragdrop file-listClipoWeb is a web clipboard that allows you to copy text and files between computers. Users access a web page on the source and destination computers, and then the copy&paste between both pages, just like a clipboard.
Because copy to clipboard buttons should exist on every code snippet. And more.
Note: For private repos(Issue #6), Github Access Token is required. Follow the steps mentioned below to add your Github Access Token. Since this extension fetches data using Github public v3 API for showing file size and download_url, it consumes free quota which is very less Github API Rate Limiting.
chrome-extension clipboard copy-paste file-size github-extension chrome-browser extension github enhanced-github file-downloadThis library was created with the intention to be used in Handsontable. I decided to make it a separate project in case somebody else needs it. It does not provide you with clipboard access in JavaScript. That part still needs to be figured out by you. There are various ways to achieve it but none of them is perfect. Probably the most compatible with all the browsers is to keep a hidden <textarea> on the page that is always focused. Then, you can fill it with value that can will be automatically copied to clipboard when the user presses CTRL+C. Analogously, pressing CTRL+V will fill the focused textarea with the value from clipboard.
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.