`bdio-mode.el` introduce a Emacs major mode to display bdio files generated according to the [BDIO format](http://www.bdio.org/).
It work by calling `lsbdio` ([here](https://github.com/to-ko/bdio.git)) on the bdio file and displaying the results.
When the cursor is on a record, pressing `TAB` will show the content in that record. Re-pressing it will hide it.
## Wishlist
- As of now, it requires that `lsbdio` is in `PATH`, if it cannot find `lsbdio`, `bdio-mode` cannot not work. I plan to add some logic such that, if `lsbdio` is not found, the user is asked whether to install it automatically and, if so, it download and install `lsbdio` automatically
- Add support to display bdio file on remote machines.