https://github.com/hymkor/gosenzo
Trace process's parents
https://github.com/hymkor/gosenzo
Last synced: 24 days ago
JSON representation
Trace process's parents
- Host: GitHub
- URL: https://github.com/hymkor/gosenzo
- Owner: hymkor
- License: mit
- Created: 2020-08-24T13:18:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T05:12:30.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:50:58.456Z (3 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gosenzo
=======Print process's parents
```
$ gosenzo.exe nyagos
9056 nyagos.exe
`-5784 explorer.exe
`-664810952 nyagos.exe
`-5784 explorer.exe
`-6648
```Install
-------Download the binary package from [Releases](https://github.com/hymkor/gosenzo/releases) and extract the executable.
### for scoop-installer
```
scoop install https://raw.githubusercontent.com/hymkor/gosenzo/master/gosenzo.json
```or
```
scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install gosenzo
```