keimeno

Version, currently 0.2.02 versions

github.com/robacarp/keimeno

A lightweight text user interface library in Crystal

17 stars
0 dependents
License: MIT

Nothing has been indexed for 0.2.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.

Installation

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

Then run:

shards install

shard.yml

No shard.yml has been indexed for 0.2.0. You can read it on the repository.

Dependencies

Unknown: the shard.yml for this version has not been read yet.

README

This README is the one indexed from the repository at its latest ref, not from the tag for this version.

# κείμενο - "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)