Searching Finding and Selecting - aabs/fishdots GitHub Wiki
Full text search is performed using the silver searcher utility.
Install using
sudo apt install silversearcher-ag
File searching is performed using the standard unix find function
Selection is typically performed using the dialog utility.
Install using
sudo apt install dialog
Find file by full text search pattern within the root_path folder
Find item by name search pattern within the root_path folder
Find item by name search pattern within the root_path folder and select using a menu
Find item by full text search pattern within the root_path folder and select using menu