killport

A command-line tool to easily kill processes running on a specified port.

MIT License

Downloads
35
Stars
1.7K

Bot releases are visible (Hide)

killport - Release v1.0.0 Latest Release

Published by github-actions[bot] 5 months ago

Key Features Added:

  • Mode Selection: Users can now specify whether to target processes, containers, or both. This is controlled via the -m/--mode option. (#6 )
  • Signal Specification: The tool now supports specifying many different signals to be sent to processes or containers, enhancing the control users have over how they terminate these entities.
  • Dry Run Option: This new feature allows users to simulate termination commands to see which processes or containers would be affected without actually performing the kill operation. (#26 )
  • Release as a library (#29 )
killport - Release v0.9.2

Published by github-actions[bot] 11 months ago

killport - Release v0.9.1

Published by github-actions[bot] about 1 year ago

killport - Release v0.9.0

Published by github-actions[bot] over 1 year ago

killport - Release v0.8.0

Published by github-actions[bot] over 1 year ago

killport - Release v0.7.0

Published by github-actions[bot] over 1 year ago

Killport now uses SIGTERM as the default signal to kill a process, it also supports the SIGKILL signal with -s sigkill, eg: killport -s sigkill 8080

killport - Release v0.6.0

Published by github-actions[bot] over 1 year ago

killport - Release v0.5.0

Published by github-actions[bot] over 1 year ago

killport - Release v0.1.0

Published by github-actions[bot] over 1 year ago