cstic
Copy secret texts into the clipboard
This small application copies secret texts into the clipboard. Whenever you write your key, which is defined in the file, the application copies your secret text into the clipboard.
All you have to do ist to create a textfile with the name file.txt (same directory where the app is) and start the application.
The content of the file should be like this:
file.txt:
[$yourkey$]
[$yourSecretTextWhichWillBeCopiedIntoTheClipboard$]
[$anotherKey$]
[$anotherSecretText