All Projects → yaa110 → cb

yaa110 / cb

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
Command line interface to manage clipboard

Programming Languages

rust
11053 projects
Makefile
30231 projects

Projects that are alternatives of or similar to cb

unlimited-clipboard
simple clipboard manager with unlimited history on electron
Stars: ✭ 21 (-69.57%)
Mutual labels:  clipboard
ossFileTransferClient
이 프로젝트는 업무망과 인터넷망으로 분리된 망간자료전송 솔루션의 인터넷망용 클라이언트를 개발합니다.
Stars: ✭ 18 (-73.91%)
Mutual labels:  clipboard
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (+1.45%)
Mutual labels:  clipboard
fauxClip
Clipboard support for Vim without +clipboard
Stars: ✭ 32 (-53.62%)
Mutual labels:  clipboard
nativescript-clipboard
📋 NativeScript plugin to copy stuff to the device clipboard, and read from it again
Stars: ✭ 40 (-42.03%)
Mutual labels:  clipboard
MagicWE2
[MagicWE2] Lag free asynchronous world editor for PMMP with plenty of options
Stars: ✭ 109 (+57.97%)
Mutual labels:  clipboard
copypasta
Cross-platform Rust system clipboard library
Stars: ✭ 186 (+169.57%)
Mutual labels:  clipboard
SharpClipboard
A library for anonymously monitoring clipboard entries.
Stars: ✭ 127 (+84.06%)
Mutual labels:  clipboard
dokuwiki-plugin-syntaxhighlighter4
SyntaxHighlighter4 plugin for DokuWiki
Stars: ✭ 51 (-26.09%)
Mutual labels:  clipboard
secure-pbcopy
pbcopy(1) replacement that marks data as confidential
Stars: ✭ 18 (-73.91%)
Mutual labels:  clipboard
cbs
interface to manage clipboard from the command line
Stars: ✭ 25 (-63.77%)
Mutual labels:  clipboard
org-rich-yank
📋 Rich text clipboard for org-mode: Paste as a #+BEGIN_SRC block of correct mode, with link to where it came from
Stars: ✭ 59 (-14.49%)
Mutual labels:  clipboard
townshell
For Townscaper, an application providing additional keyboard shortcuts, tools to manipulate .scape files, screen recording
Stars: ✭ 40 (-42.03%)
Mutual labels:  clipboard
nvim-hclipboard
Hijack your clipboard in Neovim
Stars: ✭ 19 (-72.46%)
Mutual labels:  clipboard
vim-cutlass
Plugin that adds a 'cut' operation separate from 'delete'
Stars: ✭ 134 (+94.2%)
Mutual labels:  clipboard
clipper
📋 Cross Platform Desktop App to Save history of all information you copy and use them whenever with a solitary snap
Stars: ✭ 42 (-39.13%)
Mutual labels:  clipboard
cliptext
Clipboard manager for macOS. Built with Electron.js
Stars: ✭ 37 (-46.38%)
Mutual labels:  clipboard
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (-65.22%)
Mutual labels:  clipboard
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (-15.94%)
Mutual labels:  clipboard
cookie-extraction
登录后提取在线cookie,更新至服务器或拷贝至剪切板,为爬虫抓取跳过复杂验证码识别程序
Stars: ✭ 46 (-33.33%)
Mutual labels:  clipboard

cb

Build Status Download

Command line interface to manage clipboard

How to install

Pre-Compiled

you can download a pre-compiled executable, then you should copy that executable to /usr/bin or add it to your $PATH env. Do not forget to chmod +x cb.

Distribution packages

Users of Arch Linux can install package from AUR:

  • Precompiled release: cb-bin (Only x64 is supported)
  • Build latest release: cb
  • Build from master: cb-git

Build Manually

  • Install rust: curl -sSf https://sh.rustup.rs | sh
  • Install packages: xorg-dev and build-essential
  • Run make && sudo make install

How to use

  • Copy text: cb -t "Text to be copied"
  • Paste copied text: cb -p
  • Copy from stdin: cat file | cb

Usage

Usage: cb [OPTIONS]

Optional arguments:
  -h, --help       Prints the help message
  -V, --version    Prints the version
  -p, --paste      Pastes the content of clipboard
  -c, --clear      Clears the content of clipboard
  -s, --server     Starts server as a daemon
  -r, --raw        Do not print newline after pasting the content
  -t, --text TEXT  Store TEXT into clipboard
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].