{"id":25464607,"url":"https://github.com/mj-963/kill-server","last_synced_at":"2026-05-10T06:39:09.592Z","repository":{"id":247945121,"uuid":"827312799","full_name":"mj-963/kill-server","owner":"mj-963","description":"kill-server is a bash script to manage and terminate processes running on a specified port on macOS and Linux systems.","archived":false,"fork":false,"pushed_at":"2024-07-11T13:36:45.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-12T13:29:00.899Z","etag":null,"topics":["bash","port","process-management","script","server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mj-963.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T12:06:10.000Z","updated_at":"2024-07-11T13:51:23.000Z","dependencies_parsed_at":"2024-07-11T13:38:38.100Z","dependency_job_id":null,"html_url":"https://github.com/mj-963/kill-server","commit_stats":null,"previous_names":["mj-963/kill-server"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mj-963%2Fkill-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mj-963%2Fkill-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mj-963%2Fkill-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mj-963%2Fkill-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mj-963","download_url":"https://codeload.github.com/mj-963/kill-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239422038,"owners_count":19635886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","port","process-management","script","server"],"created_at":"2025-02-18T06:31:42.528Z","updated_at":"2025-11-04T00:30:34.817Z","avatar_url":"https://github.com/mj-963.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kill-server\n\n`kill-server` is a bash script to manage and terminate processes running on a specified port on macOS and Linux systems.\n\n## Features\n\n- Kill a single process running on a specified port.\n- Forcefully kill a process without confirmation using the `-f` option.\n- Kill all processes running on a specified port with the `-a` option, prompting for confirmation.\n- Colorful and user-friendly command-line interface.\n\n## Installation\n\n###### Using Homebrew\n\n- ```bash\n  brew tap mj-963/kill-server\n  brew install kill-server\n\n###### Manual Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/kill-server.git\n   cd kill-server\n2. Make the script executable:\n    ```bash\n    chmod +x kill-server.sh\n3. Optionally, move the script to a directory in your PATH to use it globally:\n    ```bash\n    sudo mv kill-server.sh /usr/local/bin/kill-server\n\n## Usage\n\n###### Basic Usage\n- To kill a process running on a specific port:\n    ```bash\n    ./kill-server.sh \u003cport\u003e\n###### Options\n- `-f`: Forcefully kill the process without asking for confirmation.\n- `-a`: Kill all processes running on the specified port with single confirmation.\n\n###### Example\n\n- ```bash\n  # Forcefully kill a process on port 8080\n  ./kill-server.sh -f 8080\n\n  # Kill all processes on port 8080 with confirmation\n  ./kill-server.sh -a 8080\n\n  # Kill all processes on port 8080 forcefully\n  ./kill-server.sh -a -f 8080\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/mj-963/kill-server/blob/main/LICENSE) file for details.\n\n## Contributing\nContributions are welcome! Please feel free to submit pull requests.\n\n## Acknowledgments\n\n- Inspired by the need to manage processes faster and efficiently on macOS and Linux.\n- Built with bash scripting and standard UNIX tools.\n\n## Support\n\nFor support or questions, please open an issue in the GitHub repository.\n\n\n### Notes:\n\n- Replace `\u003cport\u003e` with the actual port number of server you want to kill.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmj-963%2Fkill-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmj-963%2Fkill-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmj-963%2Fkill-server/lists"}