turnidge / commandline

A library for building command line interfaces in Dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A library for building command line interfaces in Dart.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%