8000 GitHub - pondda/paneru: launcher panel in your terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pondda/paneru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paneru: launcher panel in your terminal

paneru

Who needs a desktop launcher when you can have one in your terminal?
paneru is a configurable launcher panel that runs in the terminal.
Each button/input field can run any arbitrary terminal command assigned to it!

Usage

  • Run paneru in your terminal
  • Click on a button to run the assigned command
  • Click an input field to enter arguments to the assigned command. Hit enter to run.
  • Press q to quit

Configuration

paneru uses an INI-like configuration file. The example configuration file is copied to ~/.config/paneru.conf when you run make, if it doesn't already exist.

  • Use the [panel] block to configure the grid-based slot system
  • Use the [button] block to configure buttons
  • Use the [input] block to configure input fields

Detailed explanation can be found in the example file.

Installation

Dependency: ncurses

Build & install

git clone git@github.com:pondda/paneru.git
cd paneru
make && sudo make install

Uninstall

sudo make uninstall

Licence

GNU General Public Licence, version 3 (GPL-1.0)

About

launcher panel in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0