logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Clipboard Manager - Control Terminal Clipboard | Online Free DevTools by Hexmos

Control clipboard actions easily with Clipboard Manager. Copy, paste, and manage clipboard history directly from your terminal. Free online tool, no registration required.

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

See Also