On Thursday 20 of September 2012 08:54:38 Vincent Murphy wrote: > I am trying to build a plumb rule where $wdir is searched for a filename > (after a miss in $wdir), so I don't have to use find or xplor explicitly. > This is similar to the 'Go to File' or 'Cmd-T' command from Textmate, > commonly ported to other editors.
perhaps two rules: first one has `find | plumb SECOND_RULE' as its target, the other performs the actual action. -- dexen deVries [[[↓][→]]]
