erdtree icon indicating copy to clipboard operation
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.

Results 38 erdtree issues
Sort by recently updated
recently updated
newest added

Usually config files that are under a directory named after the related program are not mandatory to be dot prefixed themselves (often the name itself is omitted too). It would...

While compiling, I got the following error: ``` error[E0593]: function is expected to take 1 argument, but it takes 0 arguments --> src\context\config\toml\mod.rs:231:40 | 231 | super::toml_from_env().or_else(toml_from_appda... | ------- ^^^^^^^^^^^^^^^^^...

When I run `erd --level 1` in my home directory, it takes a long time because erd indexes a lot of stuff. This deep indexing should not be necessary to...

### Motivation Sometimes when traversing large directories, we want to skip over things like: * `node_modules` * `__pycache__` ### Example Usage ```bash erd -I 'node_modules|__pycache__' ``` That would exclude all...

A dependabot/renovate configuration would be appreciated.

here's a video of the issue: https://github.com/user-attachments/assets/90eb7632-4059-4cdc-a76c-c0fb7d3944d7 system: system - arch (6.13.1-arch1-1) wm - sway terminal - alacritty erd was installed through `sudo pacman -S erdtree` no other configuration was...

Hello, I have noticed that erd doesn't color background. I have my LS_COLORS generated by vivid using the catppuccin-mocha theme. And readme files have yellow background and dark-gray text. But...

It would be useful to have case-insensitive file name lexicographical orderings for systems where the default file system is case-insensitive (e.g., Windows). Feel free to close this issue if not...