Messages - JennyB [ switch to compact view ]

Pages: prev1 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 43next
146
Good idea to allow any application to act a plugin.. I'd very much find that helpful because AutoHotkey can't compile into DLLs! So I can't return any informatino to FARR like you said. I'm not sure if to use the +keyword for this would be the best implementation though.

An alternative way of doing this:
* Someone would make a simple EXE output/stdout wrapper as a plugin (dll).

We would then just be able to create quick scripts that would integrate with farr without any extra work, using the current alias system. I'd pay some credits for a solution to this idea.

This has got me thinking about ways to make alias creation even easier. Regexes are overkill for all but the few where the expression has no unique prefix.for For the rest a simpler syntax should make it easier for a user to create an alias on the fly for any new command they encounter.   I've been thinking for some time that an alias should be selected in the same way as a folder - you shouldn't need to type in the whole name to activate it. That would mean that you could not just paste an alias and its parameters directly into Farr's search window and have it run, but it does allow greater flexibility in other directions.

Here's a schema for an alternative .alias format (+ indicates an optional item, * an optional repeated item):

   ALIASES
       *ITEM
         +NAME
         RESULT
         *PARAMETER
            ACTION (none/enter/find/do)
               +ARGUMENT
            +HISTORY (open/closed, search/nosearch)
               *ITEM

Recursive, yes - but so is a file system. Names are selected in the same way as folder names, recursively searching through searchable history. RESULT is a single command string, with placemarkers for any parameters needed. ACTION is the method to produce a particular parameter. If there is a history attached to the parameter, the list there is displayed first so that a previously entered string can be reused. If the history is open and a new string is chosen, then it is added to the list.   Such a new parameter can be given a NAME by which it is found, and may take parameters of its own, whose ACTION and HISTORY behaviour can specified.

ACTION none   restricts choice to the parameters in the exsisting history list
ACTION enter  allows the user to type in a string. The optional argument is a prompt
ACTION find    is a recursive call to Farr, returning the string that would have been launched (e.g. a filename) as a parameter. The argument is a search string.
ACTION do     The argument launches an external program that returns a string  (representing perhaps an open window, an active task, or a registry key)

Example:

NAME cmd
RESULT  c:\windows\nircmd.exe  ...
PARAMETER
ACTION  enter   ( complete the rest of the command string)
HISTORY closed search  ( allow new items, and find them with out having to select cmd first)
   ITEM
      RESULT screensaver
   ITEM
      RESULT monitor ...  ( this needs another parameter)
      PARAMETER
         ACTION none ( allow only the supplied parameters)
         HISTORY closed nosearch
            ITEM
               RESULT on
            ITEM
               RESULT off
            ITEM
               RESULT low
   ITEM
      NAME Resolution
      RESULT setdisplay ...
      HISTORY open nosearch   ( collect valid settings)
         ITEM
            RESULT 800 600 16

and so on...


147
Close to what you asked for, and very useful if you use lots of different browsers is miTaggedMarks (formerly bookkey).

It stores the bookmarks in its own XML file, and has a neat way of assigning and locating tags by point-and-click.


148
i still wish i knew where it is finding all of these duplicate bookmark files on your system!

I had that problem with Opera, then i noticed that a lot of the duplicated  bookmarks were ones that I had deleted years ago (or so I thought!). When I'd removed previous versions of Opera I'd left their Application Data behind.  :-[

Two minor niggles:
Include Folder Path only shows the last \ for deeply nested folders
Date always shows current date, not date created or accessed

149
Find And Run Robot / Trouble saving aliases
« on: June 12, 2007, 01:55 PM »
Thisis not exactly a FaRR bug, but it is a retrograde step. I run XP as a limited user whenever possible, and Inow find that in this mode there is no way for me to save any aliases I create.   >:( Also, addnote does not work for limited users.

150
Living Room / Re: Is there a Safari for Windows?
« on: June 12, 2007, 04:15 AM »
yes, there is now - Safari 3 Public Beta.. has anyone actually tried it to confirm the 'speedy gonzales' claim? :)

http://www.apple.com/safari/



I got it. Yes it is, noticeably faster than Opera 9, at least going forward (only tried it back-to-back on this forum). It doesn't have Opera's trick of displaying the cached copy of a page you go back to, so that is slower. At first glance, navigation options seem more limited.

Otherwise
Nicer-looking than Firefox, good RSS integration, works better with Google's stuff  than Opera does  :up:

It's still a beta so crashes more ofte. Some people have found problems with fonts.


Pages: prev1 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 43next
Go to full version