Messages - jsturtridge [ switch to compact view ]

Pages: [1] 2next
1
Mouser,

I've experienced the same as cemole - are your recommendations to reinstall the plugins over what's there now - or to reinstall FARR?

Thanks - Jon.

2
Mouser,

Minor point UI/usability point.  I've got a lot of aliases in "my_aliases" (more than a screenful) and when I want to move an alias from the top to the bottom - I would expect to be able to drag the alias to the bottom of the visible window and since there are more aliases off the page - it would scroll automatically until the end of the alias list was reached - but it doesn't.

Minor point though - all the rest looking good.

J.

3
Find And Run Robot / Re: Alias sharing
« on: June 01, 2007, 07:34 AM »
Here's one that processes IP addresses:
1000>>>IP address>->Reverse DNS via demon.net of $$1 | http://www.demon.net/cgi-bin/netToolIP.cgi?$$1>n>Reverse DNS via ripe.net of $$1 | http://www.ripe.net/fcgi-bin/whois?form_type=simple&full_query_string=&searchtext=$$1>n>Telnet to $$1 | c:\windows\system32\telnet.exe $$1>n>Ping -t $$1 | c:\windows\system32\ping.exe -t $$1>+>([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})>ro>

And one that does stuff using UK postal codes
1000>>>UK Postcodes>->Google Map UK $$1 | http://maps.google.co.uk/maps?q=$$1>n>Streetmap $$1 | http://www.streetmap.co.uk/newsearch.srf?name=$$1>n>MetCheck $$1 | http://www.metcheck.com/V40/UK/FREE/today.asp?zipcode=$$1>+>^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0AA)$

Jon.

4
Justice,

That's so funny - I just wrote something almost exactly the same (although I hadn't spotted that you can use RegEx as an argument to SetTitleMatchMode ... so mine was case sensitive.

I must admit - I think there could be a lot of mileage of Skrommel and Mouser teamed up and put the AHK script engine inside FARR - or alternatively ...

Mouser  - are you listening? - had a way of getting any scripts/executable to contribute to the list of things that you can pick from.  I'm a Mac user at home and power of QuickSilver is that there are so many plug-ins for it - and they're generally reasonably quite straightforward to make in AppleScript ... so I was thinking ...

It would be great to enhance the alias function a little bit - so that you could have two types of alias - one as per the existing alias - and a new type of alias - that can contribute to the result list.  For example:

1. You set up this new type of alias and when FARR matches that alias (e.g. "+killpid") - it calls an executable that you define -

1000>>>Kill PID>->C:\Program Files\FindAndRunRobot\Scripts\GenerateKillPID>+>killpid (.*)

That executable runs (and say for example gets the list of windows names) and passes back a string (delimited by ||) along the lines of the following:

Kill Notepad, 1000, c:\program files\scripts\killpid 1021 || Kill Outlook, 1000, c:\program files\scripts\killpid 998 || Kill Firefox, 1100, c:\program files\scripts\killpid 521

3. FARR then displays the "friendly name" in the list, i.e. "Kill Notepad" along with a weighting that can be put with the rest of the results, then the string that FARR executes if that option is chosen.

I think this would be relatively easy to implement (although I'm not volunteering to do it, Mouser), not be too unperformant (since FARR would only execute GenerateKillPID when it matches the alias and allow FARR to be really expandable without too much bloat.

What does everyone think?

Jon.

5
I would *love* to see a way of easily switching to already open programs.  I.e. type Firefox and if it's running - a switch_to command would pop up allowing us to super-quickly switch.  This ought to be pretty easy - you could either get the list of processes (i.e. the same as the "Processes" tab in the task manager) or applications (i.e. the "Applications" tab in the task manager).

This would be just great.

Cheers - Jon.

Pages: [1] 2next
Go to full version