summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-01 12:12:53 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-01 12:12:53 -0400
commitb0addcb5a3e253ea2c94576e399d8494ac540d86 (patch)
treed7c7f7e0a269d237c87cf0bc920398ade3d0b4c2
parent3717303618a0c36e71af2cac73f862a4c9053eb4 (diff)
downloaddebug-me-b0addcb5a3e253ea2c94576e399d8494ac540d86.tar.gz
more
-rw-r--r--doc/todo/debug-me_log_to_ttyreq.mdwn2
-rw-r--r--doc/todo/pair_programming_uses_etc.mdwn3
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/debug-me_log_to_ttyreq.mdwn b/doc/todo/debug-me_log_to_ttyreq.mdwn
new file mode 100644
index 0000000..f2955a2
--- /dev/null
+++ b/doc/todo/debug-me_log_to_ttyreq.mdwn
@@ -0,0 +1,2 @@
+Build a way to convert a debug-me log file to a ttyrec format. This way
+various tools that can eg, display ttyrecs on the web can be used.
diff --git a/doc/todo/pair_programming_uses_etc.mdwn b/doc/todo/pair_programming_uses_etc.mdwn
new file mode 100644
index 0000000..a121c65
--- /dev/null
+++ b/doc/todo/pair_programming_uses_etc.mdwn
@@ -0,0 +1,3 @@
+debug-me can be useful for more than debugging. It's straightforward enough
+to use it for pair programming, probably. Investigate such uses and
+document them.