asciimoo / wuzz

Interactive cli tool for HTTP inspection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text pasted from clipboard gets messed

petersondmg opened this issue · comments

When pasting a long text from clipboard (e.g. when pasting cookies from browser into headers section) it get messed

So disappointed when I encountered this. I wanted to use this tool badly.

@petersondmg, @mikegleasonjr could you confirm that 0568b27 fixes the issue?

$ go get github.com/asciimoo/wuzz
# github.com/asciimoo/wuzz
../../asciimoo/wuzz/wuzz.go:1256: g.ASCII undefined (type *gocui.Gui has no field or method ASCII)

@mikegleasonjr seems, your gocui dependency is out-of-date. Run go get -u github.com/jroimartin/gocui, to update the gocui package too.

Amazing thanks. It is getting better and better 👍

Its working great! Many thanks! 😄