hi howard,
sorry it's taken me so long to reply.
this should be easy to do in farr. you might be able to do it already with the TinyEv (everything plugin for FARR):
https://www.donation...ex.php?topic=18724.0But.. maybe interfacing with wcd is the way to go. In fact FARR already has a way to grab the contents of a file as a result list to display, and could shell out to wcd to get it to generate the output you want. So it may be possible already in existing farr to just shell out to wcd to get it to write contents to a file and then tell farr to read that file as results.
However, i could also write something if i haven't already (can't remember) that shells out and captures the output of a command as pure results, to save a step.
So am i understanding correctly that wcd has a commandline tool that lets you specify a substring on the commandline and outputs a simple list of matching directories? Or does it add extra info to the output that needs to be cleaned up.