new syntax in search for and CD
Posted: 2024-12-10, 07:26 UTC
3 points:
- 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 mySearchCode: Select all
*.txt toto.* >mySavedSearch
- 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
- It would be nice to have it works almost same way using CD command and search for field.