Update for hitman

This commit is contained in:
2024-10-01 23:17:41 +02:00
parent 9743d131bf
commit 3cd7ad042d

View File

@@ -17,6 +17,7 @@ This repository contains a collection of personal tools I've developed to addres
- vsclean
- lazygit-cleaner
- autoruns
- hitman
4. Directory Management Tools
- directory-cleaner
- directory-deletor
@@ -240,6 +241,18 @@ Entry struct {
This tool supports **no configuration** outside of constants applied at compile time (one of which is autoruns.json)
### [hitman](https://git.site.quack-lab.dev/dave/hitman)
**Kills processes by name at a set interval**
This tool is meant to be used as a service
The processes to hate are given through environmental variables:
- HITMAN_FORBIDDEN - csv separated list of processes to kill
Process names must be accurate and are case sensitive
The tool uses the *kill* command to kill processes
### [bricker](https://git.site.quack-lab.dev/dave/bricker)
**Corrupts random bytes in given files**