{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://json.schemastore.org/dust.json","x-tombi-toml-version":"v1.0.0","title":"Dust configuration","description":"Configuration for Dust, a more intuitive version of du.\nhttps://github.com/bootandy/dust/tree/v1.2.4#config-file","type":"object","additionalProperties":true,"properties":{"display-full-paths":{"description":"Display full paths instead of file and directory names.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"display-apparent-size":{"description":"Use apparent file sizes instead of disk usage.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"reverse":{"description":"Reverse the output order so the largest entries appear first.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"no-colors":{"description":"Disable colored output.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"force-colors":{"description":"Force colored output even when stdout is not a terminal.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"no-bars":{"description":"Hide the percent bars and percentages.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"skip-total":{"description":"Do not display the total row.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"screen-reader":{"description":"Present output in a format suitable for screen readers.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"ignore-hidden":{"description":"Ignore hidden files and directories.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"only-dir":{"description":"Display directories but not files.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"only-file":{"description":"Display files but not directories.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"disable-progress":{"description":"Disable the progress indicator.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"bars-on-right":{"description":"Place percent bars on the right side of the output.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"output-json":{"description":"Emit JSON output.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"print-errors":{"description":"Print filesystem access errors.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"boolean","default":false},"output-format":{"description":"Size output format. Common values include si, b, k, kib, m, mib, g, gib, t, tib, kb, mb, gb, and tb; Dust accepts other strings.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"string","examples":["si","kib","gb"]},"min-size":{"description":"Minimum size threshold for displayed entries, such as 10M or 1G.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"string"},"files0-from":{"description":"Read NUL-terminated input paths from this file, or from standard input when set to '-'.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"string"},"files-from":{"description":"Read newline-delimited input paths from this file, or from standard input when set to '-'.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"string"},"depth":{"description":"Maximum directory depth to display. Omit for unlimited depth.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"integer","minimum":0},"stack-size":{"description":"Worker thread stack size in bytes.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"integer","minimum":0},"threads":{"description":"Number of worker threads.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"integer","minimum":0},"number-of-lines":{"description":"Maximum number of output lines.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"integer","minimum":0},"collapse":{"description":"Paths whose contents should be collapsed into a single entry.\nhttps://github.com/bootandy/dust/blob/v1.2.4/src/config.rs","type":"array","items":{"type":"string"}}}}