Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trizen/fbmenugen
Fluxbox menu generator (with support for icons)
https://github.com/trizen/fbmenugen
fluxbox menu-generator perl
Last synced: 3 months ago
JSON representation
Fluxbox menu generator (with support for icons)
- Host: GitHub
- URL: https://github.com/trizen/fbmenugen
- Owner: trizen
- License: gpl-3.0
- Created: 2015-06-17T11:02:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T11:36:39.000Z (over 1 year ago)
- Last Synced: 2023-10-17T14:09:33.237Z (over 1 year ago)
- Topics: fluxbox, menu-generator, perl
- Language: Perl
- Homepage: https://trizenx.blogspot.com/2012/02/fbmenugen.html
- Size: 81.1 KB
- Stars: 16
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fbmenugen
================Fluxbox menu generator (with support for icons)
![fbmenugen](https://3.bp.blogspot.com/-bXRWyjzBJ2Y/WfE0MkJ4aqI/AAAAAAAAnPs/RlgQ1NzEABsMaGu4_NuVFGRE7LX6Cc3fwCLcBGAs/s1600/fbmenugen.png)
----
```
usage: fbmenugen [options]menu:
-g : generate a new menu
-i : include icons
-p : pipe menu (prints to STDOUT)misc:
-u : update the config file
-d : regenerate the cache file
-S : absolute path to the schema.pl file
-C : absolute path to the config.pl file
-o : menu file (default: ~/.fluxbox/menu)info:
-h : print this message and exit
-v : print version and exitexample:
fbmenugen -g -i # generates a menu with icons=> Config file: ~/.config/fbmenugen/config.pl
=> Schema file: ~/.config/fbmenugen/schema.pl
```----
Installation: [INSTALL.md](INSTALL.md)