Runner 1.0
==========
written by Ralf Hoffmann

Runner is published under the GNU General Public License V2 or
later. The license should be a part of this archive. The author is not
responsible for any error or damage that occurs by using this program.

For details read COPYING

What it is:
===========

Runner is a launch menu for X Window System. It is meant to start fast
and give access to often used programs but also run any command. It's
also optimized for keyboard usage.

Features:
=========

 - configurable list of programs
 - integrated dialog to run an arbitrary command including arguments
 - unlimited command history
 - completion for programs in history file and PATH variable
 - keyboard support in popup menu for fast access with type ahead filtering

Requirements:
=============

 - a POSIX compatible system and a C++11 compiler (GNU C++ 4.4 or later recommended)
 - X Window System

Compile & Install:
==================

Basically it's just

# ./configure && make && make install

but see INSTALL for more instructions.

Configuration:
==============

The list of commands listed in the popup menu can be configured by
editing the file $HOME/.runner/program_list. An example file can be
found in examples/.

The format is:
name=<name of the program shown in the menu>
program=<command to execute>
name=...

Any number of these entries can be added.

Homepage:
=========

http://www.boomerangsworld.de/cms/tools/runner

Contact:
========
Ralf Hoffmann <ralf@boomerangsworld.de>
