Commit e0914fba authored by Antonino's avatar Antonino

Added README

parent 94541e4d
## BDIO-mode.el
`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.
- Some syntax highlight
- Eventually, extend support to other bdio tools
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment