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:
andy.boot
2022-08-19 11:54:51 +01:00
parent ed6a8d0462
commit 5980858b39
5 changed files with 270 additions and 38 deletions
+13
View File
@@ -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