Jump to content

ngreenstein

Member
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    ngreenstein got a reaction from daerias in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  2. Like
    ngreenstein got a reaction from QualiSoft in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  3. Thanks
    ngreenstein got a reaction from Myo Myint Aung in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  4. Thanks
    ngreenstein got a reaction from mihailtugushev in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  5. Like
    ngreenstein got a reaction from Subject22 in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  6. Like
    ngreenstein got a reaction from Millan757 in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  7. Like
    ngreenstein reacted to Jefferson in PLEASE VOTE: Your favourite workflows   
    I use these the most:
     
    Recent Downloads: https://github.com/ddjfreedom/recent-downloads-alfred-v2
    Comics: https://github.com/BenziAhamed/comics-alfred
    Process Killer: https://github.com/nathangreenstein/alfred-process-killer
  8. Like
    ngreenstein reacted to macosxguru in PLEASE VOTE: Your favourite workflows   
    The two workflows I am very fond ot:
     
     
    [Favorite Folders Workflow](http://www.alfredforum.com/topic/784-favorite-folders/)   [Kill Process Workflow](http://www.alfredforum.com/topic/997-kill-process-workflow/)     macosxguru
  9. Like
    ngreenstein got a reaction from stouty in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  10. Like
    ngreenstein got a reaction from nikipore in Kill Process Workflow   
    I made a workflow to kill processes quickly.
     
    You can grab it (and read more about it) on GitHub.
    Direct download link.
     
    Here are some highlights:
    Autocompletes process names Learns and prioritizes processes you kill frequently Shows icons when possible Shows CPU usage Shows process paths Ignores case Screenshot:

    Enjoy, and feel free to share any feedback you have.
  11. Like
    ngreenstein got a reaction from nikipore in Kill Process Workflow   
    Ok, just pushed another update. Let me know if it changes anything.
     
    It now works perfectly OMM for Python, bash, and every other process I've tried it with.
     
    I don't have MacPorts to test with, but at this point I can't repro any issues.
     
    Thanks for your help!
  12. Like
    ngreenstein got a reaction from nikipore in Kill Process Workflow   
    Try with anything other than bash and let me know if it works for you. I think the problem is that bash has a hyphen at the beginning of the process name and killall is trying to interpret that as a flag (even though it's in quotes). Any ideas?
     
    Thanks for your help with testing this!
  13. Like
    ngreenstein got a reaction from nikipore in Kill Process Workflow   
    Oops, thanks for pointing that out. Forgot quotation marks, so processes with spaces in the name didn't work. Should be fixed now.
  14. Like
    ngreenstein got a reaction from nikipore in Kill Process Workflow   
    Ok, @nikipore, I updated it to use `kill -9` by default. Feel free to re-download.
     
    You can still kill all processes with matching names by actioning with command-return.
  15. Like
    ngreenstein reacted to nikipore in Kill Process Workflow   
    Cool for the kill -9 part, much safer now. The command-return part is very nice (the best of both worlds), but is broken for me (it shows up, but no action results).
  16. Like
    ngreenstein reacted to samvlu in Kill Process Workflow   
    Awesome! Just what I was looking for.
    Works very well.
  17. Like
    ngreenstein reacted to nikipore in Kill Process Workflow   
    @ngreenstein: I mean that you might have several processes sharing a name; say you have three bash sessions, and only one of them hangs (CPU ~100%), would you want to kill'em all, or just the bad one?
×
×
  • Create New...