summaryrefslogtreecommitdiff
path: root/cliff/formatters
Commit message (Expand)AuthorAgeFilesLines
* requirements: Uncap PrettyTablewallaby-em3.7.0Stephen Finucane2021-02-111-10/+3
* Remove unicode from codexuanyandong2021-01-281-1/+1
* Remove sixxuanyandong2020-10-295-40/+13
* Missing carriage return in some cases, using -f jsonYossi Ovadia2019-01-231-0/+1
* Fix codec error when format=csvJohn Dennis2017-10-021-5/+18
* add --fit-width option to table formatterDoug Hellmann2017-07-051-3/+17
* Add newline if the output formatter is jsonshizhihui2016-11-151-0/+1
* Add print_empty parameterRuslan Aliev2016-11-211-9/+20
* Replace dashes and colons when using bash formatterSteve Martinelli2016-11-091-0/+6
* Add Apache 2.0 license to source fileCao Xuan Hoang2016-10-107-0/+84
* Clean imports in codeCao Xuan Hoang2016-09-205-11/+10
* add formattable columns conceptDoug Hellmann2016-06-237-15/+79
* Update --max-width helpMatthew Edmonds2016-05-261-1/+1
* Add CLIFF_MAX_TERM_WIDTH envvar to complement --max-widthVincent Legoll2016-05-081-2/+5
* Fix prettytable.PrettyTable().max_width wrong usageVincent Legoll2016-05-071-7/+6
* handle empty list in table formatterDoug Hellmann2016-02-111-2/+5
* Fix pep8 failureKen'ichi Ohmichi2016-01-131-3/+4
* Resize columns to fit screen widthSteve Baker2015-11-171-6/+93
* only use unicodecsv for python 2.xDoug Hellmann2015-09-231-1/+5
* Merge "Implement a json formatter in cliff"1.15.0Jenkins2015-09-081-0/+30
|\
| * Implement a json formatter in cliffSteve Baker2015-08-181-0/+30
* | Merge "Replace '\r' with ' ' for prettytable"Jenkins2015-08-181-0/+6
|\ \ | |/ |/|
| * Replace '\r' with ' ' for prettytableliyingjun2015-08-181-0/+6
* | Implement a yaml formatter in cliffSteve Baker2015-08-181-0/+23
* | Fix encoding issue with the default python csv outputgcmalloc2015-07-301-1/+1
|/
* Add value format for list commandTerryHowe2015-05-261-1/+9
* Merge "CSV formatter should use system-dependent line ending"Jenkins2014-06-161-0/+2
|\
| * CSV formatter should use system-dependent line endingIlya Shakhat2014-06-111-0/+2
* | Merge "The --variable option to shell format is redundant"Jenkins2014-06-121-1/+2
|\ \
| * | The --variable option to shell format is redundantTerry Howe2014-05-231-1/+2
| |/
* | Use six.add_metaclass instead of __metaclass__Christian Berendt2014-06-031-3/+5
|/
* Fix a bug in ShellFormatter's escaping of double quotes in strings.Ryan Petrello2014-04-031-2/+5
* Merge "Add max-width support for table formatter"1.6.0Jenkins2014-03-281-1/+12
|\
| * Add max-width support for table formatterQiu Yu2014-03-241-1/+12
* | Add value only output formattterTerry Howe2014-03-171-0/+15
|/
* Escape double quotes in shell formatterClint Byrum2014-02-031-1/+2
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-121-1/+4
* Restore compatibility with Prettytable < 0.7.2Dirk Mueller2013-05-021-2/+3
* use flake8 for style checksDoug Hellmann2013-03-163-6/+6
* Remove tablib formatters from coreDoug Hellmann2012-07-311-49/+0
* pep8 cleanupDoug Hellmann2012-06-012-2/+4
* Adding new line to tablib formattersMatt Joyce2012-05-301-0/+2
* fix yaml, html, and json show formattersDoug Hellmann2012-05-061-3/+3
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-061-3/+1
* add yaml, json, and html formattersDoug Hellmann2012-05-061-0/+47
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-061-13/+2
* changes in the prettytable API rolled into the python 3 support updateDoug Hellmann2012-05-041-6/+6
* python 3.2 does not have a unicode type so ignore the error if it is missingDoug Hellmann2012-05-041-1/+4
* refactor ShowOne and Lister to share a common base classDoug Hellmann2012-04-291-4/+2
* add --prefix option for shell formatter; add docs for shell formatterDoug Hellmann2012-04-281-1/+8