summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-10-26See if ARM works againTEST-0.0.1release-testSebastian Thiel
2020-10-15(cargo-release) version 2.10.3v2.10.3Sebastian Thiel
2020-10-15dependency updateSebastian Thiel
Should fix #66
2020-09-30dependency updateSebastian Thiel
2020-09-28Provide alternative installation instructions for linuxSebastian Thiel
Related to #64
2020-09-28upgrade to latest version of tuiSebastian Thiel
2020-09-28update to tui 0.12tui-react-v0.12.0Sebastian Thiel
2020-09-28dependency updateSebastian Thiel
2020-09-14Dependency updateSebastian Thiel
2020-09-03dependency updateSebastian Thiel
2020-07-27bump patch levelv2.10.2Sebastian Thiel
2020-07-27refactorSebastian Thiel
2020-07-27src, aggregate: fix colors for aggregate modeMaxim Zhukov
Use Cyan for folders in aggregate mode Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2020-07-24(cargo-release) version 2.10.1v2.10.1Sebastian Thiel
2020-07-24Update changelogSebastian Thiel
2020-07-23fix styling for folders (cyan=folders, not chagned - regular files)Maxim Zhukov
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2020-07-23fix clippy warningsMaxim Zhukov
Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2020-07-22arm also has a problem now - ignore it for nowv2.10.0Sebastian Thiel
https://github.com/Byron/dua-cli/runs/897358706?check_suite_focus=true#step:10:26
2020-07-22And one more…Sebastian Thiel
2020-07-22nigthly is definitely required for windows builds, let's hope that worksSebastian Thiel
2020-07-22Seems nightly is broken right now - stable it is everywhereSebastian Thiel
2020-07-22Try again to make things build on linux, argh!Sebastian Thiel
2020-07-22try to build on stable on arm (which fails otherwise now)Sebastian Thiel
https://github.com/Byron/dua-cli/runs/897252770?check_suite_focus=true#step:10:27
2020-07-22Minor style improvements to handle special caseSebastian Thiel
2020-07-22Avoid jump when cycling through byte visualizationSebastian Thiel
2020-07-22(cargo-release) version 0.10.1tui-react-v0.10.1Sebastian Thiel
2020-07-22Fix incorrect render area of tui-react listSebastian Thiel
2020-07-22fix mark paneSebastian Thiel
2020-07-22Help is back to normalSebastian Thiel
2020-07-22Help looks better now, but is far from 'normal'Sebastian Thiel
2020-07-22Switch to crosstermion 0.3 for tui 0.10 supportSebastian Thiel
2020-07-22Merge remote-tracking branch 'origin/master'Sebastian Thiel
2020-07-22use published version of tui-reactSebastian Thiel
2020-07-22Upgrade to tui 0.10 step one…tui-react-v0.10.0Sebastian Thiel
…which can be followed by a crosstermion upgrade once prodash/crosstermion have caught up.
2020-07-22Fix path construction of 'sample_02_tree' for testRoy Ivy III
2020-07-22Fix platform size difference of 'sample_01_tree' for testRoy Ivy III
- symbolic links are '0' size on windows vs '1' on *nix-type platforms
2020-07-22tui-react now works with tui 10.0; tracks tui's version number nowSebastian Thiel
2020-07-22Re-enable test, disabled accidentallySebastian Thiel
2020-07-22update to colored 2.0Sebastian Thiel
2020-07-22fix test on windows - it's breaking now since #53 is fixedSebastian Thiel
Or so it seems… Life is too short to look into yet another windows-path related issue.
2020-07-22dependency updateSebastian Thiel
2020-07-22Don't pay extra on linux for helping with #53Sebastian Thiel
2020-07-22Use full path for obtaining the 'real size on disk'Sebastian Thiel
This fixes a long standing issue on windows, #53, which relies on the full path to be used. On linux, it seems to be enough to use the meta-data, which is also passed along. On windows, the path seems to actually be used, explaining why it wonderously didn't work on windows before.
2020-07-13Speedup build times by not optimizing build dependenciesSebastian Thiel
2020-07-11Replace flume with just std::sync::mpscSebastian Thiel
2020-07-10update dependenciesSebastian Thiel
2020-07-10update dependenciesSebastian Thiel
2020-07-10patch bump tui-reacttui-react-v0.4.1Sebastian Thiel
2020-07-10Calculate block width without going through graphemesSebastian Thiel
This seems faster, yielding the same results. At least it doesn't break anything.
2020-07-07update dependenciesSebastian Thiel