Add readme generator with pre-commit hook
Shell script scrapes @name/@description from userscripts and builds a table in README.md between marker comments. Pre-commit hook runs it automatically so the table stays in sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a9094dbb1b
commit
7166f534ca
3 changed files with 41 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Tampermonkey Scripts
|
||||
|
||||
Personal collection of userscripts. Click **Install** to add to Tampermonkey.
|
||||
|
||||
<!-- SCRIPTS:START -->
|
||||
| Script | Description | |
|
||||
|--------|-------------|-|
|
||||
| **IHSS Timesheet Autofill** | Auto-populate IHSS timesheet hours with random distribution | [Install](https://git.jeirslab.xyz/jeirmeister/tampermonkey-scripts/raw/branch/master/scripts/ihss-autofill.user.js) |
|
||||
<!-- SCRIPTS:END -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue