This VS Code extension installs pbcopy and pbpaste on your remote terminal.
pbcopy : consume standard input and set it as the clipboard contents of your local computer
pbpaste : outputs clipboard contents to standard output
Example usage
ls | pbcopy
pbpaste > ls_folder_contents
How does it work?
- we create a couple of small scripts,
pbpaste and pbcopy
- when you connect to a remote workspace, we install these to the extension folder
- we update PATH for VS Code terminals to include this folder
Additional Info
- For bugs and feature requests, please visit the repository on GitHub
| |