Navigation Menu

Skip to content
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

--tree output with keyword filter won't show children of matched processes #181

Closed
lilyball opened this issue Sep 3, 2021 · 1 comment
Closed

Comments

@lilyball
Copy link

lilyball commented Sep 3, 2021

pstree is really handy in that it shows tree output where I can search for a parent and see all its children. procs doesn't support this, because it only shows matching processes even with tree output. There really should be a way with --tree to show matching processes and their children, such that I can e.g. run procs --tree-children fish to see all children of my shell.

@dalance
Copy link
Owner

dalance commented Oct 19, 2021

Thank you for you suggestion. I added it.
Now procs shows parent and children processes by default.
You can adjust the behaviour by show_parent_in_tree, show_children_in_tree option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants