code-server
Advanced tools
Changelog
4.92.2 - 2024-08-19
Code v1.92.2
Changelog
4.90.3 - 2024-06-21
Code v1.90.2
Changelog
4.90.0 - 2024-06-11
Code v1.90.0
Send contents to the clipboard in the integrated terminal by piping to
code-server --stdin-to-clipboard
or code-server -c
.
You may want to make this an alias:
alias xclip="code-server --stdin-to-clipboard"
echo -n "hello world" | xclip