Skip to main content

Configuration

config.toml (app settings — never recipes)

[settings]
shell = "sh -c" # default: "sh -c" on Unix, "cmd /C" on Windows
editor = "code -w" # used by `ndo edit`; falls back to $EDITOR if unset
color = true

Environment variables

VariableEffect
NDO_HOMEOverrides ~/.ndo/ as the directory for central.toml and config.toml. No XDG fallback — if unset, it's always ~/.ndo/.
NDO_LOCAL_FILEOverrides the local recipe filename searched for upward from the current directory (default .ndo.toml).