topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 26, 2024, 1:59 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wjamoe [ switch to compact view ]

Pages: prev1 2 [3] 4next
51
win_resize_keys

Resize you window for multiple side by side monitors using only keyboard short cuts.

Icon         : resize 16x16.png
Keys         :  ctrl + win + cursor
Compatible : Windows XP SP3, Windows Server 2012 R2, 7, 8, 8.1, 10
                  (win + cursor still works for win 7+)
Executable : see at the bottom of this post..

A large window shortens the side pointed at with the cursor direction.
A small window extends to the side in cursor direction.

You can change the sizing delta to half, one third, one fourth or one fifth of the monitor work area . Work area is somewhat smaller than the screen size because it takes the task bar into account.
You can align windows to a grid 1x1 2x2, 3x3, 4x4, 5x5, or any combinations of these grids.

Short cut keys:

key combination description
ctrl + win + left,  ctrl + win + right Easily shorten or extend the width of a window to any of the four sides within the work area of your (side by side) monitor(s)
ctrl + win + up,  ctrl + win +down Easily shorten or extend the height of a window to any of the four sides within the work area of your (side by side) monitor(s)
change resize part/increment
ctrl + win + 1 define resize part as the full monitor's work area (extends side of window)
ctrl + win + 2 define resize part as half of the monitor's work area (default) window can be full, half or quarter of the screen
ctrl + win + 3 define resize part as one third of the monitor's work area (default)
ctrl + win + 4 define resize part as one fourth of the monitor's work area (e.g. for full hd monitors 1920x1080 or 1920x1200)
ctrl + win + 5 define resize part as one fifth of the monitor's work area (for large monitors e.g. 4k uhd)


Cycle trough different sizes:
 When you press a key combinations multiple times the width and height will cycle through different sizes. Use this to peek under current window or store window to the side for a moment

The following Resizing rules are applied:
 If window height or width larger than 2 resize parts - 3px then reduce the height/width with resize part  (opposite cursor direction).
 When  windows height/width smaller than 2 resize parts -3px  then extend window side in cursor direction.

Align with grid 1x1 2x2 3x3 4x4 5x5
 if you extend to the sides using ctrl + win + left and ctrl + win + right, ctrl + win + up and ctrl + win + down,
 then  you can resize your window to fit any contiguous rectangle in one of the grids which as depicted below

Please Note: To maximize the flexibility this windows management tool the width and height changes are all done relative to current window position and width and height.
So this won't automatically align with the grid (like gridmove), you must extend to a side (using the key combinations) to be able align with the grid. All combinations are possible.

win resize visual.png

full work area after pressing ctrl+win+1
2x2 grid after pressing ctrl+win+2 (dafault)
3x3 grid after pressing ctrl+win+3
4x4 grid after pressing ctrl+win+4
5x5 grid after pressing ctrl+win+5
2x3 grid press ctrl+win+2 before up or down and press ctrl+win+3 before crtl+win+left or right

additional features:
- if window was maximized then window is restored to previous size automatically so you don't have to restore it using your mouse.
- when top left of window outside work area of your monitors, it will be moved to top left of work area of primary monitor, to easily restore lost windows
- can be used in combination with win+cursor in win7+

known issues:
- all windows obey their minimum window width and minimum window height, so small windows might overlap other windows when using the grid.
- no instruction apart from these.
- must add some visuals to this post.
- ctrl+win+digit is already used by windows 7+ (see post below), this tool will overrule the taskbar function.

enjoy  :D

v1.00 : first public version (downloaded 9 times)
v1.01 : added grid ctrl+win+1 to allow immediate extend when using ctrl+win+cursor (download 1 time)
v1.02 : 2x2 (ctrl+win+2) is now the default grid size (instead of 3x3)

52
Find And Run Robot / Re: how to add FARR to file explorer context menu
« on: November 28, 2015, 02:30 PM »
If you want FARR file in the context menu for every type of file (*)
then add the following 2 keys/nodes to the registry

[HKEY_CLASSES_ROOT\*\shell\Farr file\command]
@="\"c:\\filemngr\\farr portable\\FindAndRunRobot.exe\" -search \"%1\""

For more detailed instructions see first post  ;)

53
Find And Run Robot / Re: how to add FARR to file explorer context menu
« on: November 28, 2015, 02:23 PM »
Mouser, thanks for looking into it.

Above is on XP SP3, but it also happens on Win8. I can also check on my Win10 laptop if you want.

Some additional info:
- when invoking FARR multiple times using the new context menu item the total number of FARR's remains at 2.
- when you press a toolbar button on the 2nd/newest FARR, the other (older) FARR will popup and execute the selected command.
- I tried adding -exitifnotrunning to the command in the registry, but then FARR with the folder name stays open for less than a second :(

54
Find And Run Robot / Re: how to add FARR to file explorer context menu
« on: November 28, 2015, 01:55 PM »
Yes, they are from the same folder
See also below in the screendump
both FARRs running fdebug (from another post)

farrdir variable value is equal to the other FARR's value

two farrs same folder.jpg

55
One addition

When in directory mode, the cursor left key on any line in the result area
not only switches to search field, it also removes the deepest folder from the search string on re-entry.

This is a short_keyboard_short_cut for [Ctrl-Backspace] inside the search field.

c:\user\wim\my documents

[cursor-Down][cursor-Left] becomes

c:\user\wim

56
Find And Run Robot / Re: how to add FARR to file explorer context menu
« on: November 28, 2015, 12:42 PM »
Mouser,

something is in error, functionality worked almost as described however

1. the folder appears in a second farr window?

any ideas?

57
Find And Run Robot / how to add FARR to file explorer context menu
« on: November 28, 2015, 09:45 AM »
Would you like to be able to start FARR from the context menu (right-mouse click) within a file explorer like TotalCommander/xyplorer/...

For advanced users !

1. run regedit (XP)
2. find HKEY_CLASSES_ROOT\Folder\shell\ in regedit
3. add key called FARR folder
4. within FARR add a key called command
5. then modify the standard field of command into the string below **please read remark below**

     "c:\filemngr\farr portable\findandrunrobot.exe" -search "%1"

     REMARK replace  c:\filemngr\farr portable\ with the path on your computer where you installed find and run robot
6. close regedit.
7. right click on a folder in for instance TotalCommander and select FARR folder option
8. FARR will appear with the name of the folder in the search field.

---
Alternatively
1. you can create a textfile with a registry entry e.g. folder_farr_context.reg containing:

[HKEY_CLASSES_ROOT\Folder\shell\FARR folder\command]
@="\"c:\\filemngr\\farr portable\\findandrunrobot.exe\" -search \"%1\""


Please note remark above. Extra warning use double back slashes.
2. then double click on the .reg file

--- update 1
Similar context menu for files instead of folders

[HKEY_CLASSES_ROOT\*\shell\FARR file\command]
@="\"c:\\filemngr\\farr portable\\FindAndRunRobot.exe\" -search \"%1\""

--- update 2
You can add a space at the end "%1 " instead of "%1" to replicate farr's behaviour when pressing cursor right in directory searching mode.
----
There might be shorter ways to do this, if so please leave your comments below.
----
enjoy :D

58
1) I think my misunderstanding was caused when I used files with multiple dots, take a look at these

Code: Text [Select]
  1. (.+\.(.{3,4}))\s?(.*)$
  2. file.ex                NO MATCH =>okay extension to short
  3. file.extension         $$1=file.exte | $$2=exte | $$3=nsion => MATCH, but not what I expected
  4. filename.extension.mp  $$1=filename.exte | $$2=exte | $$3=nsion.mp => $$2 has value we cannot use
  5. file.ex.ED             $$1=file.ex.E | $$2=ex.E | $$3=D  => $$2 has value we cannot use (I assume that's why you use $$2$$3  as a filter )

I now use
Code: Text [Select]
  1. regex    ((.+)\.(\S+))\s?(.*)$
  2. filter      $$3 $$4
  3. The trailing text($$4) can be used to shorten the list of available programs e.g. add debug or -note or -))
  4.  
  5. file.sub.ext.mp4 debug  
  6.  
  7. To select the debug from the alias:
  8. debug ext menu  1full=$$1 2wo_ext=$$2 3ext=$$3 4filter=$$4  |
  9.  
  10. Where $$1=file.sub.ext.mp4 | $$2=file.sub.ext | $$3=mp4 | $$4=debug
  11.  
  12. Which displays as
  13. debug ext menu  1full=file.sub.ext.mp4 2wo_ext=file.sub.ext 3ext=mp4 4filter=debug

2) I stand corrected  :-[, Let me rephrase. You need to know the name of the alias, and have to type +hexedit, instead of selecting a program from a short list.

3) Still working on the file tagging functionality ;)

4) I have updated the first post so readers don't have to puzzle as much.

59
@skajfes, thanks for the optimisation  :Thmbsup:
I'll remove all shellex and cmd.exe's, they were needed in my very old version of farr, my bad  :-[, today I upgraded to v2.226.01 and assumed they were still needed.

I had to look up your PCRE :  (.+\.(.{3,4}))\s?(.*)$

$$1 contains file name including file name extension.
$$2 contains file name extension maximum length of 4 characters.
$$3 contains optionally for longer extensions 5th char and more followed by optional white space and optional characters that may contain more white space and dots.

----
I'm also working on a version where the alias
 
  • opens websites e.g. donationcoder.com without http:// prefix, but instead based on domain .com/.net/.org/.nl/.uk/.de/.be,
  • opens files like svg in a browser of your choice using file:///,
  • tags a file or url (grouping). Tagging is done by adding  tag at the end of the path\file.txt.tag (object oriented method notation). It
     uses separate files for each tag. These files are created dynamically. I use farr's #filecontents tag_file to retrieve the list of tagged files

For tagging I still need something like $$1.$$2 because I must be able to remove the temporary added extension tag =$$2 from the file name =$$1 before using it

The regex then becomes ((.+)\.(\S*))\s(.*)$

$$1 contains file name including extension
$$2 contains file name without extension and without trailing dot
$$3 contains extension without the dot (any length)
$$4 contains white space followed by any character, can be used as optional parameter in the program call if so required.

The farr (extension) alias filter thus becomes $$3

With this alias just add an entry to the farr alias results
     program name file extensions it can open followed by '|' the full path to the program and "$$1" in double quotes because file name can contain spaces

There are still some challenges (like searching within the list of tagged files), I'll send an update soonish. 8)

@mouser, in the hexedit example the user needs to know beforehand that he wants to edit the file in hex mode.
After searching and selecting a file from the farr results With the above alias you can choose any program (from the alias menu) including the default program for the file.
My alias is more similar to

With the above alias it is now fully integrated in FARR and can be performed without lifting your hands from the keyboard.
One additional advantage the program list will not change when some program hogs some or all file associations.

60
Sometimes you don't want to start the default program for a certain file extension.

With the aliases below, you can pass the file name to start a program which you can select from your user defined menu.

Use it as follows:

First search and find the file using farr's search field or directory traversal.

Then select the file multiple times [Cursor Down] and then [Cursor Right] to display the file name in the farr search box.

Then press <dot>

Then select the program you want to run it with F1..F9, or use the [Cursor] keys.

To shorten the list of menu items you can enter a string after the dot,  then only lines matching the string and the file extension.




jump to latest version  https://www.donation....msg394054#msg394054


Have fun :Thmbsup:

61
Find And Run Robot / Re: column to show the actual folder name
« on: October 16, 2015, 12:51 AM »
Long time ago I wrote an alias to show the values for all farr's %environment variables%, this includes all the folders in the search folder tab.

Just import and type fenv (previously published as fdebug, but now with alphabetically sorted on environment variable names).

farr env folder names win xp.png

This way you don't have to guess as much 8)

Code: Text [Select]
  1. 1000>>>fenv farr environment strings>->var aliasdir = %ALIASDIR% - When specifying alias commands you may occasionally>n>want to refer to the home directory of the alias |>n>var aliasprefix = %ALIASPREFIX% - optional prefix for aliasses |>n>var alldesktop = %ALLDESKTOP% |>n>var alluserprofile = %ALLUSERSPROFILE% |>n>var appdrive = %APPDRIVE% - Will be something like based on drive where findandr unrobot was launched |>n>var commonappdata = %COMMONAPPDATA% |>n>var commonmusic = %COMMONMUSIC% |>n>var commonpictures = %COMMONPICTURES% |>n>var commonstartmenu = %COMMONSTARTMENU% |>n>var commonvideo = %COMMONVIDEO% |>n>var computername = %COMPUTERNAME% -- replaced with current computer name |>n>var configdir = %CONFIGDIR% |>n>var currentresult = %CURRENTRESULT% - currently selected result; useful for crea>n>ting hotkeys that use it, etc; blank if nothing selected |>n>var currentresultnb = %CURRENTRESULTNB% - same as above, but = first result if nothing selected |>n>var customewebbrowser = %CUSTOMWEBBROWSER% - user configured custom web browserstring |>n>var customfilebrowser = %CUSTOMFILEBROWSER% - user configured custom file browser string |>n>var farrdir = %FARRDIR% |>n>var faruserdata = %FARRUSERDATADIR% - MyLocalData in FARR path place to store user settings and user-modifiable files |>n>var fonts = %FONTS% |>n>var lasthwnd = %LASTHWND% - integer value referring to the last window handle that had focus before FARR was triggered |>n>var lasturl = %LASTURL% - last url navigated or set in internal web browser |>n>var lasturlset = %LASTURLSET% - last url explicitly set by alias/plugin in web browser |>n>var lastweberrors = %LASTWEBERRORS% - blank if no web script errors since last web page load, or text of errors |>n>var maxresults = %MAXRESULTS% - current number of max results to show in results, based on search |>n>var maxresultsdef = %MAXRESULTSDEF% - option set by user for default max results to show in results |>n>var maxresultsext = %MAXRESULTSEXT% - option set by user for extended max results to show in results |>n>var myappdata = %MYAPPDATA% |>n>var mydesktop = %MYDESKTOP% |>n>var mydocuments = %MYDOCUMENTS% |>n>var myfavorites = %MYFAVORITES% |>n>var mymusic = %MYMUSIC% |>n>var mypictures = %MYPICTURES% |>n>var mystartmenu = %MYSTARTMENU% |>n>var myvideo = %MYVIDEO% |>n>var plugindir = %PLUGINDIR% - Directory of currently triggered plugin|>n>var programfiles = %PROGRAMFILES% |>n>var searchbox = %SEARCHBOX% - contents of current search box as shown|>n>var searchstring = %SEARCHSTRING% - current search string; may differ from search box based on alias dosearch manipulations |>n>var systemdir = %SYSTEMDIR% |>n>var username = %USERNAME% |>n>var userprofile = %USERPROFILE% |>+>^fenv

62
You can find more technical information about the FARR Perl Compatible Regular Expressions library (regex or filter patterns) at http://www.pcre.org/
There you'll find several links to documentation. For a good introduction on how to use try

wikipedia
https://en.wikipedia..._Regular_Expressions

man(ual) page
http://perldoc.perl.org/perlre.html

63
Find And Run Robot / some aliases I'd like to share
« on: July 04, 2015, 04:26 AM »
Some aliasses I use a lot

for listing the farr commands similar to gohelp
? optional-search-string

for searching the  launch history
/l optional-search-string

for searching alias names
/a optional-search-string

for searching plugins
/p optional-search-string

for searching the search history
/s optional-search-string

for opening options, no [Enter] required, use this at end of the search field
/o

for hibernation
zzzz  (anywhere in the farr searchfield) (requires nirsoft's nircmd.exe in aliasdir)

Below you find my alias export for these commands.
To import you can select (the lines you like) copy them to the clipboard (ctrl+c), open FARR (ctrl-space or Break), type gooptions to edit options, go to Lists >>Aliases/Keywords/Groups right click in the list, select Import: Paste Preformatted Alias Groups

update textual : all
functional update : /o and zzzz

1000>>>? optional-string ; help FARR commands>->Farr all commands:>n>History - List past Searches (use Del to remove an entry) - historys | restartsearch historys>n>History - List past Launches (use Del to remove an entry) - historyl | restartsearch historyl>n>Alias - List all - agroups| restartsearch agroups>n>Alias - Reload all - goareload | restartsearch goareload>n>Plugins - List All, Configure one - aplugins| restartsearch aplugins>n>Plugins - List All, choose one to Reload - preload| restartsearch preload>n>Plugins - Reload All with pause prompt - rplugins | restartsearch rplugins>n>Plugins - Alias Reload All - goreload| restartsearch goreload>n>Options Edit - gooptions | restartsearch gooptions>n>Toolbar Config - gotoolbar | restartsearch gotoolbar>n>Help show farr helpfile - gohelp | restartsearch gohelp>n>Quit - goquit | restartsearch goquit>n>About show including license key dialog - goabout | restartsearch goabout>n>Restart close and open again | restartsearch frestart>+>^\?(.*)>#>$$1

1000>>>/a optional-string (to search aliases)>->dummy | dosearch agroups $$1>+>^\/a(.*)

1000>>>/l optional-string (to search launch history)>->dummy | dosearch historyl $$1>+>^\/l(.*)

1000>>>/s optional-string (to search search history)>->dummy | dosearch historys $$1>+>^\/s(.*)

1000>>>/o ;to edit farr options settings>->dummy | dosearch gooptions>+>^\/o(.*)
1000>>>/o (at end of search field to edit farr options config settings)>->farr options auto start | dosearch gooptions>+>\/o$

1000>>>/p optional-string (to search plugins)>->dummy | dosearch aplugins $$1>+>^\/p(.*)

3000>>>zzzz hibernate>->Hibernate "%ALIASDIR%nircmd.exe" hibernate | "%ALIASDIR%nircmd.exe" hibernate /ICON=nircmd_icons\standby.ico>+>.*zzzz

3000>>>zzzz (to hibernate windows)>->Hibernate "%ALIASDIR%nircmd.exe" hibernate | "%ALIASDIR%nircmd.exe" hibernate /ICON=nircmd_icons\standby.ico>+>.*zzzz.*

I hope you like them... they saved me a lot of time  8)


Wjamoe

64
FARR Plugins and Aliases / Re: farr operamail or fastmail plugin
« on: February 15, 2015, 01:55 AM »
Operamail service ended, fastmail uses different interface.

This plugin does not work anymore, sorry

WjaMoe

65
Find And Run Robot / Re: Folder Modifier Bug?
« on: July 19, 2014, 03:45 AM »
to limit the search universe you can also try this alternative (which I use)

In Options>>Search Folders

  Disable/uncheck folders you never want to include in the search universe.
  Assign short and easy to remember (different) modifier keywords to all active (checked) folders. (e.g. my)
  To include certain folder for every search add '*' to the modifier keywords (always in the search universe)

In Options>>Pattern Scoring

  Assign modifier keywords to all (active) pattern scoring (e.g. mp3)

Searching within a limited search universe

  When you search using FARR, FARR will initially only find results in launch history (historyl) and from the alias/keyword/groups, so it does not look into any folders.
  You must specify a keyword modifier (e.g. +my and/or +mp3) to specify a which part of your search universe FARR must investigate . 8)


Hint: modifier keywords do not have to be unique, and you can specify multiple modifier keywords.

  So you can combine folders/patterns by adding a common modifier keyword
  e.g. one folder: my hobby and another folder:  download hobby.

66
Please tell us (reply below) if the discount code doesn't work anymore. The Donationcoder.com site only keeps track of the number of downloads, not whether someone has actually applied it to purchase Basic for Android ;)

67
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« on: February 07, 2014, 02:50 PM »
I replaced the 2014-01-15 epcheck.exe version by the 2014-02-04 version..
then I added a new series: Burn notice and refreshed Castle (2009)
both gave the same unzip error, does that help?

I renamed data folder and ran the program again, it works now okay



68
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« on: February 05, 2014, 03:49 PM »
thanks for the update/release! :Thmbsup:

I found a small bug when adding a series and refreshing one series. Both actions result in the following unzip error:

   There was a problem unzipping the series data. You might have to run epCheck as administrator

As a result of the error the folder for that series is empty. I used epCheck version of 15th Jan to restore the folder contents  ;)

69
N.A.N.Y. 2014 / Re: NANY 2014 Release - epCheck
« on: January 20, 2014, 12:57 PM »
Thanks for this great program! I have one question(found a little bug in the weekly overview only), when I double click an episode title, the program start the browser (in my case opera)

e.g. castle (2009) s06e13 it jumps to
http://thetvdb.com/?...seasonid=524533&id=13&lid=7

the banner is for castle (2009), but the description is for buffy the vampire slayer s01e(N-1) so in this case s01e12
for every episode s(M)e(N) always gives the correct banner with the description for buffy the vampire slayer s01e(N-1)

when selecting next episode and then previous episode the proper description is given.
http://thetvdb.com/?...seasonid=524533&id=4711670&lid=7
it looks like the id is different....

70
Find And Run Robot / Re: msconfig ???
« on: January 12, 2014, 12:44 AM »
on my PC (XP sp3) the full path is   c:\WINDOWS\pchealth\helpctr\binaries\msconfig.exe

I don't have a clean install of farr, maybe you need
to add an entry to the Search Folders for
c:\windows or c:\WINDOWS\pchealth\helpctr\binaries\
the latter being faster  ;)


71
If you missed the 50% discount for basic4android Enterprise at bitsdujour last week. :tellme:

You can download a trialversion at http://www.basic4ppc.com/
Very easy transfer and debugging of programs via wifi, bt, usb, emulator.

You can use my coupon code to get the (same) 50% discount 8)
    b4a enterprise inc. 2 years free upgrade now US$ 119/2 (= about 55 Euro including VAT/BTW)
    b4a standard inc. 2 months free upgrades now US$ 59/2 ,

The PLIMUS purchase page link is: http://www.basic4ppc...ndroid/purchase.html

* b4a discount50percent.txt (0.01 kB - downloaded 527 times.)

---- some conditions
- Only new customers can use the coupon.
- You have to go to the purchase page and click on the Plimus button.
- You have to enter your coupon code in the coupon field in order to receive the 50% discount.
- you have to order/pay using plimus.
- This coupon code can be used by max 20 new customers.

- After purchase I will receive a notification mail that someone has used the coupon.
- I will receive up to 4 additional years of free upgrades (one for each purchase). :D
- This offer can be terminated at any time by Anywhere Software.

BTW I am not affiliated with this company, just a very happy customer, who passes on his coupon code, in exchange for up to 2 additional yrs of free upgrades.

72
Find And Run Robot / Re: [Solved] Multiple parameters to URL?
« on: November 05, 2013, 12:46 AM »
if you define alias trigger (if you leave out the colon you should also leave it out of the regex)

  car make model:year

and define regex as car at the beginning of the line followed by two words separated by a single space followed by a  colon and a third word

  ^car (.*) (.*):(.*)

results where $$1 substitues the first word matching (.*)

  http://www.car.com/?make=$$1&model=$$2&year=$$3

or alternatively from your original request:
  http://www.car.com/q=$$1+$$2%3a$$3

when you type
 
  car ford fusion:2009

it turns into
  http://www.car.com/?make=ford&model=fusion&year=2009

or when you use the alternative
  http://www.car.com/q=ford+fusion%3a2009

(BTW www.car.com does not work with these paramaters?)



73
Mouser,

That would be much appreciated. :-*


74
Find And Run Robot / Exporting FARR result list using snagit TXT mode
« on: September 21, 2013, 09:23 AM »
Currently there is no option to export the results from the FARR window. I would have loved that option.
I tried to retrieve the data using ahk and nirsoft sysexporter, but could not get the info from the TNextgrid.

Snagit in txt capture mode helped to accomplish this task.
http://www.techsmith...t-capture-prior.html
This works with very old versions of Snagit too [it is not freeware]

You first want to limit the number of columns and it is probably best to use small icons, each file on a separate line:

Start FARR options
  Program Options > Settings > Display Options
  Report Columns
    switch on/off extra columns
  Result Display style
    (.) small icon Report
Save FARR options.

Start a FARR search

Start Snagit config.
  Put Snagit in TXT capture mode
  Select the output format (file, clipboard,..)
Start selecting

Choose the FARR result window.
All visible lines from the file list will be copied.

Now you can use the file list in other programs to sort, journaling or create batch files
e.g. for backing up these files, etc...

Don't forget to restore your FARR display options and Snagit settings afterwards.

75
Find And Run Robot / Re: How to keep webpages inside of farr?
« on: May 17, 2013, 03:32 PM »
you could try this fsubscript plugin fie

usage
    fie www.yahoo.com[space]

installation

first install farr fsubscript (see elsewhere in this forum)

create folder fie under plugins e.g.
c:\program files\farr\plugins\fie

in fie v2.zip you'll find fsubscript.js and fie.ico, save these in the new folder

after unzipping and copying the files

restart farr plugins:
goreload
click on OK button

example:
fie www.google.com[space]
or
fie google.com[space]

farr fie google.com.jpg

----
* fie v2.zip (43.57 kB - downloaded 266 times.)

fie = farr internet explorer

Pages: prev1 2 [3] 4next