aboutsummaryrefslogtreecommitdiff
path: root/json-rpc-shell.adoc
Commit message (Collapse)AuthorAgeFilesLines
* Improve link detection suppression in man pagePřemysl Eric Janouch2022-09-301-1/+2
|
* Fix libedit history behaviourPřemysl Eric Janouch2022-09-041-2/+1
|
* json-rpc-shell.adoc: minor improvementsPřemysl Eric Janouch2020-10-301-0/+8
| | | | Documented envvars and added a note about XDG paths.
* Add a backend for co-processesPřemysl Eric Janouch2020-10-141-1/+6
| | | | | | | | | Targets language servers. In this first stage, we don't need to support bi-directionality, although it's a requirement for finishing this task. Updates #4
* This software is no longer simplePřemysl Eric Janouch2020-10-141-1/+1
|
* json-rpc-shell.adoc: document the M-Enter bindingPřemysl Eric Janouch2020-10-141-1/+1
|
* WebSockets -> WebSocketPřemysl Eric Janouch2020-10-141-2/+2
| | | | | This is the correct name of the protocol, usage of the word "WebSockets" should be limited.
* Support reading OpenRPC documents from a filePřemysl Eric Janouch2020-10-131-2/+2
| | | | Bump liberty, it generated incorrect help messages.
* Document OpenRPC tab completion supportPřemysl Eric Janouch2020-10-131-0/+4
| | | | | | | | Now that it's functional in both frontends, we can flaunt it. I still don't want to make it the default. Closes #1
* json-rpc-shell.adoc: update WebSocket notesPřemysl Eric Janouch2020-10-101-2/+1
| | | | | https://github.com/open-rpc/client-js also uses WebSockets, although they don't seem to support notifications (in general).
* Streamline the manual page a bitPřemysl Eric Janouch2020-09-051-11/+11
| | | | I have consulted `man 7 man-pages` but overall it's a huge mess.
* Use saner defaultsPřemysl Eric Janouch2020-09-051-19/+22
| | | | | | | | So that most of the time users won't need to use any switches. --pretty-print has been inverted into jq's --compact-output, and --auto-id has been replaced with barely, if-at-all useful --null-as-id.
* Improve AsciiDoc compatibilityPřemysl Eric Janouch2020-09-051-25/+19
| | | | | | | | | | | | | I need two renderers to work: hswg/libasciidoc and asciidoctor in man page mode (and ideally in HTML as well). That should be covered now. The triple-plus thing was the first thing that showed good results, after trying backslashes, single-plus quoting and [] after ://. The change of the source code block kind could be considered as unification. I'm combining tabs with spaces within one document though, and I should get rid of the tabs in the rest of it then...
* Write a nice new man page in AsciiDocPřemysl Eric Janouch2020-09-051-0/+183
Taking some preliminary steps for inclusion in Linux distributions. The help message has been slightly improved and the README extended, with part of it now residing in the man page. One less GNU dependency, for what it's worth.