Popularity
3.9
Growing
Activity
4.3
-
488
7
19

Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     Paste     Copy     CLI     Cli-app     Write     Read     Xsel     Xclip     Clip     Pbcopy     Pasteboard     Copy-paste     Clipboard    
Latest version: v2.0.0

clipboard-cli alternatives and similar modules

Based on the "Command-line apps" category.
Alternatively, view clipboard-cli alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of clipboard-cli or a related project?

Add another 'Command-line apps' Module

README

clipboard-cli

Access the system clipboard (copy/paste) - cross-platform

Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.

Install

$ npm install --global clipboard-cli

Usage

$ clipboard --help

  Example
    $ echo ๐Ÿฆ„ | clipboard
    $ clipboard
    ๐Ÿฆ„

Tip

Run it with $ cb instead by adding alias cb=clipboard to your .zshrc/.bashrc.

Related