Metadata-Version: 2.1
Name: keel
Version: 0.1
Summary: Kill proccesses effectively and easily
Home-page: https://github.com/modelorona/keel
Author: Anguel Hristozov
Author-email: angel.hristozov@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console :: Curses
Classifier: Natural Language :: English
Description-Content-Type: text/markdown

# keel

keel is a program written in Python 3 and uses ncurses to display to the user a list of
processes and their respective PIDs.

The user can easily kill the highlighted process by pressing the enter key.

This was spawned from a cyber defense hackathon in the University of Glasgow. My team
had to defend our servers and we had one terminal window open to see all open connections
and another one simply for killing. With this, we combined it into one window.

The program has/will have a way to switch the processes based on which user owns them
and will show either connections (tcp, udp, etc) as well as regular system processes.

Follow the [Github](https://github.com/modelorona/keel) link for more updates!


## Important
The program is not fully ready. At the moment, it is under development and not everything
will work.


