Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Usable as a command line tool and interactive shell
  • All commands are lowercase unlike API
  • Precached APIs, doc strings and params
  • Raw api execution support
  • Auto-completion via double <tab>
  • Reverse search using Ctrl+R
  • Emacs compatible keybindings
  • Pipeable output
  • Unix shell execution
  • Support to handle async jobs using user defined blocking or non-blocking way
  • Colored output

...

Code Block
> query asyncjobresult jobid=<job-id>

TODOs

0. Pre-cached grammar rules at building time (we can cheat further (smile)Unicode support
1. Bash/zsh completion (example: https://github.com/bobthecow/git-flow-completion/Image Added)
2. DocBook Documentation

About

...