Clipboard Tool Parameter

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply

How important is it to you, to have this feature implemented into future versions of TextPad?

Important, even if the size/efficiency of TextPad increases/degrades
2
12%
Somewhat important
6
35%
I'm okay either way
4
24%
Somewhat unimportant
3
18%
Unimportant, even if the size/efficiency of TextPad remains unaffected
2
12%
 
Total votes: 17

User avatar
trids
Posts: 69
Joined: Wed May 07, 2003 10:16 am
Location: South Africa

Clipboard Tool Parameter

Post by trids »

I would like to be able to pass the text-contents of the clipboard to a tool. EG: I might copy some text to clipboard, that is the path_and_filename of a file .. or press Alt+Ctl+F (my shortcut to copy the current filename to the clipboard). Either way, and assuming the new parameter is called $Cliptext, I then launch a tool that opens Windows Explorer in the right place..
explorer.exe /n, /e, /select, "$Cliptext"

My current workaround tool is a little clunky, but at least it works..
explorer.exe /n, /e, /select, "$Prompt(Press CTRL-V)"

And it saves my having to define 2 tools that do the same thing:
explorer.exe /n, /e, /select, "$File"
explorer.exe /n, /e, /select, "$Sel"


Finally, a new $Cliptext parameter would allow me use a TextPad tool when the clipboard is populated outside of TextPad, without first having to paste it into a dummy TextPad-document and use the $Sel parameter.
altan
Posts: 21
Joined: Mon Sep 15, 2003 12:50 am

Post by altan »

Sounds very cool 8)
Post Reply