-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow printing of generatedExcludelist #46
Comments
Thanks, I addressed this in the C rewrite, see https://github.com/haampie/libtree-in-c (soon to be moved to this repo). Typically when libc / stdc++ / gcc_s type of libs are hidden, output fits to the screen, this is what I care about. libtree 2.0.0 hides many more libraries, which I now think is a mistake. The reason for this is that the list was originally taken from what AppImage people use when bundling Qt applications. Currently the line count of ldd is typically inbetween Finally, the C rewrite has one more level of verbosity already, and also prints the exclude list:
|
FWIW I find it cool to see the whole tree:
Might be an opportunity to also hide the collapsed as well. |
First off, love the tool and it's simplicity.
I am trying to compare the tool to ldd and I find the secret exclusion of "generatedExcludelist" to be confusing.
There does not seem to be an optional to also include them by default.
vs
The text was updated successfully, but these errors were encountered: