snippetbashTip
cb — Cut, copy, and paste anything in the terminal. More information: <https://github.com/Slackadays/Clip
Viewed 0 times
cbcommandcutcopyandclianythingpaste
Problem
How to use the
cb command: Cut, copy, and paste anything in the terminal. More information: <https://github.com/Slackadays/Clipboard#-7>.Solution
cb — Cut, copy, and paste anything in the terminal. More information: <https://github.com/Slackadays/Clipboard#-7>.Show all clipboards:
cbCopy a file to the clipboard:
cb copy {{path/to/file}}Copy some text to the clipboard:
cb copy "{{Some example text}}"Copy piped data to the clipboard:
echo "{{Some example text}}" | cbPaste clipboard content:
cb pastePipe out clipboard content:
cb | catShow clipboard history:
cb historyShow clipboard information:
cb infoCode Snippets
Show all clipboards
cbCopy a file to the clipboard
cb copy {{path/to/file}}Copy some text to the clipboard
cb copy "{{Some example text}}"Copy piped data to the clipboard
echo "{{Some example text}}" | cbPaste clipboard content
cb pasteContext
tldr-pages: common/cb
Revisions (0)
No revisions yet.