joehillen / paruz

A fzf terminal UI for paru or pacman
The Unlicense
82 stars 3 forks source link

Fix detection of "unknown-version" to allow ANSI escapes after whitespace #12

Closed triarius closed 1 year ago

triarius commented 1 year ago

Later versions of paru (unreleased just on master atm) have changed the output of paru --color=always -Sl to include ANSI escapes after whitespace. This did not work with the regular expression that's used to suppress "unknown-version" from appearing in the output of _paru_list.

joehillen commented 1 year ago

Thanks!