79363401

Date: 2025-01-17 01:02:28
Score: 0.5
Natty:
Report link

You can get the output in json and use jq

pactl -fjson list sink-inputs |jq '.[]|select(.properties["application.name"] == "app-name").index'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: lights