L65HGT7CTSNIYIWGYIXPOWCXZZSNHXV5AV3TUBTTDBBPCYLSN4OQC
CG4ND52NJKGW4ZWDVJTNEL63CFPMLUVFXCDZFBQSRIO5QMBQVVXAC
let confirm = fuzzel_select ["Yes" "No"] ($"Kill ($process_name) (PID: " + ($pid | into string) + ")? ")
let confirm = fuzzel_select ["Yes" "No"] ($"Kill ($process_name) \(PID: ($pid | into string)\)? ")
notify "Process Killed" ($"Killed ($process_name) (PID: " + ($pid | into string) + ")")
notify "Process Killed" ($"Killed ($process_name) \(PID: ($pid | into string)\)")
notify "Failed" ($"Could not kill ($process_name) (PID: " + ($pid | into string) + ")")
notify "Failed" ($"Could not kill ($process_name) \(PID: ($pid | into string)\)")