|
Server IP : 161.35.85.9 / Your IP : 216.73.217.134 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/wordpress/../doc/python3-ndg-httpsclient/../tree/ |
| [ Home ] | [ C0mmand ] | [ 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. - Move as many globals into a struct or structs to reduce namespace pollution. - Add support for more xattr attributes, such as user.xdg.*, trusted.mimetype, etc. 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.