Skip to content
/ pst Public
forked from skanehira/pst

TUI process monitor written in Go

License

Notifications You must be signed in to change notification settings

dvs-fork/pst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pst

This is TUI process monitor written in Go.

Installation

$ git clone https://github.com/skanehira/pst
$ cd pst
$ go install

Support OS

  • Mac
  • Linux

Usage

$ pst -h
Usage of pst:
  -log
        enable output log

# run tui
$ pst

Default, log file will generate $HOME/pst.log if it's not exist.

Keybindings

common keybinds

key description
Ctrl + c stop pst
j next entry or line
k previous entry or line
g first entry or line
G last entry or line
Tab focus next panel
Shift + Tab focus previous panel

input

key description
Enter next process

processes panel

key description
K kill select process

process tree panel

key description
K kill select process
Enter expand child process

About

TUI process monitor written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%