Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxvsh/vscode-copydock
VS Code Extension that helps you send your copied code or text directly to your friend's editor in no time.
https://github.com/mxvsh/vscode-copydock
extension vscode vscode-extension
Last synced: 3 months ago
JSON representation
VS Code Extension that helps you send your copied code or text directly to your friend's editor in no time.
- Host: GitHub
- URL: https://github.com/mxvsh/vscode-copydock
- Owner: mxvsh
- Created: 2021-06-30T06:44:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T06:33:20.000Z (almost 3 years ago)
- Last Synced: 2024-02-24T16:05:01.766Z (12 months ago)
- Topics: extension, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=xencodes.copydock
- Size: 87.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CopyDock - Transfer your text in no time
CopyDock is a handy tool for transferring code snippets or text to a friend or colleague. It comes in handy when you want to share some code snippets with your colleague; simply copy the text, enter your colleague's CopyDock ID, and hit enter; your colleague will receive the text you copied pasted directly into their editor in no time.## Features
##### _NO REGISTRATION REQUIRED_
It uses websocket to transfer your data over to your friend, and it's blazing fast, no signup or login required. It automatically starts up when you start VS Code.
## Requirements
There isn't any special requirement, just make sure you're connected to the internet.
## Extension Settings
This extension contributes the following settings:
- `copydock.useLastUserId`: enable/disable last user ID caching
## Known Issues
None so far...
### v0.0.1
Initial release of CopyDock
---
### For more information
- [Contact me on Twitter](https://twitter.com/XenCodes)
- [Source Code on GitHub](https://github.com/xencodes/vscode-copydock)
- [Buy Me a Coffee](https://www.buymeacoffee.com/xencodes)
**Enjoy! Feedbacks are really appreciated ❤️**