aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2016-08-07 22:18:55 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2016-08-07 22:18:55 +0200
commitf7fe057b745d3f0e19b5dd6bd1819b11fc89c551 (patch)
tree1d19673aa4170f91248682a21db9fbc7c3945f4e /todo
parent64c8e926d167a17865a6c3d86e48b383d413b569 (diff)
Added filtering, still not working fully
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