This commit is contained in:
greg stone
2023-01-27 18:03:42 +00:00
commit b173e2a183
204 changed files with 20290 additions and 0 deletions

4
docs/scripts/installtoc.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
sudo apt install -y fswatch
go install github.com/nochso/tocenize/cmd/tocenize@latest

3
docs/scripts/toc.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find .|grep md$|xargs -n1 tocenize -max 3 -min 2