Feature: Add flag for screen readers

Screen reader mode will,
Reverse direction
Not shows symbols (directory hierarchy or percentage bars)
Adds a column 'depth' to show depth of directory
This commit is contained in:
andy.boot
2023-01-08 11:51:20 +00:00
parent 1e87a0661b
commit 184d1ec5e8
11 changed files with 105 additions and 23 deletions
+1
View File
@@ -225,6 +225,7 @@ fn main() {
&root_node,
iso,
config.get_skip_total(&options),
config.get_screen_reader(&options),
)
}
}