shithub: mq

Download patch

ref: c0e366da89dc3f04530557b789a5f58cb1844796
parent: 4e663b30ce677bb6ab868d83d5ac34ab094c7e3b
author: kvik <kvik@a-b.xyz>
date: Thu Sep 3 09:29:34 EDT 2020

add TODO.md

--- /dev/null
+++ b/TODO.md
@@ -1,0 +1,23 @@
+TODO
+====
+
+* README
+* Manual pages
+* Implement Twstat
+* Configuration management
+	* Options: group permission checking, config freeze
+* History management
+	* manual truncate
+	* hard limit
+* Partial reads (count less than corresponding write)
+* Oversized writes (count greater than smallest reader iounit)
+* Byte-stream read mode
+	* Seek
+	* Coalesced history replay
+* Concurrent readers on the same fid
+	* Options: all get the same data (current), each gets unique data
+* Re-design attach(1)
+	* nice interface
+	* note handling
+	* ignore stdin replay in current shell
+	* (?) meta-commands a là hubshell(1)