diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-08-07 22:18:55 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-08-07 22:18:55 +0200 |
commit | f7fe057b745d3f0e19b5dd6bd1819b11fc89c551 (patch) | |
tree | 1d19673aa4170f91248682a21db9fbc7c3945f4e /todo | |
parent | 64c8e926d167a17865a6c3d86e48b383d413b569 (diff) |
Added filtering, still not working fully
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |