From bd56ac15c4bcc5df2df3eb20d87ab74e224a9668 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 16 Feb 2021 05:47:40 +0100 Subject: [PATCH] Destroyed Ghost Typing (markdown) --- Ghost-Typing.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Ghost-Typing.md diff --git a/Ghost-Typing.md b/Ghost-Typing.md deleted file mode 100644 index c473e55..0000000 --- a/Ghost-Typing.md +++ /dev/null @@ -1,23 +0,0 @@ -# Ghost Typing - -Ghost typing can be used to launch Notepad++ with an auto-typing text. Use command line arguments -qn, -qt or -qf to trigger it. - -This feature was used in the [Je suis Charlie edition](https://notepad-plus-plus.org/news/notepad-6.7.4-je-suis-charlie-edition.html), and its effect is one of controversial arguments. Some people did panic because of the unusual behaviour. However most of the time the true hackers try to keep a low profile. We are not in a Hollywood movie.... -Enough blabla, here is the usage of Ghost typing: - -###### Syntax: -notepad++.exe -qnEasterEggName -EasterEggName: the name of easter egg. Use %20 to replace space character. - -notepad++.exe -qtText -Text: given text. Use %20 to replace space character. - -notepad++.exe -qfContentFilePath -ContentFilePath: The path of file, absolute or relative. Use %20 to replace space character. The content of the file will be shown. - -###### Samples: -* notepad++.exe -qnrandom -* notepad++.exe -qnBill%20Gates -* notepad++.exe -qtTest%20of%20ghost%20typing%20example. -* notepad++.exe -qfmyFile.txt -* notepad++.exe -qfC:\my%20folder\my%20poetries.txt \ No newline at end of file