Skip to content

davatorium/rofi-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rofi Top - interactive process viewer

A plugin for rofi that emulates top behaviour.

To run this you need an up to date checkout of rofi git installed.

Run rofi like:

    rofi -show top -modi top 

Screenshot

rofi top

Keybindings

The following keybindings change sorting:

Keybinding Sort item
custom-1 Memory
custom-2 Pid
custom-3 CPU Time
custom-4 Name
custom-5 CPU Percentage

Repeatingly selecting the entry will change sort order.

The current setting is not stored between consecutive runs.

Compilation

Dependencies

Dependency Version
libgtop 2.34
rofi 1.4

Installation

Rofi-top uses autotools as build system. If installing from git, the following steps should install it:

$ autoreconf -i
$ mkdir build
$ cd build/
$ ../configure
$ make
$ make install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published