Bash tool

This commit is contained in:
2025-05-03 11:24:34 -07:00
parent 20bf33fa05
commit 00c88ccf51
12 changed files with 1286 additions and 152 deletions

10
typos.toml Normal file
View File

@ -0,0 +1,10 @@
[default]
extend-words."keynode" = "keynode"
extend-ignore-re = [
# spell:disable-line
"(?Rm)^.*(%|#|//|;)\\s*spell:disable-line$",
# spell:<on|off>
"(?s)(%|#|//|;)\\s*spell:off.*?\\n\\s*(%|#|//)\\s*spell:on",
]