diff --git a/README.md b/README.md index e90178b..b31aa11 100644 --- a/README.md +++ b/README.md @@ -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**