{"id":17874776,"url":"https://github.com/dastergon/proctree","last_synced_at":"2025-07-27T23:36:43.225Z","repository":{"id":57520022,"uuid":"123485119","full_name":"dastergon/proctree","owner":"dastergon","description":"A tool to display a tree of running processes","archived":false,"fork":false,"pushed_at":"2018-03-03T14:02:24.000Z","size":4,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T03:23:11.851Z","etag":null,"topics":["darwin","golang","linux","operating-system"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dastergon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-01T19:54:06.000Z","updated_at":"2024-12-02T09:27:06.000Z","dependencies_parsed_at":"2022-09-05T11:30:13.815Z","dependency_job_id":null,"html_url":"https://github.com/dastergon/proctree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fproctree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fproctree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fproctree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fproctree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dastergon","download_url":"https://codeload.github.com/dastergon/proctree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250513590,"owners_count":21443202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["darwin","golang","linux","operating-system"],"created_at":"2024-10-28T11:11:23.297Z","updated_at":"2025-04-23T20:47:27.544Z","avatar_url":"https://github.com/dastergon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proctree\n\nproctree is a tool to display a tree of running processes. The tree is rooted at either pid or PID 1 if pid argument is omitted.\n\nproctree is influenced by the [pstree](www.thp.uni-duisburg.de/pstree) command line utility.\n\n## Installation\n\n    go get -u github.com/dastergon/proctree\n\n## Example\n\nTo display a process tree starting from PID 79408:\n\n    proctree 79408\n\nThe output looks like the following:\n\n```\n79408 dastergon (/Applications/iTerm.app/Contents/MacOS/iTerm2)\n└── 79412 root (/usr/bin/login)\n    └── 79413 dastergon (-zsh)\n        └── 81433 dastergon (vim)\n```\n\n## Usage\n\n```\nUsage: ./proctree [options...] [\u003cpid\u003e] (defaults to PID 1)\n  -U\tDo not show branches containing only root processes\n  -g\tShow process group ids\n  -l int\n    \tPrint tree to n level deep (default -1)\n  -p int\n    \tShow only branches containing process \u003cpid\u003e (default -1)\n  -u string\n    \tShow only branches containing process of \u003cuser\u003e\n  -version\n    \tOutputs the version of proctree.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdastergon%2Fproctree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdastergon%2Fproctree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdastergon%2Fproctree/lists"}