daniele77/cli
A library for interactive command line interfaces in modern C++ observed · 2026-08-28
Health v2 · maintenance only
49/100
- Activity 58
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3687
- days_rel: 677
- days_push: 254
- n_releases_24m: 1
Adoption not part of the score
1359 stars · 152 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A cross-platform, header-only C++14 library for building interactive command line interfaces with menus, submenus, history, and TAB autocompletion in a Cisco-style shell. It supports local and remote (telnet via asio) sessions with an async interface and colored output.
Use cases
- build an interactive shell for an embedded or network device
- add a Cisco-style command line menu to a C++ application
- expose a telnet remote console for managing a service
- implement command autocompletion and persistent history in a CLI
- create nested menus and submenus for a terminal application
When to choose
- you need an interactive, menu-driven command line in modern C++
- you want a header-only dependency with no build complexity
- you need remote telnet sessions with async I/O
- you want cross-platform support for Linux and Windows
When to avoid
- you only need simple argument parsing for one-shot commands (use a CLI arg parser instead)
- you need a full TUI with windows and widgets (use ncurses or FTXUI)
- your project is not C++ or predates C++14
Facets
library · maturity active
cli parser terminal-ui developer-tools cross-platform windows cpp cross-platform header-only interactive-cli cisco-style telnet autocompletion c++14 command-line linux macos
1 source
- readme: https://github.com/daniele77/cli · fetched 2026-08-28 · c072be360ce4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| daniele77/cli | main | 49 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem