some python scripts that are sometimes helpful to me ### run a script only general requirement is [`uv`](https://docs.astral.sh/uv/getting-started/installation/) ```bash chmod +x ./ <...> ``` ## scripts - [`check-files-for-bad-links`](#check-files-for-bad-links) - [`kill-processes`](#kill-processes) - [`update-lights`](#update-lights) - [`update-readme`](#update-readme) --- ### `check-files-for-bad-links` Check files for bad links. Usage: ```bash ./check-files-for-bad-links *.md ``` ### `kill-processes` AI-powered TUI for killing processes. Usage: ```bash ./kill-processes ``` ### `update-lights` Make some change to my phillips hue network of lights via agent + MCP server. Usage: ```bash ./update-lights -m "turn on sahara in the living room and nightlight in the kitchen" ``` ### `update-readme` Update the README.md file with a list of all the scripts in the current directory. Usage: ```bash ./update-readme ```