| Server IP : 39.108.156.168 / Your IP : 216.73.216.104 Web Server : nginx/1.24.0 System : Linux e2.ksyuki.com 6.11.0-25-generic #25~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:20:50 UTC 2 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/tree/ |
Upload File : |
Should do: - Use stdint.h and inttypes.h to standardize the int sizes and format strings. Not sure how cross-platform this would be. - Add --DU option to fully report disk usage, taking into account files that are not displayed in the output. - Make wide character support less of a hack. - Fully support HTML colorization properly and allow for an external stylesheet. - Might be nice to prune files by things like type, mode, access/modify/change time, uid/gid, etc. ala find. - Just incorporate the stat structure into _info, since we now need most of the structure anyway. Maybe do: - With the addition of TREE_COLORS, add some custom options to perhaps colorize metadata like the permissions, date, username, etc, and change the color of the tree lines and so on. - Refactor color.c. - Output BSON on stddata instead of JSON.