Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
chiquito
command
Command chiquito is a terminal-based text editor.
|
Command chiquito is a terminal-based text editor. |
|
internal
|
|
|
buffer
Package buffer implements chiquito's editable text store.
|
Package buffer implements chiquito's editable text store. |
|
config
Package config defines chiquito's configuration schema, its defaults, and the platform-correct on-disk location of the config file.
|
Package config defines chiquito's configuration schema, its defaults, and the platform-correct on-disk location of the config file. |
|
editor
Package editor holds chiquito's framework-agnostic editing state: the text buffer, the cursor, the viewport, and the commands that mutate them.
|
Package editor holds chiquito's framework-agnostic editing state: the text buffer, the cursor, the viewport, and the commands that mutate them. |
|
fileio
Package fileio provides chiquito's secure file access primitives: a guarded reader and an atomic, durability- and permission-preserving writer.
|
Package fileio provides chiquito's secure file access primitives: a guarded reader and an atomic, durability- and permission-preserving writer. |
|
fuzzy
Package fuzzy implements fzf-style fuzzy matching with scoring and match positions, used to filter, rank, and highlight picker lists (e.g.
|
Package fuzzy implements fzf-style fuzzy matching with scoring and match positions, used to filter, rank, and highlight picker lists (e.g. |
|
search
Package search implements chiquito's find and replace engine.
|
Package search implements chiquito's find and replace engine. |
|
spell
Package spell provides chiquito's spell-checking primitives.
|
Package spell provides chiquito's spell-checking primitives. |
|
syntax
Package syntax is chiquito's tokenizer engine.
|
Package syntax is chiquito's tokenizer engine. |
|
ui
Package ui is the Bubble Tea adapter over the framework-agnostic editor core.
|
Package ui is the Bubble Tea adapter over the framework-agnostic editor core. |
Click to show internal directories.
Click to hide internal directories.