Page 1 of 1

Feature: user definable commands on lister context menu

Posted: 2013-05-12, 10:37 UTC
by SkipR
[Update 2014]: Please consider the poll as a vote for a more generic solution of user defined commands on the lister context menu. The following is an example of how it could be used.

EG. Feature: search text in browser from lister context menu

Here is something I would like to have a context menu option in lister window to search the selected text with your default OS browser.

More generally it could be an option "send selection to XX" where the user could define XX as a browser or another program that can takes command line token for the selected text. In other words you:

Config Setup:
In TC lister a new config item where I define a config for program to be launched
"Google search"="http://www.google.com.au/search?q=%s"
"IMDB search"="http://www.imdb.com/find?q=%s"
[OR SOME EQUIVALENT METHOD OF GETTING CONTEXT MENU ITEMS INSERTED]

Usage:
1. select text in TC lister window
2. Right click choose either "send to Google Search" or "send to IMDB search" from context menu

Here is a long example of what made me think about using this.
I have been working on fixing some problems with a PC, so I have TC + " NT Events" FS plugin open on every TC startup. I view the event log error message then have to cut and paste into a browser to do research on what the error is about which is usually start with a Microsoft KB or Google search. It would be more elegant to have a "send to" in the lister.

Example2:
Lister to view torrent file select hash string for a google search.

Does anyone know of a text editor that has a similar "send selection to user-application" feature?

Posted: 2013-05-12, 11:08 UTC
by umbra
I don't know about other editors, but Notepad++ has such feature. You can define your own "Run commands" - either through GUI (Menu->Run->Run...) or directly by modifying "shortcuts.xml" file.
If you are interested, more info here.

As for your suggestion to put such functionality to Lister, I don't know. I wouldn't mind having it, maybe I would even use it from time to time. But it would require a new configuration options in wincmd.ini and possibly in GUI as well.

Edit: Maybe this should be moved to Total Commander Polls forum.

Posted: 2013-05-12, 11:53 UTC
by white
[mod]Moved from Suggestions forum to Polls forum.

White (moderator)


2SkipR:
You may place a separate post in the suggestions forum and mention this poll.
[/mod]

Posted: 2013-05-12, 16:44 UTC
by MVV
It may be good to expand lister selection popup menu with custom commands. Wide-usage feature, not just browser search (who needs browser search will add corresponding items). E.g. parameters may include ones for inserting text or hex stream. Sometimes I miss hex stream copy feature.

Posted: 2013-05-13, 13:21 UTC
by ghisler(Author)
Sounds like a nice idea, although only 2 people have voted for it so far...

Posted: 2013-05-13, 15:23 UTC
by Valentino
I voted Yes for expanded version suggested by MVV. As for original request I doubt I would use it.

Posted: 2013-05-13, 19:12 UTC
by Flint
Answering to the question in the poll, I voted for No: I won't use Internet search from the Lister context menu. However, the idea of generalized (not Internet-search-specific) user-defined commands in this menu looks promising.

Posted: 2013-05-13, 19:45 UTC
by karlchen
Hi, folks.

I voted yes. A lister right click entry which invokes the default browser and passes the selected string(s) as a search term to the default search engine of the browser would be a convenient feature.

The extended version suggested by MVV would not only be convenient , but it would be luxury pure. - Would be an interesting challenge for me to build up such custom commands in such a way that they will work properly on Ubuntu and Mint.

Cheers,
Karl

Posted: 2013-05-15, 17:25 UTC
by umbra
If I had to decide, I would vote yes for the extended version (ala Notepad++).

Posted: 2014-01-12, 10:51 UTC
by SkipR
MVV wrote:It may be good to expand lister selection popup menu with custom commands. Wide-usage feature, not just browser search (who needs browser search will add corresponding items). E.g. parameters may include ones for inserting text or hex stream. Sometimes I miss hex stream copy feature.
2MVV, a more generic one would be even better than my initial suggestion. :D

Does anyone know if a wlx plugin can be built that implements a context menu. I am guessing the answer is no. I know the torrent.wlx has a MS IE context menu and so is probably using an activeX control - a bad choice for portability WINE+TC.

Posted: 2014-01-12, 10:58 UTC
by MVV
Imagine has context menu.

Posted: 2014-01-12, 16:58 UTC
by petermad
FYI it is already implemented in TC 8.50:

Help:

[Lister]
Contextmenu1=Search for selected text with Google|http://www.google.com/search?q=%s

It can also be used with programs and parameters eg:

Contextmenu1=Title|"c:\path with spaces\program.exe" parameters.


Of course it does not work in plugin view, since plugins (can) have their own context menu.