xiph / awcy

http://arewecompressedyet.com/
MIT License
70 stars 46 forks source link

Jobs: Introduce Job Name filter #293

Closed vibhoothi closed 3 years ago

vibhoothi commented 3 years ago

This commit introduces option to filter based on job_name, Right now can search for job and list in the main list of jobs for selection. Also enable to select multiple jobs

Screenshots: image image image image

vibhoothi commented 3 years ago

@tdaede ^^

tdaede commented 3 years ago

This seems good! Would it also make sense for this to match substrings? e.g. find all jobs containing "directopt".

vibhoothi commented 3 years ago

@tdaede Yes, it works, also case-insensitive ATM, I did not do work on pattern matching, but it can match substring, and also case in-sensitive.

image image

vibhoothi commented 3 years ago

@tdaede can we land this