Skip to content

Commit

Permalink
Be a little more verbose, add one more example
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays authored Jun 24, 2023
1 parent 0f678a8 commit 05ea43d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pages/common/cb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@

`cb`

- Copy a file:
- Copy a file to the clipboard:

`cb copy Foo`

- Copy some text:
- Copy some text to the clipboard:

`cb copy "Some example text"`

- Copy piped content:
- Copy piped clipboard content:

`echo "Some example text" | cb`

- Paste content:
- Paste clipboard content:

`cb paste`

- Pipe out clipboard content:

`cb | cat`

- Show clipboard history:

`cb history`
Expand Down

0 comments on commit 05ea43d

Please sign in to comment.