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

It would be cool if tree is listed with multiple files per row instead of one file per row. Like `ls` shows by default files as a grid, but file...

[I can't find how to do this in docs, if it's possible then maybe add `-F` as the supported short option.] Support for trailing characters to identify directories, executables, links,...

When running `tree`, only a tree is printed out. When using erd, a tree and a count of directories/files is printed out. It would be convenient to provide an option...

When running `erd --layout=flat` or `erd --layout=iflat`, extra spaces are printed in their output. **Example** `erd --layout=flat --suppress-size -L1` prints ``` scripts Books dotfiles Screenshots Downloads go araaha 5 directories,...

``` $ erd --long fish: Job 1, 'erd --long' terminated by signal SIGSEGV (Address boundary error) ``` OS: FreeBSD 13.2 erdtree: 202fae1

Hi, Firstly, thanks for the great tool! A relatively common case that occurs in my workflow is: - An entire class of file is present in a top-level `.gitignore` for...

I wanted to used `erd` as an `ls` replacement. Since `ls` allows globbing without flags, I thought to make an alias for erd with the `-p` already present. I made...

Do we want to support this, in the same way tree(1) does? Details: https://gist.github.com/johnnyutahh/4d9df7b9b8ebbf11dbbaddffd1965a8f Excerpt/context: For multiple `tmp*` dirs in the current directory: ``` $ erd tmp* error: unexpected argument...

#224 Issue Sort is displayed with respect to tree structure Cause Flat Layouts (iflat, flat) are created downstream of their file tree build (sorting is done during the build). Fix...

Awesome package, thank you. When running with the `--long` flag, sometimes I notice a space of 2-3 characters between the properties (`.rw-r--r--`) and username (anticipated behavior, nice output). However, upon...