diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 13:33:59 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 13:36:35 +0200 |
commit | dfe814316f10fa453396bc05f6e633f3fd5e55a4 (patch) | |
tree | 82165c124268b166e195810dcd7d35fb529eba40 /README.adoc | |
parent | efc663a1781d78e462c498a1b345833835b033fa (diff) | |
download | json-rpc-shell-dfe814316f10fa453396bc05f6e633f3fd5e55a4.tar.gz json-rpc-shell-dfe814316f10fa453396bc05f6e633f3fd5e55a4.tar.xz json-rpc-shell-dfe814316f10fa453396bc05f6e633f3fd5e55a4.zip |
This software is no longer simple
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/README.adoc b/README.adoc index fc4db76..d0f6d7f 100644 --- a/README.adoc +++ b/README.adoc @@ -2,15 +2,16 @@ json-rpc-shell ============== :compact-option: -'json-rpc-shell' is a simple shell for running JSON-RPC 2.0 queries. +'json-rpc-shell' is a shell for running JSON-RPC 2.0 queries. -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 +This software was originally created as a replacement for +http://software.dzhuvinov.com/json-rpc-2.0-shell.html[a different one] made by +Vladimir Dzhuvinov, in order to avoid Java, but has evolved since. Features -------- -In addition to most of the features provided by Vladimir Dzhuvinov's shell -you get the following niceties: +In addition to most of the features provided by its predecessor, you will get +the following niceties: - configurable JSON syntax highlight, which with prettyprinting turned on helps you make sense of the results significantly @@ -18,7 +19,7 @@ you get the following niceties: results in your favourite editor or redirect them to a file - ability to edit the input line in your favourite editor as well with Alt+E - WebSocket (RFC 6455) can also be used as a transport rather than HTTP - - support for method name tab completion using OpenRPC discovery + - support for method name tab completion using OpenRPC discovery or file input Documentation ------------- |