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.
`erd -y iflat --sort size --dirs-only` does not appear to sort the dirs properly. My guess is that it's sorting the non-dirs, `-y iflat` output first and then applying the...
Might features similar to `du`'s `-s`, `-h`, `-B`, `-m` be available, now or in the future? These `du` features are remarkably valuable to me. Could be pretty neato to include...
I want to be able to display entrie and override their hide rules For example i have the following folder ``` project ├─ .another_hidden_subfolder ├─ .hidden_subfolder └─...
is there a feasible way to do this? maybe it makes no sense, if displaying file size. but if i'm using this as an `ls` substitute, it feels weird for...
As a user, I would like to be able to install the erdtree CLI application using the curl command. This would allow me to easily download and install the application...
Now that winget is the official package manager for Windows, it would be useful to use winget since it's already pre-installed for Windows machines.
I'm a simple man. I like pretty colors and file icons. So I installed this to replace tree and exa. I put up an alias to run `et -i -I...
This replaces dirs-first with a dir-order option, for ordering directory nodes in branch arms before or after other inodes. It makes some simplifications to how comparators are generated and applied...
If I specify the level to be 1, I don't want erdtree to be indexing the subfiles in the folders. It should only index the files/folders that are in the...
I'm looking for "big items" in a folder. I want to find any folders/subfolders that sum to at least one 1GB, and any items themselves that are 1GB in size....