summaryrefslogtreecommitdiffstats
tag namev2.15.0 (1b514b70677e10f77e10f85dbb10498aec70c07f)
tag date2021-12-27 11:14:17 +0800
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit 1aebf32927...
Make `dua` less prone to hanging by ignoring certain special directories on linux.
### New Features - Add `--ignore-dirs` option, with useful default on linux. On linux there are a few directories which shouldn't be traversed by default as they may cause hangs and blocking. With the new argument it's possible to specify absolute directories to not enter during traversal, with a default set to avoid problematic directories on linux right away. ### Commit Statistics - 4 commits contributed to the release. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #116 ### Commit Details * **#116** - Add `--ignore-dirs` option, with useful default on linux (d5fe5cc) * **Uncategorized** - update changelog (f22f81d) - upgrade clap (03b3520) - upgrade and update dependencies (28c59dd)