Skip to content

dmenu script for killing applications. Can be sorted by process id or CPU/Memory usage.

License

Notifications You must be signed in to change notification settings

m0rphism/haskell-dmenu-pkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-dmenu-pkill

dmenu script for killing applications. Can be sorted by process id or CPU/Memory usage.

dmenu-pkill screenshot

Runtime Dependencies: dmenu or dmenu2, and the standard linux tools ps and kill.

Installation: Either get the sources from this repository, or from hackage.

Usage:

  • dmenu-pkill [OPTIONS] [-- DMENUOPTIONS]

    Spawns a dmenu process to let the user select processes to kill with kill -9.

    All arguments, after the first -- argument, are directly passed to dmenu.

Options:

  • -cpu

    Sort processes by CPU usage as displayed with ps.

  • -mem

    Sort processes by memory usage as displayed with ps.

  • -pid

    Sort processes by process id (default).

The application is build with the dmenu Haskell bindings, which support customizing the dmenu commandline options in a configuration file.

About

dmenu script for killing applications. Can be sorted by process id or CPU/Memory usage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published