aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo11
1 files changed, 10 insertions, 1 deletions
diff --git a/todo b/todo
index 02cbef1..773f365 100644
--- a/todo
+++ b/todo
@@ -1 +1,10 @@
-sorting and filtering should work on StandaloneCardContainer, not Cardbase. \ No newline at end of file
+"Callow Jushi",
+"Coerced Confession",
+"Khalni Hydra",
+"Nightmare",
+"Shivan Dragon",
+"Disrupting Shoal",
+"Sorin Markov",
+"Ugin's Construct",
+
+cat test/testcards.json | sed -e "s/,/,\n/g" | awk '/cmc/ { r = gensub(/.+?\":\"(.+?)\".+/, "\"\\1\",", "g"); print r }' \ No newline at end of file