urbas/bud

Interactive mode

Closed this issue · 4 comments

urbas commented

Bud should have an interactive mode so that we can evaluate commands without having to restart Bud.

The interactive mode should also support code completion.

urbas commented

This feature is under development in this branch.

urbas commented

The first iteration of interactive mode has been merged. It supports:

  • completion of tasks and configurations (no macros yet)
  • evaluation of tasks and configurations only (no macros yet).

Next step: support for macros with command line parameters.

urbas commented

The above pull request adds support for macros and CLI history.

urbas commented

I think this covers the interactive mode for the moment. I'll close this ticket. Any bugs or further feature requests should go into new tickets.