Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CodeXex123/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

tree

  • what is tree

  • 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 original tree 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

About

tree for android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%

AltStyle によって変換されたページ (->オリジナル) /