-
Updated
Aug 17, 2021 - Python
httpie
Here are 66 public repositories matching this topic...
-
Updated
Aug 5, 2021 - Python
Hello Benito,
For a specific task I need a "bitwise exclusive or"-function, but I realized xidel doesn't have one. So I created a function for that.
I was wondering if, in addition to the EXPath File Module, you'd be interested in integrating the EXPath Binary Module as well. Then I can use bin:xor() instead (although for
-
Updated
Apr 17, 2021 - Python
-
Updated
Feb 18, 2020 - Python
-
Updated
Aug 17, 2020 - Python
-
Updated
Jan 23, 2017 - Python
-
Updated
Nov 4, 2019 - HCL
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
Jul 22, 2021 - Python
-
Updated
Jul 29, 2021 - Python
-
Updated
Aug 12, 2021 - 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
Jul 7, 2021 - 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
May 16, 2021 - Shell
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
SetConsoleModefor Windows to do so.I think Go's
x/sys/windowspackage exposes the necessaryGetConsoleModeandSetConsoleModesyscalls, so this should be doable.