Jonathan Turner
c7e11a5a28
bump to 0.13.0 ( #1625 )
2020-04-21 17:01:03 +12:00
Jonathan Turner
c4daa2e40f
Add experimental new parser ( #1554 )
...
Move to an experimental new parser
2020-04-06 19:16:14 +12:00
Waldir Pimenta
5ca9e12b7f
Fix whitespace and typos ( #1481 )
...
* Remove EOL whitespace in files other than docs
* Break paragraphs into lines
See http://rhodesmill.org/brandon/2012/one-sentence-per-line/ for the rationale
* Fix various typos
* Remove EOL whitespace in docs/commands/*.md
2020-03-14 06:23:41 +13:00
Jason Gedge
32dfb32741
Switch from subprocess crate to the builtin std::process ( #1284 )
...
* Switch from subprocess crate to the builtin std::process
* Update external.rs
* Update external.rs
* Update external.rs
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-01-26 16:03:21 +13:00
Shaurya Shubham
2f7b1e4282
Added improvements suggested by @andrasio
...
Added `open file.sth | to-sth` type examples
Also did a format conversion example with `open jonathon.xml | to-json` in to-json.md
2019-10-04 06:40:16 +05:30
Shaurya Shubham
539e232f3c
Added docs for most of the to-sth commands
...
Partial fix of issue #711
Docs for the following commands were added -
to-csv
to-json
to-toml
to-tsv
to-url
to-yaml
Docs for to-db , to-bson , to-sqlite have not been added as I don't recognize and understand those formats.
2019-10-03 19:07:48 +05:30