2025-03-14 21:59:59 -06:00
|
|
|
# cb
|
|
|
|
|
|
|
|
|
|
> Cut, copy, and paste anything in the terminal.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Slackadays/Clipboard#-7>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show all clipboards:
|
|
|
|
|
|
|
|
|
|
`cb`
|
|
|
|
|
|
|
|
|
|
- Copy 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}}" | cb`
|
|
|
|
|
|
|
|
|
|
- Paste clipboard content:
|
|
|
|
|
|
|
|
|
|
`cb paste`
|
|
|
|
|
|
|
|
|
|
- Pipe out clipboard content:
|
|
|
|
|
|
|
|
|
|
`cb | cat`
|
|
|
|
|
|
|
|
|
|
- Show clipboard history:
|
|
|
|
|
|
|
|
|
|
`cb history`
|
|
|
|
|
|
|
|
|
|
- Show clipboard information:
|
|
|
|
|
|
|
|
|
|
`cb info`
|