Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```