filiph / cli_menu

A simple menu (picker) that works on the command line.

Home Page:https://pub.dartlang.org/packages/cli_menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli_menu

Screencast of cli_menu in action

A library for adding simple menus to console (CLI) apps. It displays a list of options and then allows the user to make a selection using the up and down arrows on the keyboard (when ANSI is available), or by typing a number as a prompt.

This library is conservative - it favors compatibility over fancy ANSI features and Unicode glyphs.

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A simple menu (picker) that works on the command line.

https://pub.dartlang.org/packages/cli_menu

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%