* no f string to be compatible with python 2.7 * (python 2.6 still not compatible anymore since v1.0.19)
1.0.20
* ps output parsing refactoring * manage multiple ps fields output with `-O` option (`-O %cpu,state,stime...`) * `-W` as first argument will launch `watch` utility with pgtree options to follow process tree
1.0.19
* display hierarchy for pid 0 (containter/kernel_threads) * -1 option to remove pid 0 hierarchy
1.0.18
* use bash shebang to determine to use python/python3/python2 executable
1.0.17
* regression fix. default to color no when no tty.