Commit Graph

153 Commits (be3e5197eb25f0499e29e744f634c95294b31b43)
 

Author SHA1 Message Date
Pawel Wolowiec e5f61d9466 Changed g.Ascii to g.ASCII 8 years ago
Pawel Wolowiec 3700b249e0 Refactored many strings into consts
+ changed minor spell errors
8 years ago
Adam Tauber 38134db8fe Merge pull request #55 from asciimoo/configurable-keybindings
Configurable keybindings and help popup
8 years ago
Adam Tauber bf3c5b6bca [enh] configurable keybindings ++ help popup 8 years ago
Adam Tauber 0c6ade0216 [doc] update screencast 8 years ago
Adam Tauber f3a169db6c [fix] save result popup width 8 years ago
Adam Tauber 80ea61fa3c [doc] update screencast 8 years ago
Adam Tauber 62e59b7233 [fix] proper url param parsing/encoding 8 years ago
Adam Tauber d810c6a7db [fix] highlight only rendered json
File save and search is buggy if Request.RawResponseBody contains
color codes
8 years ago
Adam Tauber 909107cb7e Merge pull request #47 from nwidger/master
Use jsoncolor package to colorize JSON bodies
8 years ago
Adam Tauber 41c62a88bf Merge pull request #54 from zbb93/master
#49 - Ignore Invalid SSL Cert
8 years ago
Zac Bowen 689a4c8d64 gofmt on code 8 years ago
Zac Bowen 2eeb02978a Added support for websites with invalid ssl certificates. This can be achieved by setting the insecure parameter in sample-config.toml or by using the --insecure flag on the command line. By default this parameter is set to false. 8 years ago
nwidger 7965b40e19 Merge branch 'master' of https://github.com/asciimoo/wuzz 8 years ago
Adam Tauber 969cd0c1f8 Merge pull request #53 from jroimartin/fix-gocui-ascii
Sync with gocui's API
8 years ago
Roi Martin f33d305d2b Sync with gocui's API
In gocui, *Gui.Ascii has been renamed to *Gui.ASCII to make golint
happy.
8 years ago
Adam Tauber 6326145735 [enh] use PreserveScrollPosition config value 8 years ago
Adam Tauber ecab5334c7 [doc] add -c to help text ++ formatting 8 years ago
Adam Tauber 46994a8c6c Merge pull request #51 from Benaiah/config-file
Add configuration system
8 years ago
Benaiah Mischenko 3f312fbb4c Add sample config file 8 years ago
Benaiah Mischenko 4ce9984b04 Add configuration system
The new configuration system, using TOML, loads into `app.config`
using a TOML config file. This can be specified on the command-line
with the `-c` option, or it can be at one of the following default
locations:

- Linux: $XDG_CONFIG_HOME/wuzz/config.toml (by default this is ~/.config/wuzz/config.toml)
- Other OSs: ~/.wuzz/config.toml

Currently the following keys can be set, along with their default
values:

```toml
[general]

timeout = "1m" # string parsed into time.Duration
formatJSON = true # toggles JSON formatting
preserveScrollPosition = true # currently unused
defaultURLScheme = "https" # when a URL is not provided, this is the scheme used by default
```

In addition, a [keys] section can also be set and will be successfully
parsed, but it is currently non-functional.
8 years ago
Adam Tauber 51613246b5 Merge pull request #52 from mattn/ascii
use gocui.Ascii for CJK
8 years ago
Yasuhiro Matsumoto bb21f2c221 use Ascii for CJK 8 years ago
Adam Tauber ce4d129702 [enh] add versioning (semver) 8 years ago
Adam Tauber e73584b0d8 [fix] add default content-type to POST/PUT method 8 years ago
Adam Tauber e2dfd77ccc [fix] do not duplicate content-type 8 years ago
Adam Tauber f1ff09bde0 [fix] add content-type if post data argument is specified - closes #48 8 years ago
Adam Tauber 155336a547 Merge pull request #39 from cyberj/master
Disable multiline on url and method views
8 years ago
Johan Charpentier a850b5c221 Create singlelineEditor for `url` `method` & `search` views 8 years ago
Adam Tauber ef78501721 [mod] travis test matrix mods 8 years ago
Niels Widger 92f2b2071b Use jsoncolor package to colorize JSON bodies
This PR uses the jsoncolor package to colorize JSON bodies.  It
changes the imports to use my forked version of
github.com/jroimartin/gocui which includes a small patch to support
zero-parameter CSI escape sequences.  I have submitted a PR upstream:

https://github.com/jroimartin/gocui/pull/98

Once that PR is merged the import can be switched back to
github.com/jroimartin/gocui if desired.
8 years ago
Adam Tauber 672d90209d Merge pull request #45 from georgijd/reset-cursors-on-new-req
Reset cursors before each request
8 years ago
Georgi Dimitrov 347b666d17 Preserve the cursor position when applicable 8 years ago
Adam Tauber 45b5eeed4e [enh] add osx to travis tests ++ remove buggy automatic build 8 years ago
Georgi Dimitrov 81c13c1a28 Reset cursors before each request
Fixes #41
8 years ago
Adam Tauber dfd6b36801 [enh] add travis config 8 years ago
Adam Tauber 26f8b9e669 Merge pull request #34 from georgijd/fix-view-scrolling
Prevent from scrolling past the end of the content
8 years ago
Georgi Dimitrov 9879c689a3 Use go one line if statement 8 years ago
Adam Tauber a843da2e58 [fix] update help text 8 years ago
Adam Tauber 44c6be25d0 Merge pull request #44 from dolmen-go/more-curl-args
More curl options
8 years ago
Adam Tauber 1074c14a43 Merge pull request #35 from georgijd/dont-wrap-headers
Disable wrapping for the headers view
8 years ago
Olivier Mengué 6642d2a860 Add support for curl option -X / --request 8 years ago
Olivier Mengué d4d8f8bff5 Accept -d instead of -D
-D is an alias for --dump-header, not --data
-d is the alias for --data
8 years ago
Johan Charpentier 9da99df879 Add method choice by arrow & Dedup code 8 years ago
Adam Tauber dd696dc6e0 [doc] readme updates 8 years ago
Adam Tauber a0c10a5c05 Merge pull request #33 from pvmsikrsna/master
Show the function key bindings in the view title
8 years ago
Adam Tauber 2e88303bbb Merge pull request #36 from Eraden/patch-2
Create .gitignore
8 years ago
Adrian Woźniak 775824b41b Create .gitignore 8 years ago
pvmsikrsna 4ac044f954 Display the binding when printing request body
Displays the binding, F2, for the view response-body when the request body is printed.
8 years ago
pvmsikrsna fab3ab57ab Move the bindings for views close to the title 8 years ago