Add commands TODO
[tt.git] / tt
diff --git a/tt b/tt
index 8b66a2e..48ae477 100755 (executable)
--- a/tt
+++ b/tt
 ; TODO filter on mentions
 ; TODO highlight hashtags
 ; TODO filter on hashtags
+; TODO hashtags as channels? initial hashtag special?
 ; TODO query language
 ; TODO concurrency
-; TODO log colors by level
+; 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.024942 seconds and 4 git commands to generate.