Thanks to visit codestin.com
Credit goes to github.com

Skip to content

simoncpp/cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli

A cross-platform header only C++14 library for interactive command line interfaces (Cisco style)

Features

  • Header only
  • Cross-platform (linux and windows)
  • Menus and submenus
  • Remote sessions (telnet)
  • History (navigation with arrow keys)
  • Autocompletion (with TAB key)
  • Async interface
  • Colors

Dependencies

The library depends on boost asio (to provide telnet server)

Contacts

You can use issues in the github project at http://github.com/daniele77/cli or contact me via twitter at @DPallastrelli

About

A library for interactive command line interfaces in modern C++

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.3%
  • CMake 3.6%
  • Makefile 1.1%