Commit Graph

16 Commits (master)

Author SHA1 Message Date
Adam Tauber fe0a5e9810 [fix] add redirect toggle command - fixes #121 5 years ago
Lucas BEE 3fa975dbb9 Add curl as an export option
Fixes #10
7 years ago
Adam Tauber abb72a2d29 [fix] followup of gocui dependency changes 7 years ago
Colin T.A. Gray 86bb73a472 move more code into 'loadRequest' (accepts string, opens file, reads json) 7 years ago
Colin T.A. Gray 3bd6a0ff4e bind 'ctrl+f' to 'loadRequest' command, document it and -f/--file option 7 years ago
Adam Tauber bbf21cb5f7 [enh] add clearHistory command 7 years ago
Adam Tauber 82d1ae6412 [enh] add context specific search functionality 7 years ago
Adam Tauber 8b38235ec1 [fix] termbox sync after opening external editor
The full restart of termbox messes up keybindings. Seems Sync() is enough
to restore console settings and it handles keybindings too.
7 years ago
Adam Tauber 66c0d9baf3 [enh] add openEditor command 7 years ago
Zac Bowen 9f00f49e06 Modified OpenSaveDialog to accept callback function and title to reduce duplicate code. 7 years ago
Zac Bowen 2021cb615e #65 Implemented functionality that allows a request to be saved to/read from a json file. 7 years ago
Adam Tauber 56b3a1a4ea [fix] delete word off-by-one 7 years ago
Adam Tauber d8a8ca2d97 [fix] set valid cursor position on 7 years ago
Adam Tauber 7f60f36194 [enh] add "delete word" command and bind to ctrl+w by default 7 years ago
Adam Tauber 1e666b8541 [enh] implement "delete line" functionality and bind to ctrl+d by default 7 years ago
Adam Tauber bf3c5b6bca [enh] configurable keybindings ++ help popup 7 years ago