some python scripts that are sometimes helpful to me
run a script#
only general requirement is uv
chmod +x <script-name>
./<script-name> <...>
scripts#
check-files-for-bad-links#
Check files for bad links.
Usage:
./check-files-for-bad-links *.md
kill-processes#
AI-powered TUI for killing processes.
Usage:
./kill-processes
update-lights#
Make some change to my phillips hue network of lights via agent + MCP server.
Usage:
./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:
./update-readme