https://github.com/andrefs/dirmenu
Directory-based command-line menu
https://github.com/andrefs/dirmenu
Last synced: over 1 year ago
JSON representation
Directory-based command-line menu
- Host: GitHub
- URL: https://github.com/andrefs/dirmenu
- Owner: andrefs
- Created: 2011-08-16T16:51:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-19T15:17:47.000Z (over 14 years ago)
- Last Synced: 2025-01-08T21:41:17.201Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a bash application which builds a menu based solely on a given directory's structure and some configuration files.
(a more complete description is on the way)
INSTALL
You want to install dirmenu? Run the following command and it will
install itself for you (utils-menu will be installed in /opt/dirmenu)
curl -L http://goo.gl/rRBCN | sudo bash
If you want to install dirmenu in a different directory, it's easy!
For example, to install dirmenu at ~/.dirmenu, just run:
curl -L http://goo.gl/rRBCN | sudo GBINSTALLDIR=~/.dirmenu bash
For more details about this program, visit http://github.com/andrefs/dirmenu