Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed May 21, 2022
1 parent 11d6303 commit 35179fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![Paste Replaced Icon](assets/paste-replaced-icon-128x128.png)

Spiff up your presentations by quickly inserting canned text anywhere in VS Code. Or automate replacements on text on the clipboard. E.g. when pasting into JSON strings.

## Features

* Pastes the text from the Clipboard replaced with configurable regular expressions.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paste-replaced",
"displayName": "Paste Replaced",
"description": "Pastes the contents of the clipboard, replaced using regular expressions that you configure",
"description": "Paste text replaced using regular expressions that you configure, anywhere in VS Code, not just the editors. E.g. ood for fast typing canned text in your presentations and a lot of other cases.",
"version": "1.1.1",
"publisher": "betterthantomorrow",
"author": {
Expand All @@ -20,6 +20,7 @@
"Other"
],
"keywords": [
"Presentation",
"Clipboard",
"Paste",
"Regex",
Expand Down

0 comments on commit 35179fe

Please sign in to comment.