-
This module is just a bash script that attempts to mimic the behavior of the Linux tree command. This is not a compiled
BINARY
and it is slower than the original tree command also many of the originaltree
arguments are not supported
Requirements
- bash
Arguments which *currently are supported
tree -a | #ShowsHiddenFiles
tree -n | #NoColor
tree -d | #ShowDirectoriesOnly
tree -L | #LimitsTheDepthOfTree
tree -i | #UsesASCII
Comparison
- LinuxTree Binary Output
tree /storage/emulated/0/tree
/storage/emulated/0/tree
META-INF
�� com
�� google
�� android
�� update-binary
�� updater-script
customize.sh
module.prop
system
�� bin
�� tree
tree.zip
7 directories, 6 files
This module’s tree shell script output
./tree.sh /storage/emulated/0/tree
/storage/emulated/0/tree
META-INF
com
google
android
update-binary
updater-script
customize.sh
module.prop
system
bin
tree
tree.zip
6 directories, 6 files
Bugs
Sometimes , it fails while listing big directories
Compiled (bash) binaries source
Download Link
Module Info
Magisk : ✅ Supported
KernelSu : ✅ Supported
KernelSuNext : ✅ Supported
APATCH : ✅ Supported
Date Release :
If the link is broken or there is something that needs to be updated in the post contact us.
Other modules
Unlocker for the USB (HAL) audio class driver's limitation
By : siavash79
video to bootanimation
By : rojenzaman
Zygisk - IFWEnhance
By : takeru-kageyuki
© 2025 androidroot.site