some python scripts that are sometimes helpful to me
run a script#
only general requirement is uv
chmod +x <script-name>
./<script-name> <...>
scripts#
| script | description |
|---|---|
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 |