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 |
|---|---|
kill-processes |
AI-powered TUI for killing processes. |
update-lights |
Make some change to my phillips hue network of lights via agent + MCP server. |
update-readme |
Update the README.md file with a list of all the scripts in the current directory. |