Skip to content

Commit

Permalink
Add SelectToClipboard (#211)
Browse files Browse the repository at this point in the history
* + NppTextViz v0.4.2
+ Select to Clipboard v1.0.1

* Select to Clipboard display name
  • Loading branch information
KubaDee authored Jun 2, 2020
1 parent 4198c81 commit 41b1876
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
16 changes: 13 additions & 3 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,9 +726,9 @@
{
"folder-name": "NppTextViz",
"display-name": "NppTextViz",
"version": "0.4.1",
"id": "4ff5e8e5b19422ba71afa7c83f3aa1cc3519de23f325af04e7c336e610b4a702",
"repository": "https://github.com/KubaDee/NppTextViz/releases/download/v0.4.1/NppTextViz_x64_v0.4.1.zip",
"version": "0.4.2",
"id": "e38604c79ab7d0883e0c3b2ba5b8bf82a6b58e4862694414b3cdd2fdd23e8086",
"repository": "https://github.com/KubaDee/NppTextViz/releases/download/v0.4.2/NppTextViz_x64_v0.4.2.zip",
"description": "Hide or show lines to help analyse larger files - logs for example. Can hide all lines that contain text pattern. Or simply select several lines and hide them. Based on TextFX plugin v0.25 by Chris Severance.",
"author": "Jakub Dvorak",
"homepage": "https://github.com/KubaDee/NppTextViz"
Expand Down Expand Up @@ -903,6 +903,16 @@
"author": "Frank Fesevur",
"homepage": "https://www.fesevur.com/selectquotedtext"
},
{
"folder-name": "SelectToClipboard",
"display-name": "Select to Clipboard",
"version": "1.0.1",
"id": "b2e8851eb9e77ec70b61a27078b312799f23f6a53a6bab06bd915eaa0cba7cbc",
"repository": "https://github.com/KubaDee/SelectToClipboard/releases/download/v1.0.1/SelectToClipboard_x64_v1.0.1.zip",
"description": "Auto copy selected text to clipboard. You can automatically copy selected text like in PuTTY (or similar) terminal application.",
"author": "Jakub Dvorak",
"homepage": "https://github.com/KubaDee/SelectToClipboard"
},
{
"folder-name": "SessionMgr",
"display-name": "Session Manager",
Expand Down
16 changes: 13 additions & 3 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,9 +996,9 @@
{
"folder-name": "NppTextViz",
"display-name": "NppTextViz",
"version": "0.4.1",
"id": "420ef5efe7ae2fcd60d842748297795d66278b9e53c4def56abedbaa395593db",
"repository": "https://github.com/KubaDee/NppTextViz/releases/download/v0.4.1/NppTextViz_x86_v0.4.1.zip",
"version": "0.4.2",
"id": "8bfefc05f32c8e2ef4eb67b4550da3a7e3be9370eaf379bb899f11b6849867ff",
"repository": "https://github.com/KubaDee/NppTextViz/releases/download/v0.4.2/NppTextViz_x86_v0.4.2.zip",
"description": "Hide or show lines to help analyse larger files - logs for example. Can hide all lines that contain text pattern. Or simply select several lines and hide them. Based on TextFX plugin v0.25 by Chris Severance.",
"author": "Jakub Dvorak",
"homepage": "https://github.com/KubaDee/NppTextViz"
Expand Down Expand Up @@ -1213,6 +1213,16 @@
"author": "Frank Fesevur",
"homepage": "https://www.fesevur.com/selectquotedtext"
},
{
"folder-name": "SelectToClipboard",
"display-name": "Select to Clipboard",
"version": "1.0.1",
"id": "98989afa6f49bc1e16ecb09c1832165ee7047aa47d388b856b0b42a70273a54a",
"repository": "https://github.com/KubaDee/SelectToClipboard/releases/download/v1.0.1/SelectToClipboard_x86_v1.0.1.zip",
"description": "Auto copy selected text to clipboard. You can automatically copy selected text like in PuTTY (or similar) terminal application.",
"author": "Jakub Dvorak",
"homepage": "https://github.com/KubaDee/SelectToClipboard"
},
{
"folder-name": "SessionMgr",
"display-name": "Session Manager",
Expand Down

0 comments on commit 41b1876

Please sign in to comment.