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 withfinder
andgo
in their names and filter out files withtest
in their names.
$ qxargs vi -- finder go -test
The following example will find all files withfunc
in their contents and filter out files withnewGrepper
in their contents.
$ qxargs vi -- ?func ?-newGrepper
- [Add] Use
ESC
key to exit. - [Fix] Fix crashes when search got exactly 10 results.