Carl Johnson
Carl Johnson
I've defined following command in my `lfrc` for toggling executable bit in file's permissions: ```lfrc cmd toggle-executable-bit &{{ IFS=$'\n' for f in $fx; do [ ! -x "$f" ] &&...
`test.txt` ``` a line // bellow is a line a line a line ``` --- `:CtrlSF 'a line'` works fine: **4** matched lines across **1** files. Done! `a line` //...
Hi! Thank you for your efforts on making this nice lib! I've come across this library yesterday, and immediately stumbled upon the following issue. I wanted to use `parser::params` overload...