Tree is a recursive directory listing command that produces a depth indented listing of files
Upstream repositories:
- https://oldmanprogrammer.net/source.php?dir=projects/tree
- https://github.com/juanro49/harbour-tree (rpm build)
armv7 build https://openrepos.net/content/shellkr/tree
| Attachment | Size | Date |
|---|---|---|
| 73.03 KB | 08/01/2026 - 01:14 | |
| 83.04 KB | 04/06/2026 - 22:48 |
- Package changes:
-
- Versión 2.3.2
- Upstream changes:
-
- 2.3.2
- Version 2.3.2 (3/16/2026) - Whitelist characters instead of blacklisting (had an incomplete blacklist somehow,) in url_encode() (M. Richardson) - Wrong path was being used to allocate a path string. (Masaki Hasegawa) - Symbolic link name might be printed incorrectly when -f and -l were used at the same time. (Masaki Hasegawa) - Use EXIT_FAILURE / EXIT_SUCCESS instead of 1 / 0 in exit(), supposedly more portable, but I am not sure I'm convinced. (polluks@github) - Fix regression (maybe) in --gitignore for paths that are relative to the .gitignore file broken by using realpath to to the .gitignore. Relative patterns in ignore files above the tree'd root will likely not work w/o some more work on this. (Merlin04@github)
Recent comments