| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Back | FazBrowse Home | New Git URL |