theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

Allow multiple status in `pman ls --f` #36

Closed alexandregv closed 3 months ago

alexandregv commented 3 months ago

This little PR allows to filter with multiple status in pman ls --f, separated by a comma (if any).
New usage: pman ls --f <status1[,status2]>
Examples:

image

theredditbandit commented 3 months ago

Thank you so much @alexandregv!, I really appreciate your contribution!