flow-cmd 0.1.0

Command prefixing for continuous workflow using a single tool
flow-cmd-0.1.0 is not a library.

flow

Command prefixing for continuous workflow using a single tool.

Install

cargo install flow

Usage

Start with a prefix:

flow git

Then run commands without repeating the prefix:

$ git> status
$ git> log --oneline

Prefix management:

  • +add adds to the prefix.
  • - or -N drops elements from the end.
  • !commit replaces the last element.
  • :ls -la runs a shell command without the prefix.
  • :q / :exit or Ctrl-D exits.

History is stored in ~/.flow_history.

License

MIT