Page 1 of 1

new syntax in search for and CD

Posted: 2024-12-10, 07:26 UTC
by nsp
3 points:
  1. being able to use from the search for field a way to use a saved search without loading it. This is the proposed syntax mySavedSearch is the savedSearch and > is a prefix like it works already with the CD command.
    Search all *.txt, toto.* and all the one that match mySearch

    Code: Select all

    *.txt toto.* >mySavedSearch
  2. being able to exclude the search using | operator.
    Search all toto.* files and exclude from results all the toto.txt files and the one that match mySavedSearch.

    Code: Select all

    toto.* |>mySavedSearch *.txt
  3. It would be nice to have it works almost same way using CD command and search for field.
A warning could be raised if the saved search operate on specific folder/source.