# To kill a process by pid
fkill 1337

# To kill processes by name (case insensitive)
fkill safari

# To kill a process listening on a port
fkill :8080

# To run the interactive interface
fkill
