Skip to content

Releases: netromdk/alfred-pkill

Version 0.3.0

02 Feb 19:09
Compare
Choose a tag to compare

Implemented the killall keyword that works in the same way as kill, but it kills all filtered process results instead. The modifiers apply to all.

Version 0.2.1

01 Feb 23:25
Compare
Choose a tag to compare
  • Sanitizing command values to make sure wf.filter() doesn't loop forever on some weird cases of input
  • Debug logging

Version 0.2.0

01 Feb 21:12
6bf8e88
Compare
Choose a tag to compare
  • Use modifiers to -KILL with ⌘↵, -STOP with ⌃↵ and -TERM with ↵
  • Added self-updating with a 7 day frequency
  • Added icons

Version 0.1.0

01 Feb 20:24
00fe65f
Compare
Choose a tag to compare

First functioning version of alfred-pkill!

  • Fuzzy-filters against all running processes of current user
  • Excludes itself from list of results for safety