Up to [cvs.NetBSD.org] / pkgsrc / sysutils / erdtree
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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.
sysutils/erdtree: downgrade to 3.0.1 v3.0.2 needs Rust-1.70 to build.
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
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.
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
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
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
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
sysutils/erdtree: update to 1.7.0 [1.7.0] - 2023-03-30 What's Changed - Fix windows can not recognize the tag version when publishing by @Tlntin in #91 - Fix the problem that test actions cannot upload windows binary files, add the function of custom form to set tag version. by @Tlntin in #94 - Reduce default thread count by @solidiquis in #99 - option for plain text disk usage reporting by @solidiquis in #102 - Prune bug by @solidiquis in #103 - dirs-only by @solidiquis in #104 - Feature/file count by @solidiquis in #105
sysutils/erdtree: update to 1.6.0 [1.6.0] - 2023-03-20 What's Changed - Add NetBSD instructions by @0323pin in #77 - Add repology badge by @jubalh in #76 - fix issue where level wasn't being read from config by @solidiquis in #78 - add scoop manifest by @fawni in #80 - default to num logical cpus rather than 4 threads by @solidiquis in #81 - Add support for generating shell completions by @Brezak in #82 - Fix miscoloration of directories that have extension by @fawni in #83 - [Optimization] - Upgraded heap-based tree data structure to an index-tree by @solidiquis in #86 - Replace tempdir crate with tempfile crate by @Brezak in #87 - fix issue where ansi escapes were being printed raw on windows by @solidiquis in #90
sysutils/erdtree: import package A 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.