summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2021-07-13Make the trash feature optionalLewis Cook
2021-06-30upgrade sysinfoSebastian Thiel
2021-06-30cargo fmtSebastian Thiel
2021-06-30thanks clippySebastian Thiel
2021-06-30Add mark pane prompt message for ctrl + tSebastian Thiel
2021-06-30Refactor: deduplicate codeFederico Stra
2021-06-27Implement Ctrl+t move to trashFederico Stra
2021-06-09Show TUI on stderr to enable writing files to stdoutSebastian Thiel
2021-06-08Print marked items upon exit if these are left in the marked paneSebastian Thiel
Fixes #87
2021-06-07Prepare new releaseSebastian Thiel
2021-06-07Set default processor count on Apple Silicon in a way that won't be totally ↵Sebastian Thiel
wrong in future Soon new hardware will be revealed which probably acts differently.
2021-06-05refactorSebastian Thiel
2021-06-05refactorSebastian Thiel
2021-05-30Fix terrible bug causing an unnecessary wait in front of each invocationSebastian Thiel
2021-05-30Fix testsSebastian Thiel
2021-05-30Only fetch metadata for files for a speedupSebastian Thiel
2021-05-29Mildly optimize progress performance…Sebastian Thiel
…maybe there is a lot of error in the measurements, but it's a bit faster with different settings for atomics.
2021-05-29Only display progress on if stderr is a ttySebastian Thiel
2021-05-29Add simple progress to indicate something is happening on long `dua` runsSebastian Thiel
2021-05-29thanks clippySebastian Thiel
2021-04-21Fix help menu typoJack Youstra
2021-03-23thanks clippySebastian Thiel
2021-02-20Respect 'stay_on_filesystem' when no input files are providedZeb Piasecki
2021-02-15Enforce drawing once after traversal is doneSebastian Thiel
Otherwise some 'scanning' message is likely to remain if there is no additional user input.
2021-02-15Keep selecting the first element during iteration unless…Sebastian Thiel
…the user provided input already. Related to #77
2021-02-15thanks clippySebastian Thiel
2021-02-15Add bindings 'H' and 'G' to go to the top/bottom of any paneSebastian Thiel
Fixes #78
2021-01-23Fix --versionSebastian Thiel
Fixes #76
2021-01-04dependency updateMaxim Zhukov
2020-12-16Select better default thread count on Apple Silicon (M1)Sebastian Thiel
2020-11-15Custom usage to fix #71Sebastian Thiel
2020-11-15switch from structup to clap 3 beta.2Sebastian Thiel
…to see if the order of arguments is corrected. It's not the case. Related to #71
2020-11-02Show 'scanning' note even without entering a directorySebastian Thiel
related to #70
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-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-22Minor style improvements to handle special caseSebastian Thiel
2020-07-22Avoid jump when cycling through byte visualizationSebastian 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-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-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.