1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Commit Graph

1627 Commits

Author SHA1 Message Date
Praful Mathur c9eb2255f6 Added proper JSON highlighting 2012-03-05 12:58:21 -05:00
Jakub Roztocil 028d16d0ff Merge pull request #24 from faulkner/fix-packaging
Update references to moved README.
Closes #23, #24.
2012-03-05 00:04:53 -08:00
Chris Faulkner f5d4addab2 Update references to moved README. 2012-03-04 22:26:23 -08:00
Jakub Roztocil ccb2aaf94f Update README.rst 2012-03-05 02:54:34 +01:00
Jakub Roztocil 8cff0a3e67 Updated README. 2012-03-05 00:48:06 +01:00
Jakub Roztocil ce952c9e90 Added support for more 256 color terminals.
Closes #20. Thanks, @laurentb.
2012-03-04 16:40:02 +01:00
Jakub Roztocil e83e601f7c Added a link to contributors on GitHub to README. 2012-03-04 16:39:57 +01:00
Jakub Roztocil f995c61892 Merge pull request #21 from laurentb/packaging
Packaging fixes
2012-03-04 07:35:24 -08:00
Laurent Bachelier 71771dc4a6 One argument per line 2012-03-04 16:28:30 +01:00
Laurent Bachelier 1517f3d149 Include README.md in the source tarball
This should fix the IOError that occured in setup.py.
2012-03-04 16:28:30 +01:00
Jakub Roztocil d9abf7d31c Updated screenshot. 2012-03-04 15:37:04 +01:00
Jakub Roztočil c446d756ab Fixed IOError in setup.py. 0.1.6 2012-03-04 13:47:09 +01:00
Jakub Roztočil 7ca6191902 v0.1.5 0.1.5 2012-03-04 13:33:18 +01:00
Jakub Roztočil ebb271334b Corrected line breaks in the output. 2012-03-04 13:03:21 +01:00
Jakub Roztočil bd9209f77a Fixed --pretty tests. 2012-03-04 12:23:11 +01:00
Jakub Roztočil 7d629b4d94 Fixed tests II. 2012-03-04 12:02:30 +01:00
Jakub Roztočil a44ef6c443 Fixed tests. 2012-03-04 11:58:23 +01:00
Jakub Roztočil f4dde9d9b3 Updated travis config. 2012-03-04 11:54:27 +01:00
Jakub Roztočil 6d14097844 Added travis-ci configuration. 2012-03-04 11:31:37 +01:00
Jakub Roztočil 8a4f501706 Fixed tests for Python 2.6. 2012-03-04 11:22:21 +01:00
Jakub Roztočil 6774998012 Updated README. 2012-03-04 11:22:09 +01:00
Jakub Roztočil 2195280a70 Added argument parsing tests. 2012-03-04 10:50:23 +01:00
Jakub Roztočil f5d5ec22af Added --version. 2012-03-04 10:49:37 +01:00
Jakub Roztočil b728710760 Factored out CLI parsing. 2012-03-04 10:49:17 +01:00
Jakub Roztočil 715e1b1047 Improved setup.py 2012-03-04 03:36:17 +01:00
Jakub Roztočil ca8779d879 Merge branch 'main-module-convention' of https://github.com/gandaro/httpie into gandaro-main-module-convention
Renamed httpie.httpie to httpie.__main__ so that one can invoke it via python -m httpie.
2012-03-04 03:13:50 +01:00
Jakub Roztočil 5ff43b659f Fixed README. 2012-03-04 02:48:31 +01:00
Jakub Roztočil b802f2b960 Added field-name:=raw-json
Closes #14
2012-03-04 02:44:30 +01:00
Jakub Roztočil 73d0f9cd56 Updated readme (--flags). 2012-03-04 01:59:00 +01:00
Jakub Roztočil 00312ead28 Refactored --pretty and added tests.
#16
2012-03-04 01:54:28 +01:00
Jakub Roztocil d02ac54130 Merge pull request #16 from tictactix/master
Added a way to force pretty printing
2012-03-03 16:17:41 -08:00
Jakub Roztocil 81568cf91c Merge pull request #19 from faulkner/fix-readme
A few minor corrections to the README.
2012-03-03 15:37:02 -08:00
Jakub Roztocil 6df9ff67eb Merge pull request #17 from faulkner/fix-redirects
Pass allow_redirects to request so --allow-redirects works.
2012-03-03 15:36:43 -08:00
Chris Faulkner 5d3176115a Correct usage string in README. 2012-03-03 14:12:49 -08:00
Chris Faulkner 81798ad537 Typo. 2012-03-03 14:09:13 -08:00
Chris Faulkner dd8faecbf7 Pass allow_redirects to request so --allow-redirects works. 2012-03-03 11:54:53 -08:00
Praful Mathur 58f74fe14a Force pretty printing (ignore last commit; stupid undo mistake) 2012-03-02 17:00:20 -05:00
Praful Mathur 84a0d4a35d Added forcing pretty printing for piping purposes. 2012-03-02 16:54:18 -05:00
Jakob Kramer d670513c9f use the __main__ submodule convention to make it possible to use python -m httpie 2012-03-02 18:35:33 +01:00
Jakub Roztočil 860a851a4b Fixed a missing line between headers and body. 2012-03-02 09:02:50 +01:00
Jakub Roztočil 9634dca7d8 Fixed a UnicodeError in Python 2.6. 2012-03-02 02:36:21 +01:00
Jakub Roztočil bb653bf1a9 Added first tests. 2012-03-02 01:42:23 +01:00
Jakub Roztočil 94c605fac1 Added --style
Closes #6. Thanks, @iromli.
2012-03-02 01:39:22 +01:00
Jakub Roztočil 3442a5d037 Made argparse required only for Python < 2.7.
Closes #7.
2012-03-01 23:21:44 +01:00
Jakub Roztocil 5cd40916fe Merge pull request #12 from tomekwojcik/master
Added argparse to install_requires
2012-03-01 14:18:36 -08:00
Jakub Roztocil ed3a491c81 Merge pull request #10 from marblar/osx
Support for terminals not using 256 color
2012-03-01 14:11:11 -08:00
Tomek Wójcik d768959084 * Added argparse to install_requires. 2012-03-01 09:02:48 +01:00
Mark Larus f934f4345e Support for terminals not using 256 color
As documented in issue #8, the default terminal in OS X 10.6 is xterm-color, which does not support Formatter256Terminal
2012-02-29 15:39:56 -05:00
Isman Firmansyah b752b59d92 remove unnecessary partial call 2012-02-29 21:35:20 +07:00
Isman Firmansyah 553941c98d added support to use other pygments styles, falback to solarized 2012-02-29 02:06:36 +07:00