https://github.com/filiph/cli_menu
A simple menu (picker) that works on the command line.
https://github.com/filiph/cli_menu
Last synced: 3 months ago
JSON representation
A simple menu (picker) that works on the command line.
- Host: GitHub
- URL: https://github.com/filiph/cli_menu
- Owner: filiph
- License: bsd-3-clause
- Created: 2018-02-06T07:32:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T15:13:59.000Z (over 1 year ago)
- Last Synced: 2025-04-13T18:18:50.510Z (3 months ago)
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/cli_menu
- Size: 77.1 KB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cli_menu

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][tracker].
[tracker]: https://github.com/filiph/cli_menu/issues