mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
cb: add page (#10414)
* cb: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
7a31c37ab1
commit
a5d3521844
1 changed files with 36 additions and 0 deletions
36
pages/common/cb.md
Normal file
36
pages/common/cb.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# cb
|
||||
|
||||
> Cut, copy, and paste anything in the terminal.
|
||||
> More information: <https://github.com/Slackadays/Clipboard>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue