reorg: move tpl/bin under 000-configs, files->assets, add bump-version.sh + plugins doc

This commit is contained in:
stateofshit
2026-07-29 15:07:36 +00:00
parent 0733aef8c0
commit 35c69bc1eb
15 changed files with 158 additions and 16 deletions
+23
View File
@@ -0,0 +1,23 @@
---
title: "bin"
status: "active"
folder: "bin"
tags: [scripts, index]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# bin
Helper shell scripts.
## Current
- [[daily.sh]] — auto-create today's daily note from `tpl/daily.md`. Run from cron on the main server, not from openwebui.
## Adding a script
- Filename: `snake_case.sh`
- Must be executable (`chmod +x`)
- Add to this README