https://github.com/armael/menu
https://github.com/armael/menu
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/armael/menu
- Owner: Armael
- Created: 2016-09-04T10:11:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T13:51:36.000Z (about 5 years ago)
- Last Synced: 2025-01-11T19:28:10.804Z (6 months ago)
- Language: OCaml
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## menu
A dmenu-like multi-purpose menu bar, built using [dmlenu](https://github.com/the-lambda-church/dmlenu).
## Build
```
opam pin add dmlenu https://github.com/the-lambda-church/dmlenu.git
opam pin add papiers https://github.com/Armael/papiers.git
opam install cmdliner batteries lwt cohttp yojson
make
```Some dependencies could be make optional, and can be easily removed by removing
the corresponding feature in `menu.ml`:- `papiers` is only used by the corresponding plugin in `papiers.ml`
- `cohttp` and `yojson` are only needed by the twitch.tv feature, in `twitch.ml`