From 1d73b351fad734d3583431e41b801baffcd46aaa Mon Sep 17 00:00:00 2001 From: Wes Moskal-Fitzpatrick Date: Tue, 22 Sep 2020 20:14:35 +0100 Subject: [PATCH] Fixed Formatting README formatting. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 20abd5b..f9ab772 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ | - | | 0.1 | -[[TOC]] - ## Summary A small app for working with remote environments (such as Citrix) where copy and paste functionality has been disabled. @@ -26,21 +24,25 @@ Because this is not true copy and paste functionality, there may be bugs - parti 1. Copy the block of text you need -![25746d229aa12bd0e564baf4a84191fd.png](:/4c91b4ec95d542dab9234bc67db414c7) +![Copy Text](4c91b4ec95d542dab9234bc67db414c7.png?raw=true) 3. Run the executable "pasta.exe" 4. Have your Notepad/Text app open on the target desktop -![74504af49ab7995705350aa91f8bca9d.png](:/2bf244f3161541a1a0a0949e5f0a0b18) +![Ready to Paste](2bf244f3161541a1a0a0949e5f0a0b18.png?raw=true) 5. Click the "Ready" button 6. During the 3 second countdown, hover over your target window 7. Marvel at how quickly you typed that document! -![0b24d3d5c5973d435c76f67c6e390aa0.png](:/f1956e3209c5413ba13db32ccc0581f4) +![Marvel](f1956e3209c5413ba13db32ccc0581f4.png?raw=true) # FAQ +### Can I modify this? + +Absolutely - if you have any improvements, please send a pull request! + ### Can this copy rich text format or pictures? No, this is using modules that are only capable of using keyboard functionality - text only. @@ -55,4 +57,4 @@ No. It only handles text that is already available on the client system that the ### This is a hacker tool! -Only if you consider logging into a Citrix desktop as an authorised user and painstakingly typing out lots of text or code manually - to be a hacker activity. \ No newline at end of file +Only if you consider logging into a Citrix desktop as an authorised user and painstakingly typing out lots of text or code manually - to be a hacker activity.