topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday June 18, 2025, 4:48 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11next
176
Find And Run Robot / Re: Can FARR be used to switch between open windows?
« Last post by skajfes on August 28, 2009, 01:47 PM »
I've modified the FARRAltTAb plugin (to be exact - I just took the part where open windows are enumerated) and intercepted the Trigger command, that was the easy part. The logic of switching to open windows is already there from the FarrAltTab plugin, and if a window is not open, just let the execution proceed as normal.
 
I am not sure what to use as comparison for determining if a window is open or not. Window caption seems a bit too unreliable (although i'd have to test that, maybe it will be reliable enough). The other thing that came to mind was to check the exe file, but the path i get from FARR is the shortcut (.lnk file), and not the exe.

177
You can use "create application shortcut" feature of chrome to create an application shortcut to gmail and use that from farr to launch gmail inbox (this is basically a shortcut to chrome with an argument of gmail.com so you can just use that in an alias or sth).

As for the feature of displaying already active gmail, or start a new window if not running you can use ahk scripts.

I am working on an idea of a farr plugin that will do just that for any app. But it will not be ready any time soon.
178
Find And Run Robot / Re: Enso - Another FARR similar app, but not quite
« Last post by skajfes on August 26, 2009, 11:40 PM »
I just noticed it too. Yeah, it gets pretty old with open blah blah. Latest beta is a bit different, but i think they missed the point with commands and launching and sticky argument window. If they are making me hold the damn caps lock key then I expect to be over with it in a few keystrokes (and without Tab etc) but typing open or o <tab> window is just too much.
Commands with selected text are great, but it's a but cheap with just lowercase and uppercase. I love that it doesn't use the clipboard for that functionality, though.
I love the learn functionality.
179
Find And Run Robot / Re: Can FARR be used to switch between open windows?
« Last post by skajfes on August 26, 2009, 05:12 PM »
Could FARRAltTab be modified that it displays open windows AND normal FARR search results at the same time? I figure that it would be enough to provide the solution to mchalkley's original post.

On the more general note, is it possible to combine the results of two or more plugins and/or aliases? For example, one plugin displays open windows, the other displays firefox tabs, and at the bottom is  an alias with common apps.
180
Find And Run Robot / Re: Enso - Another FARR similar app, but not quite
« Last post by skajfes on August 26, 2009, 03:24 PM »
Figures :)
181
Find And Run Robot / Enso - Another FARR similar app, but not quite
« Last post by skajfes on August 26, 2009, 02:34 PM »
I just stumbled upon this launcher and i must admit that I like it. It is really different from anything I've seen before. I love the idea that it is displayed like OSD rather than a full app. And I can't decide if I love or hate the idea of Enso Quasimode. That is - it is active as long as you hold the modifier key.

Of course, it is not as nearly as powerfull as FARR but it has some interesting features. For example - the learn command. Basically, what it does is automating the creation of aliases. You open the app you wish to automate, or select text or something, and then activate Enso, type in learn <alias name> and you have a new alias.
182
Find And Run Robot / Re: Another FARR similar app - Executor
« Last post by skajfes on August 24, 2009, 12:52 PM »
..snip..
Don't get me wrong it's nice when an app uses little RAM but 2 MB vs 5.5 MB doesn't make any difference (yes more than double but it's 3.5 MB for crying out loud).
Yes, any free RAM is wasted RAM. My FARR uses about 50 MB and I really don't give a damn about it, as long as it runs fast and reliable :)
183
A problem: the restriction excludes any file containing ".txt" in extension OR name. So both "file.txt.pdf" and "file.txt" are excluded. To avoid that we'd need some way to specify the restriction. Compare: in regexp $ marks the end of the string so ".txt$" would do the trick there.
Regex support in the search string would solve this easily. Though, I am not sure if it is really that needed.
184
You could always restrict file types in the alias instead of the search folder definition. The problem, as I see it, is that previously launched .txt file is added to launch history which is then evaluated in later searches. But then it is filtered only by entered search string (and not by search folder definition) and is therefore not excluded from the results as it should be.

Alias:
^b (\w.*)[^\+]$
C:\aaa $$1 | dosearch +aaa -.txt $$1

Search directory:
path: C:\aaa
restrictions: url;jpg
modifier keyword: aaa
185
Find And Run Robot / Re: FARR html view
« Last post by skajfes on August 17, 2009, 03:36 PM »
ok. i see.
you're right that doesnt work, and should.
until i fix you can work around it by doing:
Code: HTML [Select]
  1. <a href="farr://http://www.google.com">restartsearch</a>
That works great. I've attached the upgraded plugin if somebody is interested.

Another question, though. I noticed that the plugin doesn't always give me the latest page from the web. For example IE shows the weather page as it should be, and FARR shows an outdated version. I was wondering if it has something to do with IE caching, but IE show me the latest page which confused me a bit. I should note that clearing IE cache solves the problem temporarily, but I don't know what is causing it. Any ideas?
186
Find And Run Robot / Re: FARR html view
« Last post by skajfes on August 16, 2009, 05:26 PM »
Sure, put this in a html file and open it in FARR's html view mode.
<a href="farr://dolaunch http://www.google.com">dolaunch</a>
<br>
<a href="farr://restartsearch http://www.google.com">restartsearch</a>
187
Find And Run Robot / Re: FARR html view
« Last post by skajfes on August 16, 2009, 05:13 PM »
With a better look at the documentation I've managed to bypass the security issue using sethtmlsafe FARR command.
There is still the issue of launching the link in a new browser window. My idea was to use dolaunch command to execute the urls but that is not working for some reason. If I use restartsearch I get the expected result - text in the farr textbox is set to the string following the restartsearch. If i use dolaunch in an alias to launch some url the default browser is opened to the url requested. But when I use dolaunch in the plugin nothing happens, FARR just closes.
188
Find And Run Robot / Re: FARR html view
« Last post by skajfes on August 16, 2009, 03:50 PM »
by default farr will open html links in your configured browser, it's only because the alias says showfilehtml that it is showing internally.

if the alias said:
1000>>>>->c:\some\dir\weather.html>+>^weath1$

then the page would be opened in your normal browser.
I was wondering about when already in htmlview mode could you somehow tell FARR to open links in a new window. For example with using links like this:
farr://dolaunch some url
However, I tried modifying the links that way but I got an error message saying that
NOTICE: For security reasons, remote web pages are not allowed to launch farr:// links.
So, is there a way of telling FARR to open links from htmlview in a new browser window?
189
Find And Run Robot / Re: FARR html view
« Last post by skajfes on August 16, 2009, 10:17 AM »
I used czb's idea from his ninjawords plugin to display weather from weather.yahoo.com. Result is attached.

Other alternative is to use Netweather from accuweather.com to get an embed script you could paste to a static html page and use that in a farr alias to display it. You just need to get the embed script from the link above, paste it to a new file, save as html, and change the path to the file in the alias.
alias i used is
1000>>>>->showfilehtml c:\some\dir\weather.html>+>^weath1$

Is there an option to make farr open links in a new browser window? Preferably in the default browser and not IE?
190
Find And Run Robot / Re: FARR html view
« Last post by skajfes on August 13, 2009, 03:33 PM »
In the meantime bbc weather has an embed option that lets you easily use FARR. Just put <iframe src="http://news.bbc.co.u...xhtml?target=_parent" allowTransparency="true" width="306" height="435" frameborder="0">You must have a browser that supports iframes to view the BBC weather forecast</iframe> to a blank html file and use that in an alias.
191
Find And Run Robot / FARR html view
« Last post by skajfes on August 13, 2009, 01:33 PM »
Is there an option to run some javascript to parse a webpage before it is displayed? For example I want to check the weather forecast from http://www.weather.c...veler/local/HRXX0005, but I want to extract only the relevant data.
Something like greasemonkey for FARR :)
192
Works just fine. 8)
May I suggest not to trim empty lines as it's messes the console's output formatting?
May I suggest not to add extra line breaks as it messes the console's output formatting :)
193
Find And Run Robot / Re: Farr and Rainlendar?
« Last post by skajfes on July 15, 2009, 05:35 PM »
Okay, my first attempt at an alias -- for those who simply want to add an event or task to your default Rainlendar calendar via the command line:

Save the following code as rainlendar.alias to your FindAndRunRobot\AliasGroups\MyCustom folder.

<?xml version="1.0" encoding="Legacy" ?>
<!-- This file defines aliases for use by the Find and Run Robot program (https://www.donationcoder.com/Software/Mouser/findrun/index.html). -->
<FarrAliasFile>
    <FileFormatVersion>1</FileFormatVersion>
    <AliasSetDescription>Rainlendar command line alias</AliasSetDescription>
    <AliasEntry>
        <AliasText>rld</AliasText>
        <Score>1000</Score>
        <Regex>^rld (.*)</Regex>
        <Results>
            <Result>Rainlendar $$1 | %PROGRAMFILES%\Rainlendar2\Rainlendar2.exe --add=&quot;$$1&quot; </Result>
        </Results>
    </AliasEntry>
</FarrAliasFile>

Then in FARR, simply type rld and the event details (without quotes -- the alias adds the quote marks), e.g. type:

rld meeting tomorrow at 7pm

The alias will add the appointment to your Rainlendar default calendar. Hopefully. Works for me anyway, with the latest version of Rainlendar.

You'll need to change the location of the Rainlendar executable (%PROGRAMFILES%\Rainlendar2\Rainlendar2.exe in the alias) if you did not install Rainlendar to the default folder.

yes, rainlendar can accept command line arguments that allows you to create an event. It uses default template for saving events. last time I checked, you were not able to change the category of an event or the calendar the event is saved to.

Not to advertise, but my plugin can to that, and more. You can search events and tasks, sum total time taken on tasks in a period of time etc. if you want to try, you can find the zip attached somewhere in this thread.

194
Find And Run Robot / Re: how can execute a alias without hit enter key ?
« Last post by skajfes on June 28, 2009, 05:46 AM »
I encountered two bug of special alias "dolaunch", my setting is below :
regular pattern : ^kk $
result          : dolaunch "notepad.exe"

bug1: when I keyin "kk" (NOT "kk ") it will launch notepad
bug2: once launch alias kk, FARR always can't active via hotkey;
      It will launch notepad directly when press active hotkey (break key)

regardless of whether uncheck "when using hotkey to refocus window ... dont clear search text" option,
bug2 always happen.

I can only temporary solve bug2 using :
  dolaunch "notepad.exe";;;restartsearch \n
but this is unnatural and bit slow when active FARR window

Best Regards.



I've created this alias
1000>>>>->dolaunch "notepad.exe">+>^kk $

and it works for me as expected. When I type in "kk " notepad is launched, and only then. When I open FARR again nothing happens, as it should be.

But, i have set up FARR to Hide when focus is lost (Settings -> Window mode/Focus), and my hotkey to launch FARR is configured to clear search text.

I think maybe the combination of these settings is causing FARR to run notepad every time.
195
Find And Run Robot / Re: weird error using FARR to open explorer window
« Last post by skajfes on June 01, 2009, 01:06 PM »
I am using Directory Opus with FARR and have no problem whatsoever. I must note that I installed Directory Opus to replace explorer completely, and I haven't defined a custom file browser in FARR.

Maybe it is the problem with ShellExecuteMethod option?
196
Find And Run Robot / Re: display result problem
« Last post by skajfes on May 19, 2009, 06:00 AM »
how do i set farr to resize the vertical result window automatically

it will resize automatically. period. you can just specify maximum height (in rows) with the max size to grow result window
197
Find And Run Robot / Re: display result problem
« Last post by skajfes on May 18, 2009, 12:12 PM »
yep..
when i search it display only the first row and i need to resize the result list manually

btw
I love FARR :)

go to Options > Settings > Display Options

set max entries to display in normal result list to 20
set max entries to display in extended result list to 40 or 50
set max size to grow result window to 10
198
Find And Run Robot / Re: Farr and Rainlendar?
« Last post by skajfes on May 08, 2009, 08:51 AM »
Define "not working"? :D

To be honest, I am not using it so much anymore, but now I have tested it out a bit, and it works almost fine for me with the latest version of FARR. I am not sure why, but it does not display todo list anymore, but everything else works fine.
199
Find And Run Robot / Re: Stop FARR From Searching Further?
« Last post by skajfes on May 04, 2009, 04:11 PM »
Great idea Mouser. I really like this one. Though, I have nothing against the current method - esc or down to stop search so it would be great that this one remains active all the time. I mean, esc always stops search. And additional option - what you just said - either launch what is currently at the selected number, launch what was at the selected number a configurable number of milliseconds, or beep (again optional!) and do nothing.
200
Find And Run Robot / Re: Oversized icons when using large icon setting (DPI)
« Last post by skajfes on April 30, 2009, 05:21 PM »
I tried resizing the icons on my desktop from 32 to 48 pixels and farr displays them normal. Did I misunderstand you somehow?
Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11next