andy.boot
b3d446bfef
Display: No padding if no bars drawn
...
If not drawing the percent bars do not add padding to the filenames
https://github.com/bootandy/dust/issues/89
2020-06-02 13:57:46 +01:00
andy.boot
342164d357
Tests: Add Missing copy command
...
should have been added with previous commit, would occastionaly have
caused tests to fail if tests run in random order
2020-03-28 18:32:40 +00:00
andy.boot
1f120de168
Run tests on /tmp directory
2020-03-28 16:07:35 +00:00
andy.boot
c0048b2ae4
Handle running with bad parameter
...
Earlier refactor caused running with: 'dust -' to crash
2020-03-28 15:59:07 +00:00
andy.boot
7cc7047b28
Move from assert_cli to assert_cmd
...
assert_cli is deprecated.
This allows us to use 'or' in the output of our integration tests
2020-03-28 15:06:40 +00:00
andy.boot
1953e107c2
Move everything to ignore instead of jwalk
2020-03-22 23:58:07 +00:00
andy.boot
b0bfe654c4
Rethink colors
...
Use LS_COLORS to print default color of each file or folder
Keep showing largest sub folder in red.
2020-03-01 16:10:22 +00:00
andy.boot
603e6be7eb
Large redesign
...
Use the whole width of the terminal assume width of 80 if none found
Show percentages in the final column. Show ASCII bars indicating usage
of the underlying directories in the space inbetween.
Display (height of terminal - 10) entries by default.
Reverse the output order so largest is at the bottom.
Break up tests. Change older tests to check real output of program.
2020-02-18 20:58:53 +00:00