blob: 7674577fdb4f36ec21d1edd47e1300ccf4aafc1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
TODO
====
This is a loose list of what to do. Maybe for the next releae or maybe for a later one.
[x] Finalize default color schema
[x] Use a buffered string builder for brushing the colors in the client.
[x] Extended color table output (print whole paragraphs in colors)
[x] Have different color conf sections (by REMOTE, CLIENT, SERVER)
[x] Paint ^CLIENT messages (e.g. use yellow backgrounds here)
[x] Paint ^SERVER messages (e.g. use cyan backgrounds here)
[x] Adjust dmap with color schemas
[x] Auto limit stdout map output to 10 results.
[ ] Fix JSONSchema for the colors
[?] Client 4.x should print a warning when trying to connect to a 3.x server.
[ ] Update docs for color configuration
[ ] Update animated gifs
[x] Fix dmap so that it always reads to the end of file
[ ] Add more default fields to the default MAPREDUCE format.
[x] By default connect to localhost
[x] Can use additional args as file lists
[ ] Document the two things above
[x] Implement spartan mode
[x] Make sure that diff is the same (plain file fs dcatted-file) in spartan mode
[ ] document spartan mode
[ ] Default client log dir is ~/log not ./log
[ ] Make sure dmap results aren't in color in local log file
|