-
Updated
Dec 2, 2020 - Python
httpie
Here are 54 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Pascal
-
Updated
Nov 12, 2019 - Python
-
Updated
Feb 18, 2020 - Python
-
Updated
Nov 4, 2019 - HCL
-
Updated
Jan 23, 2017 - Python
Project rebranding
Since the beginig of the times this project's name has been "Portainer Stack Utils", which describes what it is and what it does. In order to avoid possible future legal issues with Portainer registered trademark it should be renamed to something that does not include "Portainer". Also, it has evolved to include more than just "stacks", so the name should not limit to "Stack Utils". Whatever name
-
Updated
Mar 20, 2019 - Python
Add more cli tools
Add the following tools:
- mtr
- pydf
- mc: file manager
- lftp
- aria2
- nnn
For the following platforms:
- Debian based distros
- Arch Based Distros
- MacOS
- Red Hat
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 25, 2020 - Python
When user specified wrong auth provider (due to a typo or not), we need to return a good self-explaining error message, not fail with general KeyError
.
-
Updated
Aug 2, 2017 - Shell
-
Updated
Jun 5, 2020 - Shell
-
Updated
Jul 24, 2018 - Python
I'd like to have translations of the messages to various languages.
-
Updated
Sep 28, 2019 - Python
-
Updated
Nov 1, 2020 - Python
Improve this page
Add a description, image, and links to the httpie topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the httpie topic, visit your repo's landing page and select "manage topics."
Re: @bitcrazed's comment rs/curlie#12 (comment):
Apparently Console can support colors, but we need a special syscall
SetConsoleMode
for Windows to do so.I think Go's
x/sys/windows
package exposes the necessaryGetConsoleMode
andSetConsoleMode
syscalls, so this should be doable.