/commandline

A library for building command line interfaces in Dart.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

A library for building command line interfaces in Dart.

Some highlights:

  • Line editing (^A, ^E, ^F, ^B, ^K, left/right arrows, etc.)
  • History (up/down arrows)
  • Tab completion
  • Hotkeys
  • Help system

Falls back to a dumb terminal mode when the terminal doesn't support the fancy stuff.