Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Dust configuration
Schema registry

Dust configuration

TOML configuration for Dust

.dust.toml**/.config/dust/config.toml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your .dust.toml and it validates in your browser — nothing is uploaded.

Validate a .dust.toml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
display-full-pathsbooleanDisplay full paths instead of file and directory names. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
display-apparent-sizebooleanUse apparent file sizes instead of disk usage. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
reversebooleanReverse the output order so the largest entries appear first. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
no-colorsbooleanDisable colored output. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
force-colorsbooleanForce colored output even when stdout is not a terminal. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
no-barsbooleanHide the percent bars and percentages. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
skip-totalbooleanDo not display the total row. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
screen-readerbooleanPresent output in a format suitable for screen readers. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
ignore-hiddenbooleanIgnore hidden files and directories. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
only-dirbooleanDisplay directories but not files. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
only-filebooleanDisplay files but not directories. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
disable-progressbooleanDisable the progress indicator. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
bars-on-rightbooleanPlace percent bars on the right side of the output. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
output-jsonbooleanEmit JSON output. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
print-errorsbooleanPrint filesystem access errors. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
default: false
output-formatstringSize output format. Common values include si, b, k, kib, m, mib, g, gib, t, tib, kb, mb, gb, and tb; Dust accepts other strings. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
min-sizestringMinimum size threshold for displayed entries, such as 10M or 1G. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
files0-fromstringRead NUL-terminated input paths from this file, or from standard input when set to '-'. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
files-fromstringRead newline-delimited input paths from this file, or from standard input when set to '-'. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
depthintegerMaximum directory depth to display. Omit for unlimited depth. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
stack-sizeintegerWorker thread stack size in bytes. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
threadsintegerNumber of worker threads. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
number-of-linesintegerMaximum number of output lines. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs
collapsearray<string>Paths whose contents should be collapsed into a single entry. https://github.com/bootandy/dust/blob/v1.2.4/src/config.rs

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
examplesJSON Schema Validation, draft 2020-12§9.5 — "examples"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas