mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Feature: Config file
Read flags for several params from config file. This was a popular requested feature (many people want to run with -r on by default).
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Sample Config file, works with toml and yaml
|
||||
# Place in either:
|
||||
# ~/.config/dust/config.toml
|
||||
# ~/.dust.toml
|
||||
|
||||
reverse=true
|
||||
display-full-paths=true
|
||||
display-apparent-size=true
|
||||
no-colors=true
|
||||
no-bars=true
|
||||
skip-total=true
|
||||
ignore-hidden=true
|
||||
iso=true
|
||||
Reference in New Issue
Block a user