Directories
¶
| Path | Synopsis |
|---|---|
|
Package app is the editor's top-level glue: it owns the tcell screen, the file tree, the open tabs, and the event loop.
|
Package app is the editor's top-level glue: it owns the tcell screen, the file tree, the open tabs, and the event loop. |
|
Package clipboard pushes text onto the host system clipboard via the OSC 52 terminal escape sequence.
|
Package clipboard pushes text onto the host system clipboard via the OSC 52 terminal escape sequence. |
|
Package editor provides the text-buffer primitives, the syntax highlighter, and the Tab type that combines them with view state and rendering.
|
Package editor provides the text-buffer primitives, the syntax highlighter, and the Tab type that combines them with view state and rendering. |
|
Package filetree implements the left-hand sidebar's file explorer.
|
Package filetree implements the left-hand sidebar's file explorer. |
|
Package finder implements project-wide file search: an in-memory index of every non-ignored file under the project root, plus a fuzzy matcher that ranks paths against a typed query.
|
Package finder implements project-wide file search: an in-memory index of every non-ignored file under the project root, plus a fuzzy matcher that ranks paths against a typed query. |
|
Package format loads the per-project formatter configuration that drives format-on-save.
|
Package format loads the per-project formatter configuration that drives format-on-save. |
|
Package icons provides Nerd Font glyphs for the file tree along with a best-effort detector that decides whether the user's terminal is likely to render them.
|
Package icons provides Nerd Font glyphs for the file tree along with a best-effort detector that decides whether the user's terminal is likely to render them. |
|
Package spiceconfig loads the editor's small user-level config from ~/.config/spiceedit/config.json.
|
Package spiceconfig loads the editor's small user-level config from ~/.config/spiceedit/config.json. |
|
Package theme defines the editor's curated color palette.
|
Package theme defines the editor's curated color palette. |
|
Package version exposes SpiceEdit's release version.
|
Package version exposes SpiceEdit's release version. |
Click to show internal directories.
Click to hide internal directories.