<feed xmlns='http://www.w3.org/2005/Atom'>
<title>json-rpc-shell, branch v1.0.0</title>
<subtitle>A shell for JSON-RPC 2.0</subtitle>
<id>http://cgit.janouch.name/json-rpc-shell/atom?h=v1.0.0</id>
<link rel='self' href='http://cgit.janouch.name/json-rpc-shell/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/'/>
<updated>2020-09-05T18:42:02Z</updated>
<entry>
<title>Make a release, create NEWS</title>
<updated>2020-09-05T18:42:02Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-05T18:39:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=710f5f197fda31101e21bc349d6db0eb985b3bae'/>
<id>urn:sha1:710f5f197fda31101e21bc349d6db0eb985b3bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Streamline the manual page a bit</title>
<updated>2020-09-05T04:34:00Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-05T04:31:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=ba68585d1462148989627fcd6d4a1a99c98a4f70'/>
<id>urn:sha1:ba68585d1462148989627fcd6d4a1a99c98a4f70</id>
<content type='text'>
I have consulted `man 7 man-pages` but overall it's a huge mess.
</content>
</entry>
<entry>
<title>Use saner defaults</title>
<updated>2020-09-05T04:07:45Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-05T04:00:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=984e5b4e7fc4e433008b32883ec6447e5c49bc29'/>
<id>urn:sha1:984e5b4e7fc4e433008b32883ec6447e5c49bc29</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Improve AsciiDoc compatibility</title>
<updated>2020-09-05T02:36:43Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-05T02:30:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=d57a8bd3c7be5fdf3282d6d45c8dea1d50f3fac1'/>
<id>urn:sha1:d57a8bd3c7be5fdf3282d6d45c8dea1d50f3fac1</id>
<content type='text'>
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...
</content>
</entry>
<entry>
<title>Write a nice new man page in AsciiDoc</title>
<updated>2020-09-05T01:51:36Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-04T21:33:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=2962a644da2faef651e5878090f2357e4f0fd13b'/>
<id>urn:sha1:2962a644da2faef651e5878090f2357e4f0fd13b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Move "connecting..." messages to the debug mode</title>
<updated>2020-09-05T01:50:14Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-05T01:49:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=6f5ef30293c3a31d86e2ba6bec7ae0d8ef9cafc8'/>
<id>urn:sha1:6f5ef30293c3a31d86e2ba6bec7ae0d8ef9cafc8</id>
<content type='text'>
So that the --verbose option does only one thing.
</content>
</entry>
<entry>
<title>Fix libedit a bit more and discourage from using it</title>
<updated>2020-09-01T23:08:09Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-01T23:07:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=b7b1198be76e46c6e151a4092ba101c9c0a33693'/>
<id>urn:sha1:b7b1198be76e46c6e151a4092ba101c9c0a33693</id>
<content type='text'>
</content>
</entry>
<entry>
<title>json-rpc-test-server: add a "date" method</title>
<updated>2020-09-01T21:41:20Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-01T21:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=633f7007d1e9cf6492560ed4e644f6c4d92747f8'/>
<id>urn:sha1:633f7007d1e9cf6492560ed4e644f6c4d92747f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2020-09-01T19:03:53Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-01T19:03:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=f4d178b3f6f917b8ff19234498e824277b5163e3'/>
<id>urn:sha1:f4d178b3f6f917b8ff19234498e824277b5163e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>json-rpc-test-server: reject non-null params in "ping"</title>
<updated>2020-09-01T18:56:03Z</updated>
<author>
<name>Přemysl Eric Janouch</name>
<email>p@janouch.name</email>
</author>
<published>2020-09-01T18:56:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.janouch.name/json-rpc-shell/commit/?id=ee5317f86520392dc8723fd808855930c41f5302'/>
<id>urn:sha1:ee5317f86520392dc8723fd808855930c41f5302</id>
<content type='text'>
</content>
</entry>
</feed>
