scriv 1.1.0

Fast local CLI note manager with optional password encryption
Documentation
# Normalize text files and keep repository line endings consistent.
* text=auto eol=lf

# Source and config files should always use LF in-repo and in working tree.
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.gitignore text eol=lf
.gitattributes text eol=lf

# Common binary assets should never be normalized.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.pdf binary
*.zip binary