fui 0.7.0

Add form interface to your CLI program.
docs.rs failed to build fui-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fui-1.0.1

fui

Add form interface to your CLI program.

Note:

Use it at own risk!!

TODO:

  • select in autocomplete load values while scrolling
  • support user's history!
    • make fill-error-correct flow pleasent
  • support for piping!
  • create wrapper FileField
  • create wrapper DirField
  • ctrl+enter submits (#151)?
  • checkbox: automatic toggle on char
  • add Field.data & form on_submit returns it?
  • optimalizations
    • feeders use iterators
    • thread
  • tests
  • error handling & unwraps
  • magic stuff:
    • add magic which renders form for clap (or structopt) if args missing
    • add magic which works with current programs like: ls, grep, etc.