All Projects → atotto → Clipboard

atotto / Clipboard

Licence: bsd-3-clause
clipboard for golang

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Clipboard

Wsl Ssh Agent
Helper to interface with Windows ssh-agent.exe service from Windows Subsystem for Linux (WSL)
Stars: ✭ 298 (-58.61%)
Mutual labels:  clipboard
Clipper
✂️ Clipboard access for local and remote tmux sessions
Stars: ✭ 439 (-39.03%)
Mutual labels:  clipboard
Inlineattachment
Easily paste and upload files/images in plain textareas
Stars: ✭ 597 (-17.08%)
Mutual labels:  clipboard
Clipboard
Ruby access to the clipboard on Windows, Linux, macOS, Java, Cygwin, and WSL 📋︎
Stars: ✭ 310 (-56.94%)
Mutual labels:  clipboard
Gotem
Copy to clipboard for modern browsers in less than 1kb.
Stars: ✭ 439 (-39.03%)
Mutual labels:  clipboard
Gpaste
Clipboard management system
Stars: ✭ 465 (-35.42%)
Mutual labels:  clipboard
Pasteboard Viewer
📋 Inspect the system pasteboards on macOS
Stars: ✭ 257 (-64.31%)
Mutual labels:  clipboard
Clipmenu
Clipboard management using dmenu
Stars: ✭ 634 (-11.94%)
Mutual labels:  clipboard
Ngx Clipboard
A pure angular clipboard directive
Stars: ✭ 440 (-38.89%)
Mutual labels:  clipboard
Clipy
Clipboard extension app for macOS.
Stars: ✭ 5,574 (+674.17%)
Mutual labels:  clipboard
Extrakto
tmux - quickly select, copy/insert/complete text without a mouse
Stars: ✭ 320 (-55.56%)
Mutual labels:  clipboard
Clip
Cross-platform C++ library to copy/paste clipboard content
Stars: ✭ 341 (-52.64%)
Mutual labels:  clipboard
Wl Clipboard
Command-line copy/paste utilities for Wayland
Stars: ✭ 467 (-35.14%)
Mutual labels:  clipboard
Clipjump
📋 Clipboard Manager for Windows, built in AutoHotkey
Stars: ✭ 305 (-57.64%)
Mutual labels:  clipboard
Pbgopy
Copy and paste between devices
Stars: ✭ 612 (-15%)
Mutual labels:  clipboard
React Clipboard.js
React wrapper for clipboard.js (flashless clipboard)
Stars: ✭ 266 (-63.06%)
Mutual labels:  clipboard
Clipboard Copy
Lightweight copy to clipboard for the web
Stars: ✭ 443 (-38.47%)
Mutual labels:  clipboard
Datapasta
On top of spaghetti, all covered in cheese....
Stars: ✭ 704 (-2.22%)
Mutual labels:  clipboard
Pasteex
📋 Paste As File 把剪贴板的内容直接粘贴为文件
Stars: ✭ 634 (-11.94%)
Mutual labels:  clipboard
Onequick.ahk Legacy
windows快捷键工具(屏幕边缘操作, 剪贴板增强). Autohotkey tool (screen border operation, clipboard manager).
Stars: ✭ 471 (-34.58%)
Mutual labels:  clipboard

Build Status

GoDoc

Clipboard for Go

Provide copying and pasting to the Clipboard for Go.

Build:

$ go get github.com/atotto/clipboard

Platforms:

  • OSX
  • Windows 7 (probably work on other Windows)
  • Linux, Unix (requires 'xclip' or 'xsel' command to be installed)

Document:

Notes:

  • Text string only
  • UTF-8 text encoding only (no conversion)

TODO:

  • Clipboard watcher(?)

Commands:

paste shell command:

$ go get github.com/atotto/clipboard/cmd/gopaste
$ # example:
$ gopaste > document.txt

copy shell command:

$ go get github.com/atotto/clipboard/cmd/gocopy
$ # example:
$ cat document.txt | gocopy
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].