diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-01-21 09:44:39 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-01-21 09:44:39 +0100 |
commit | ed1bb2c5beec8fd9f099cf6f3fa87ad5dbad8016 (patch) | |
tree | c98e7ecc525ff3dc56b9a7385ee50a5aca245ef5 | |
parent | 46b926d9e51be5dd6f9c57d834f50706a49e7e62 (diff) | |
download | json-rpc-shell-ed1bb2c5beec8fd9f099cf6f3fa87ad5dbad8016.tar.gz json-rpc-shell-ed1bb2c5beec8fd9f099cf6f3fa87ad5dbad8016.tar.xz json-rpc-shell-ed1bb2c5beec8fd9f099cf6f3fa87ad5dbad8016.zip |
Update README
-rw-r--r-- | README.adoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index dcf8128..546e783 100644 --- a/README.adoc +++ b/README.adoc @@ -7,6 +7,16 @@ json-rpc-shell This software has been created as a replacement for the following shell, which is written in Java: http://software.dzhuvinov.com/json-rpc-2.0-shell.html +Features +-------- +In addition to most of the features provided by Vladimir Dzhuvinov's shell +you get the following niceties: + + - configurable JSON syntax highlight, which with prettyprinting turned on + helps you make sense of the results significantly + - ability to pipe output through a shell command, so that you can view the + results in your favourite editor or redirect them to a file + Supported transports -------------------- - HTTP |