Merge _configs/ into config/ for single configuration directory. Update all path references. Changes: - Move _configs/* to config/ - Update .gitignore for new patterns - No code references to _configs/ found Impact: -1 root directory (layout_conventions.md compliance)
19 lines
596 B
TOML
19 lines
596 B
TOML
# Syntaxis TUI Configuration
|
|
#
|
|
# Configuration for the syntaxis-tui terminal user interface
|
|
|
|
[ui]
|
|
# Application display name (shown in help, errors, messages)
|
|
# Default: "syntaxis"
|
|
# Can be customized for different contexts (e.g., "vapora" when used under VAPORA)
|
|
run_name = "syntaxis"
|
|
|
|
# Show logo when TUI is called without arguments
|
|
# Set to false to hide logo and only show error/usage from the real binary
|
|
show_logo = false
|
|
|
|
# Show additional commands/help text
|
|
# Set to false to hide extra command suggestions and only show core output
|
|
# Default: true (shows all commands)
|
|
show_more = true
|