Releases: iwat/qxargs
Releases · iwat/qxargs
1.1.0
This release fixes some bugs and adds more features.
- [Add] Negate filter
-for both finder and grepper.
The following example will find all files withfinderandgoin their names and filter out files withtestin their names.
$ qxargs vi -- finder go -test
The following example will find all files withfuncin their contents and filter out files withnewGrepperin their contents.
$ qxargs vi -- ?func ?-newGrepper - [Add] Use
ESCkey to exit. - [Fix] Fix crashes when search got exactly 10 results.