keimeno

Version, currently 0.3.02 versions

github.com/robacarp/keimeno

A lightweight text user interface library in Crystal

17 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  keimeno:
    github: robacarp/keimeno
    version: ~> 0.3.0

Then run:

shards install

shard.yml

Crystal
0.33.0
License
MIT
Author
Robert L Carpenter <robert@robacarp.com>
Targets
  • hello_world from demo/hello_world.cr
  • fuzzy_navigator from demo/fuzzy_navigator.cr

Dependencies

Development Dependencies

  • minitest~> 0.5.0github: ysbaddaden/minitest.crdev

README

# κείμενο - "keímeno" - text

[![Crystal Version](https://img.shields.io/badge/crystal-0.33-blueviolet.svg?longCache=true&style=for-the-badge)](https://crystal-lang.org/)
[![GitHub](https://img.shields.io/github/license/robacarp/mosquito.svg?style=for-the-badge)](https://tldrlegal.com/license/mit-license)

A lightweight and simple, native crystal library for text based interactive command line interfaces (TUI).

[FZF like demo](https://i.imgur.com/DiZ2QQz.gifv)

## Installation

Update your shard.yml to include keymeno

```diff
dependencies:
+  keimeno:
+    github: robacarp/keimeno
```

## Usage

See [the demos](/demo)