Download the PHP package jalsoedesign/cli-clipboard without Composer
On this page you can find all versions of the php package jalsoedesign/cli-clipboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jalsoedesign/cli-clipboard
More information about jalsoedesign/cli-clipboard
Files in jalsoedesign/cli-clipboard
Download jalsoedesign/cli-clipboard
More information about jalsoedesign/cli-clipboard
Files in jalsoedesign/cli-clipboard
Vendor jalsoedesign
Package cli-clipboard
Short Description Enables a clipboard API to get/set and clear the clipboard on various platforms
License MIT
Package cli-clipboard
Short Description Enables a clipboard API to get/set and clear the clipboard on various platforms
License MIT
Please rate this library. Is it a good library?
Informations about the package cli-clipboard
php-cli-clipboard
Enables a clipboard API to get, set and clear the clipboard on various platforms (currently Windows and OSX).
Platform Support
Platform | Support | Reads with | Writes with |
---|---|---|---|
Windows | Yes ✅ | Powershell script | clip.exe |
OSX | Yes ✅ | pbpaste |
pbcopy |
Linux | NO ❎ |
Unsupported platforms will use a MockClipboardApi api, that will mimick the clipboard, but won't actually get/set/clear anything apart from its local state.
Installation
composer require jalsoedesign/cli-clipboard
Usage
Get the current clipboard contents
Set the current clipboard contents
Clears the current clipboard contents
All versions of cli-clipboard with dependencies
PHP Build Version
Package Version
Requires
tivie/php-os-detector Version
*
The package jalsoedesign/cli-clipboard contains the following files
Loading the files please wait ....