Path to this page:
./
sysutils/erdtree,
Multi-threaded file-tree visualizer and disk usage analyzer
Branch: CURRENT,
Version: 3.1.2,
Package name: erdtree-3.1.2,
Maintainer: pinA modern, vibrant, and multi-threaded file-tree visualizer and disk usage
analyzer that respects hidden files and .gitignore rules by default, i.e.
the secret love child of tree and du.
erdtree is a modern alternative to tree and du in that it:
- offers a minimal and user-friendly CLI
- respects hidden files and .gitignore rules by default
- displays file sizes in human-readable format by default
- leverages parallism to traverse the file-system
- displays files using ANSI colors by default
- supports icons! (checkout the Icons section before using)
If the chosen defaults don't meet your requirements and you don't want to bloat
your shell configs with aliases, you can use a configuration file instead.
Master sites:
Filesize: 4949.575 KB
Version history: (Expand)
- (2023-07-10) Updated to version: erdtree-3.1.2
- (2023-06-15) Updated to version: erdtree-3.0.1
- (2023-06-13) Updated to version: erdtree-3.0.2
- (2023-05-30) Updated to version: erdtree-3.0.1
- (2023-05-26) Updated to version: erdtree-3.0.0
- (2023-04-29) Updated to version: erdtree-2.0.0
CVS history: (Expand)
2023-07-10 21:36:18 by pin | Files touched by this commit (3) | |
Log message:
sysutils/erdtree: update to 3.1.2
[3.1.2] - 2023-07-02
Bug Fixes
- Fix loading .erdtree.toml on Windows #218
- Fix race to print to stdout/stderr which made error messages not appear at
times #220
[3.1.1] - 2023-07-01
This patches a deadlock that occurs when --pattern fails to make any matches
and the progress indicator is enabled which causes erdtree to completely freeze.
[3.1.0] - 2023-07-01
What's new
- Multiple configs with .erdtree.toml
- Increased performance with --suppress-size
- -x, --one-file-system
- Support for NO_COLOR
- Inverted flat layout
- Aliases: atime, ctime, and mtime
- ctrlc handler to restore cursor if progress indicator is enabled
.erdtree.toml
First and foremost:
- .erdtreerc is planned for deprecation by v3.3 so please migrate to
.erdtree.toml by then.
|
2023-06-15 09:09:35 by pin | Files touched by this commit (2) |
Log message:
sysutils/erdtree: downgrade to 3.0.1
v3.0.2 needs Rust-1.70 to build.
|
2023-06-13 12:39:36 by pin | Files touched by this commit (2) | |
Log message:
sysutils/erdtree: update to 3.0.2
[3.0.2] - 2023-06-12
Bug fixes
- Fixed segmentation fault that occurs with --long when file has an invalid
user or group
- Updated deprecated Nerd symbols
- Change CJK and emoji block icons
|
2023-05-30 08:28:43 by pin | Files touched by this commit (2) | |
Log message:
sysutils/erdtree: update to 3.0.1
Bug fixes
- Fixed issue where empty directories were automatically being pruned despite
not opting into --prune.
- Fixed issue where searching via globs or regex doesn't work when user has a
config file.
Other changes:
- Added exit codes to erdtree.
- Progress indicator now acquires a lock to stdout reduce likelihood of
printing the progress-text being a bottleneck.
- Some code-cleanup.
|
2023-05-26 21:54:23 by pin | Files touched by this commit (4) | |
Log message:
sysutils/erdtree: update to 3.0.0
[3.0.0] - 2023-05-25
Bug fixes
- Completions now properly reference the new binary name, erd
- Symlink target now shows full path rather than just file name
- --dir-order <DIR_ORDER> added to address ordering ambiguity with arg names
- Fixed NetBSD build error associated with xattrs
- Fixed issue where --level would omit files from the total count
- Added support for %APPDATA% config folder for Windows
Additions
- -C, --color #147
- Support for owner and group, changed default columns for l, --long, and
added optional long-view arguments #174
- Support customizing time output format #165
- Support for sorting files by modified time, access time, and created
time 55783ff
- Support for reporting block usage, line-count, and word-count #172
- Added progress indicator #176
|
2023-04-29 17:59:58 by pin | Files touched by this commit (5) | |
Log message:
sysutils/erdtree: update to 2.0.0
erdtree v2.0.0 introduces numerous breaking changes as well as a plethora of
new features. Most breaking changes are predicated on the fact that arguments
were either renamed, removed, or fundamentally modified. The following is a
list of all the PRs that document these changes and feature additions:
- Regular expressions #130
- Unix permissions #132
- Force color #135
- Show hardlinks without double counting file size #136
- Regular expressions and globbing with file-type #137
- Truncate output #138
- Inverted tree layout #139
Perhaps the most important change to note is that the compiled binary has been
renamed from et to erd in order to address the following issue regarding name
collisions with other programs: #23
|
2023-04-16 20:29:58 by pin | Files touched by this commit (3) | |
Log message:
sysutils/erdtree: update to 1.8.1
[1.8.1] - 2023-04-11
What's Changed
- Fix some typos by @goggle in #110
- add clap requires to flags that depent on --report by @jhscheer in #111
- refactor tests: move --no-config to mod::run_cmd by @jhscheer in #112
- Prevent panic when --prune is used with --glob which results in empty match
set by @solidiquis in #116
- Add ability to take glob patterns from stdin by @jhscheer in #114
- Refactor/node and support hard link detection on Windows by @solidiquis
in #118
- Support colorless output when redirecting/piping stdout; also provide
--no-color option by @solidiquis in #120
- remove ansi escapes for default icon by @solidiquis in #122
|
2023-04-01 17:57:20 by pin | Files touched by this commit (2) | |
Log message:
sysutils/erdtree: update to 1.7.1
[1.7.1] - 2023-03-30
- fix issue where not-existent directory as cli arg causes infinite loop
by @solidiquis in #107
|