erdtree
erdtree copied to clipboard
A modern, cross-platform, multi-threaded, and general purpose filesystem and disk-usage utility that is aware of .gitignore and hidden file rules.
The -p options is used to exclude files or directories with some specified prefixes. But if some hidden or system files start with "." prefixes, they can't be ignored. I...
Colorscheme for tree is arbitrary and hard-coded into the program; opt to use `LS_COLORS` instead. [Suggestion by u/OneTurnMore](https://www.reddit.com/r/commandline/comments/ulilz2/comment/i7wmdru/?utm_source=share&utm_medium=web2x&context=3)
This PR allows people to use `cargo add erdtree` and then be able to use `erdtree` as a library.
Hey, If i get it right, at the moment if i want to do something like `ls /tmp/*.log` with `erd`, it would be `erd --glob --pattern *.log /tmp`. I understand...
I ''m noob at rust and terminal software development. Can you explain to me, what can I get from this project~
Tests are failing on Windows. The OS: Windows 11 files changed after V3 release: 0 The command I've used: ```sh cargo +nightly nextest run ``` Even when using the standard...
`exa` is unmaintained now and `eza` is the successor https://github.com/ogham/exa https://github.com/eza-community/eza The README docs provide a comparison between `exa` and `erd`. https://github.com/solidiquis/erdtree#exa You should probably update the README to reference...
caught you 🙂
I was thrown off to think this was an `erdtree` bug before discovering this behavior. I was getting this output: ```bash $ erd --sort name --hidden --suppress-size --layout inverted data/...