curl -s https://raw.githubusercontent.com/lobocode/saitama/master/saitama-install.sh | sudo bash
saitama list
- Lists all processes by name.saitama punch <processname>
- Kills the specified process by name.saitama help
- Displays detailed help information.
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.