8000 GitHub - tos-kamiya/cb: cb, command-line clipboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tos-kamiya/cb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cb

cb, a command-line clipboard, inspired by psub command of fish shell.

Install

Copy cb to a directory on PATH, such as ~/bin/.

Usage

To copy the output of a command line to the clipboard,

a-command-line | cb

To paste the contents of the clipboard to another command line,

cb | another-command-line

To show the contents of the clipboard,

cb

Usage sample

Open a new terminal and change directory to the same directory of the current terminal.

Type in a current terminal:

pwd | cb

Then open a new terminal and type in it:

cd $(cb)

About

cb, command-line clipboard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0