Important: This repository is now deprecated. We have moved all our Alfred workflows into a unified monorepo for better maintenance and collaboration.
We've consolidated all of our Alfred workflows into a single, streamlined monorepo. This centralized repository makes it easier to explore, update, and contribute to a variety of workflows—all in one place.
Feel free to open issues, submit pull requests, and stay tuned for further updates as we continue enhancing our Alfred workflows!
Alfred workflow to kill a process by name, port, PID or path.
We support fuzzy search 🥷
You can search with partial names, PIDs or paths - we will find the process for you ✨
repo_name="Avivbens/alfred-kill-process"
download_url=$(curl -s "https://api.github.com/repos/$repo_name/releases/latest" | grep "browser_download_url.*alfredworkflow" | cut -d '"' -f 4)
curl -fsSLk $download_url -o ~/Desktop/alfred-kill-process.alfredworkflow
open ~/Desktop/alfred-kill-process.alfredworkflow!keyword tokilla process by name, PID or path.!!keyword tokill -9, same as above.!!!keyword to search & kill by port.
