https://github.com/avivbens/alfred-kill-process
Efficiently search and kill processes and ports ⚔️
https://github.com/avivbens/alfred-kill-process
alfred kill macos process search terminate
Last synced: 4 months ago
JSON representation
Efficiently search and kill processes and ports ⚔️
- Host: GitHub
- URL: https://github.com/avivbens/alfred-kill-process
- Owner: Avivbens
- License: mit
- Created: 2024-06-11T01:15:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-02T13:52:17.000Z (12 months ago)
- Last Synced: 2025-02-17T04:30:41.227Z (4 months ago)
- Topics: alfred, kill, macos, process, search, terminate
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Alfred Kill Process
[](https://github.com/avivbens/alfred-kill-process/releases/latest)
[](https://github.com/avivbens/alfred-kill-process/releases/latest)
[](https://github.com/avivbens/alfred-kill-process/releases)[](https://www.buymeacoffee.com/kcao7snkgx)
## Description
Alfred workflow to kill a process by name, port, PID or path.
### Fuzzy Search
We support fuzzy search :ninja:
You can search with partial names, PIDs or paths - we will find the process for you :sparkles:
### Install via GitHub Releases :sparkles:
```bash
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
```## Usage
- `!` keyword to `kill` a process by name, PID or path.
- `!!` keyword to `kill -9`, same as above.
- `!!!` keyword to search & kill by port.