for assorted things
Other 100.0%
10 1 0

Clone this repository

https://tangled.org/zzstoatzz.io/scripts
git@tangled.org:zzstoatzz.io/scripts

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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.

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