ItemAppraiser
A more detailed and modernized version of the tree
command.
Help information can be displayed by running python3 ItemAppraiser.py --help
Color information taken from the code comments:
- WHITE = '\033[97m' # For smaller files/directories
- GREEN = '\033[92m' # For medium files/directories
- YELLOW = '\033[93m' # For large files/directories
- RED = '\033[91m' # For very large files/directories
- BLUE = '\033[94m' # Additional color, could be used for default text or directories
- RESET = '\033[0m' # Reset to default
You can download ItemAppraiser with the source code on GitHub.