Up to [cvs.NetBSD.org] / pkgsrc / sysutils / tre-command
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 28 09:32:10 2022 UTC (6 weeks ago) by pin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +48 -16
lines
Diff to previous 1.1 (colored)
sysutils/tre-command: update to 0.4.0 0.4.0 -Add M1 builds to release. -Support installing from Nix flake. -Add -E/--exclude PATTERN option to exclude paths from results. -Add -e/--color WHEN option to control colors in output. -The short flag for --version is renamed from -v to -V. -Provide completion scripts for various shells in scripts/completion. -Add -p/--portable option, which enables portable paths when generating editor aliases. Without this flag, editor alias only works in the same working directory in which tre was last invoked. -Files untracked by git is now included in output by default. -Output order is now deterministic.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 31 20:20:55 2021 UTC (16 months, 1 week ago) by pin
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
sysutils/tre-command: import package A replacement for tree command that uses git ls-files as source of file when possible. tre can also create shell aliases that, when executed, opens the file associated with it with the default editor. Runs on Unix as well as Windows PowerShell.