An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

gosenzo
=======

Print process's parents

```
$ gosenzo.exe nyagos
9056 nyagos.exe
`-5784 explorer.exe
`-6648

10952 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
```