Class PathSearch

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ResourceLoaderAware

Component resolving Path based on base path and optional search term. User is expected to type a base path and then delimited by space and a search term. Based on algorithms i.e. from https://github.com/junegunn/fzf and other sources.