gsmenu: A visual generic menu

[ bsd3, program, tools ] [ Propose Tags ]

Grid-oriented element selection inspired by XMonadContrib's GridSelect.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1
Dependencies base (>=4 && <5), containers, mtl, parsec (>=3 && <4), permute, sindre (>=0.2), text, X11 (>=1.5.0.0 && <1.6) [details]
License BSD-3-Clause
Author Troels Henriksen
Maintainer athas@sigkill.dk
Category Tools
Home page http://sigkill.dk/programs/gsmenu
Source repo head: git clone git@github.com:Athas/gsmenu.git
Uploaded by TroelsHenriksen at 2011-12-14T22:02:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables gsmenu
Downloads 4496 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-26 [all 9 reports]

Readme for gsmenu-3.0

[back to package description]
`gsmenu` - a generic visual menu
================================

`gsmenu` is a program that reads a list of entries from standard input
(one per line) and provides a visual, grid-based interface from which
the user can select one, with either mouse or keyboard.  The manual
page contains full documentation.

Installation
------------

Assuming a working Cabal install, just do 'cabal install'.  Any
missing dependencies will automatically be downloaded and installed.
You may have to perform a 'cabal update' first to ensure that your
package list is up to date.

Inspiration
-----------

This program is mostly a port of the GridSelect contrib for XMonad by
Clemens Fruhwirth.

Bugs
----

Please report any found bugs to the maintainer at <athas@sigkill.dk>.