Paid Apps Gone Free - PAGF (Beta)

Gkill - Command Line Process Killer with Filters and Keyboard Navigation


Gkill is a pretty cool command line task killer for Linux.

Written in go-languange, it allows you to filter running tasks and kill them with arrow keys navigation and enter key.

Check out demo:
To install Gkill in Ubuntu, run the following commands:

sudo apt install golang-go
mkdir ~/go
echo "GOPATH=$HOME/go" >> ~/.bashrc
echo "export GOPATH" >> ~/.bashrc
echo "PATH=\$PATH:\$GOPATH/bin" >> ~/.bashrc
source ~/.bashrc
go get github.com/heppu/gkill
Now just run command "gkill" from anywhere to see running procceses. Type anything to filter out the list.

0 comments:

Follow Us !!

Follow on TwitterFollow on FacebookGet PAGF Android App on Play StoreSubscribe via emailSubscribe to RSSFollow on Google Plus