Documentation
¶
Overview ¶
Package core provides shared scratchpad operations used by all pad subcommand packages. It owns storage, encryption, blob handling, parsing, and validation; subcommands import core, never each other.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package blob handles binary blob encoding and decoding within scratchpad entries.
|
Package blob handles binary blob encoding and decoding within scratchpad entries. |
|
Package crypto reads and decrypts encrypted scratchpad files.
|
Package crypto reads and decrypts encrypted scratchpad files. |
|
Package merge reads scratchpad files with automatic decryption fallback and merges entries.
|
Package merge reads scratchpad files with automatic decryption fallback and merges entries. |
|
Package parse splits raw scratchpad content into individual entry lines.
|
Package parse splits raw scratchpad content into individual entry lines. |
|
Package store manages scratchpad file persistence including encryption and path resolution.
|
Package store manages scratchpad file persistence including encryption and path resolution. |
|
Package validate checks that scratchpad entry indexes are within valid bounds.
|
Package validate checks that scratchpad entry indexes are within valid bounds. |
Click to show internal directories.
Click to hide internal directories.