PeteGashek / 9menu

Simple X11 menu program for running commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thu Mar 19 23:51:38 IST 2015

This is 9menu, a simple program that allows you to create X menus from the
shell, where each menu item will run a command. 9menu is intended for use
with 9wm, but can be used with any other window manager.

The idea of a command line menu generator is from xmenu, but xmenu was
exclusively a pop-up menu, not what I wanted.

The files are:

README			--- this file
9menu.1			--- man page for 9menu
9menu.c			--- source code
Imakefile		--- a contributed Imakefile,
			    from Bengt Kleberg <bengt@softwell.se>
Makefile.noimake	--- a simple makefile.

Licence
=======

  9menu is free software, and is Copyright (c) 1994 by David Hogan and
  Arnold Robbins. Permission is granted to all sentient beings to use
  this software, to make copies of it, and to distribute those copies,
  provided that:

      (1) the copyright and licence notices are left intact
      (2) the recipients are aware that it is free software
      (3) any unapproved changes in functionality are either
            (i) only distributed as patches
        or (ii) distributed as a new program which is not called 9menu
                and whose documentation gives credit where it is due
      (4) the authors are not held responsible for any defects
          or shortcomings in the software, or damages caused by it.

  There is no warranty for this software.  Have a nice day.

--
Arnold Robbins
arnold@skeeve.com

About

Simple X11 menu program for running commands


Languages

Language:Makefile 45.4%Language:C 43.8%Language:Groff 10.8%