dguest / pandamonium

Command line scripts to parse panda web api
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

Larry Improvements! -t option for taskID-only output. Set default search string. #1

Closed lawrenceleejr closed 8 years ago

lawrenceleejr commented 8 years ago

Dan! Small changes.

Setting default search string to user.${USER}. Also adding a -t/--taskid option to only output the taskID. Means things can be piped around without an awk in between. Now can just

pandamon "user.leejr*searchstring" -t | panda-kill-taskid 

without an awkward awk in between.

lawrenceleejr commented 8 years ago

Adding a percentage done field to the output! Look how pretty and informative! screen shot 2016-10-09 at 3 39 47 pm