https://github.com/astronomersiva/paste-clean-diff
A VSCode extension to paste Git diff without the plus and minus signs
https://github.com/astronomersiva/paste-clean-diff
Last synced: about 2 months ago
JSON representation
A VSCode extension to paste Git diff without the plus and minus signs
- Host: GitHub
- URL: https://github.com/astronomersiva/paste-clean-diff
- Owner: astronomersiva
- Created: 2018-06-02T19:01:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T05:28:27.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T20:49:06.350Z (3 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sivasubramanyam.paste-clean-diff
- Size: 707 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# paste-clean-diff README
A VSCode extension to paste Git diffs without leading plus and minus signs.
## Features
Open the Command Palette(Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows and Linux) and type `Paste Clean Diff`.

To clean up an already pasted diff, select the diff and then choose `Clean Diff` from the Command Palette.

## Release Notes
### 1.1.0
Support cleaning already pasted diff
### 1.0.0
Initial release of paste-clean-diff
### Contributions
Head to the [repo](https://github.com/astronomersiva/paste-clean-diff) to file an issue or suggest something :)
**Enjoy!**