+4
-4
README.md
+4
-4
README.md
···
12
12
13
13
| script | description |
14
14
|--------|-------------|
15
-
| `check-files-for-bad-links` | Check files for bad links. |
16
-
| `kill-processes` | AI-powered TUI for killing processes. |
17
-
| `update-lights` | Make some change to my phillips hue network of lights via agent + MCP server. |
18
-
| `update-readme` | Update the README.md file with a list of all the scripts in the current directory. |
15
+
| `check-files-for-bad-links` | Check files for bad links. Usage: ```bash ./check-files-for-bad-links *.md ``` |
16
+
| `kill-processes` | AI-powered TUI for killing processes. Usage: ```bash ./kill-processes ``` |
17
+
| `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" ``` |
18
+
| `update-readme` | Update the README.md file with a list of all the scripts in the current directory. Usage: ```bash ./update-readme ``` |
+6
check-files-for-bad-links
+6
check-files-for-bad-links
+6
kill-processes
+6
kill-processes
+6
update-lights
+6
update-lights