Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filiph/cli_menu
A simple menu (picker) that works on the command line.
https://github.com/filiph/cli_menu
Last synced: 6 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T15:13:59.000Z (about 1 year ago)
- Last Synced: 2024-12-30T05:35:37.347Z (8 days ago)
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/cli_menu
- Size: 77.1 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cli_menu
![Screencast of cli_menu in action](https://raw.githubusercontent.com/filiph/cli_menu/master/example/mac_screencast.gif)
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