reorg: move tpl/bin under 000-configs, files->assets, add bump-version.sh + plugins doc
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user