Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smondet/tweed
Yet another bunch of experiments on top of Nottui
https://github.com/smondet/tweed
Last synced: 16 days ago
JSON representation
Yet another bunch of experiments on top of Nottui
- Host: GitHub
- URL: https://github.com/smondet/tweed
- Owner: smondet
- License: other
- Created: 2024-06-26T12:56:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-26T13:21:18.000Z (7 months ago)
- Last Synced: 2024-06-26T16:19:35.149Z (7 months ago)
- Language: OCaml
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweed: Experiments With Nottui
A few experiments on top of Nottui:
- `open Tweed.Std` for a (hopefully) cleaner API.
- Module `Modal_shortcuts` to make keyboard-based menus mixing Vim-like keys and
`dmenu`-like search.
- WIP `Debug` and `Errors` widgets.## Build
```sh
opam_switch_name=tweed51
opam switch create "$opam_switch_name" \
--formula='"ocaml-base-compiler" {>= "5.1" & < "5.2"}'
opam switch link "$opam_switch_name" .
opam install --deps-only .
```## Example
Cf. `test/basic.ml`; in a terminal:
```sh
dune exec ./test/basic.exe
```