Add commands TODO
[tt.git] / tt
diff --git a/tt b/tt
index 81dd1a8..48ae477 100755 (executable)
--- a/tt
+++ b/tt
 ; TODO concurrency
 ; TODO console logger colors by level ('error)
 ; TODO file logger ('debug)
+; TODO commands:
+; - r | read
+;   - see timeline ops above
+; - w | write
+;   - nick expand to URI
+; - q | query
+;   - see timeline ops above
+;   - see hashtag and channels above
 
 #lang racket
 
            (str->lines payload)]
          [feeds
            (map (λ (line)
+                   ; TODO validation
                    (define toks (string-split line))
                    (feed
                      [list-ref toks 0]
This page took 0.02308 seconds and 4 git commands to generate.