gsmenu: A visual generic menu

[ bsd3, program, tools ] [ Propose Tags ]

Standalone port of XMonadContrib's GridSelect.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
use_xft

Use Xft to render text

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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, getflag, mtl, parsec (>=3 && <4), utf8-string, X11 (>=1.5.0.0 && <1.6), X11-xft (>=0.2), X11-xshape (>=0.1.1) [details]
License BSD-3-Clause
Author Troels Henriksen
Maintainer athas@sigkill.dk
Category Tools
Home page http://sigkill.dk/programs/gsmenu
Uploaded by TroelsHenriksen at 2010-06-17T12:58:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables gsmenu
Downloads 4487 total (24 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-29 [all 7 reports]

Readme for gsmenu-2.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>.