summaryrefslogtreecommitdiffstats
path: root/formats/command.py
Commit message (Expand)AuthorAgeFilesLines
* formats/command: _escape: be more smart about what & howJan Pokorný2015-12-171-4/+9
* formats/command[separated]: generalize option + X args w/ magic_splitJan Pokorný2015-12-171-5/+8
* formats/command[separated]: option + 1 arg as a general assumptionJan Pokorný2015-12-171-4/+8
* formats/command: fix issue 'a=b' coercing to "separated"Jan Pokorný2015-12-171-3/+2
* formats/command: need to preserve quotation infoJan Pokorný2015-07-021-0/+24
* filters/cmd-wrap: new filter (promoting command format)Jan Pokorný2015-07-021-0/+95
* formats/command: move to ext-plugins/lib-general/formatsJan Pokorný2015-01-091-85/+0
* formats/command: "dict" protocol backed by OrderedDictJan Pokorný2014-11-241-1/+13
* formats/command: plug "dict" protocol inJan Pokorný2014-11-141-0/+20
* formats/command: bytestring->merged: normalize: -a=b -> -a, bJan Pokorný2014-11-141-2/+10
* formats/command: turn condition test O(n) to O(1)Jan Pokorný2014-11-141-1/+1
* formats/command: use "chained" facility as a DRY measureJan Pokorný2014-11-141-7/+2
* format: make passing protocol/protodecl optionalJan Pokorný2014-11-141-3/+3
* formats/command: parsing/linearizing a command + testsJan Pokorný2014-11-141-0/+50