The NetBSD Project

CVS log for pkgsrc/sysutils/erdtree/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / erdtree

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jul 10 19:36:18 2023 UTC (22 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +31 -4 lines
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jun 15 07:09:35 2023 UTC (23 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
sysutils/erdtree: downgrade to 3.0.1

v3.0.2 needs Rust-1.70 to build.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jun 13 10:39:36 2023 UTC (23 months ago) by pin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 30 06:28:43 2023 UTC (23 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 26 19:54:23 2023 UTC (23 months, 2 weeks ago) by pin
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +58 -8 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Apr 29 15:59:58 2023 UTC (2 years ago) by pin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +116 -13 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 16 18:29:58 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +16 -7 lines
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 1 15:57:20 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 30 20:15:37 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -37 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 29 19:25:40 2023 UTC (2 years, 1 month ago) by pin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +127 -121 lines
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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 15 10:06:33 2023 UTC (2 years, 2 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>