tree

Rating: 
0
No votes yet

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

 

Coindrop.to me Donate using Liberapay

Screenshots: 
Application versions: 
AttachmentSizeDate
File tree-2.2.1-1.aarch64.rpm73.03 KB08/01/2026 - 01:14
File tree-2.3.2-1.aarch64.rpm83.04 KB04/06/2026 - 22:48
Changelog: 

- 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)