Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 991 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 991 Bytes

Saitama kills all processes by name at once, with one punch

How to install

curl -s https://raw.githubusercontent.com/lobocode/saitama/master/saitama-install.sh | sudo bash

How to use

saitama-terminal.gif

Commands

  • saitama list - Lists all processes by name.
  • saitama punch <processname> - Kills the specified process by name.
  • saitama help - Displays detailed help information.

Examples

List all processes by name:

saitama list

Kill a specific process by name:

saitama punch firefox

Display help information:

saitama help

With the integration of Cobra, the commands are now more structured and easier to use. Use saitama help to get more detailed information about each command.