home.social

#xh — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #xh, aggregated by home.social.

  1. cURL (curl.se/) is one of my favorite tools when working with REST APIs. The use of this tool is found in almost all scripts.
    With it, you can test your HTTP handlers and even write example requests and responses in the service documentation. Of course, there are other tools, such as HTTPie (httpie.org/), xh (github.com/ducaale/xh) and others.

    #curl #Web #HTTP #REST #API #HTTPie #xh #POST #GET

  2. @bagder

    Watched it and yes, DOT delivered another good introduction to a useful DX tool. I know it will make me use exponentially more.

    It also made me install as a complement. Both because I like how colors make it easier to analyse, and for it providing a less complex command for basic stuff.

    But also for its "--curl" option ;)

  3. @bagder

    Watched it and yes, DOT delivered another good introduction to a useful DX tool. I know it will make me use #cURL exponentially more.

    It also made me install #xh as a complement. Both because I like how colors make it easier to analyse, and for it providing a less complex command for basic stuff.

    But also for its "--curl" option ;)

  4. I have, literally, 7 different flavours of subminiature crimp-pin connectors in my parts collection.

    And yet, somehow, whatever I'm working on has a nearly-identical-but-not-quite kind that isn't in my collection.

    Murphy was an optimist.

    #murphy #jst #xh #ph #xa #pa #zh #gh #sh #MurphysLaw #NotQuite #almost #electronics #hobby #crimp #pin #socket

  5. I have, literally, 7 different flavours of subminiature crimp-pin connectors in my parts collection.

    And yet, somehow, whatever I'm working on has a nearly-identical-but-not-quite kind that isn't in my collection.

    Murphy was an optimist.

    #murphy #jst #xh #ph #xa #pa #zh #gh #sh #MurphysLaw #NotQuite #almost #electronics #hobby #crimp #pin #socket

  6. More #Rust #CLI #tools:
    #navi ⬅️ man+fzf
    #hyperfine ⬅️ benchmarking
    #czkawka ⬅️ duplicates finder
    #mdcat ⬅️ markdown render
    #tectonic ⬅️ latex engine
    #grex ⬅️ RE generator
    #watchexec ⬅️ run commands on file modifications
    #xh ⬅️ httpie
    #just ⬅️ command runner
    #tokei ⬅️ cloc
    #sd ⬅️ sed
    #amber ⬅️ sed
    #dua ⬅️ ncdu
    #pueue ⬅️ parallel

  7. More #Rust #CLI #tools:
    #navi ⬅️ man+fzf
    #hyperfine ⬅️ benchmarking
    #czkawka ⬅️ duplicates finder
    #mdcat ⬅️ markdown render
    #tectonic ⬅️ latex engine
    #grex ⬅️ RE generator
    #watchexec ⬅️ run commands on file modifications
    #xh ⬅️ httpie
    #just ⬅️ command runner
    #tokei ⬅️ cloc
    #sd ⬅️ sed
    #amber ⬅️ sed
    #dua ⬅️ ncdu
    #pueue ⬅️ parallel

  8. is a request tool.

    xh sends HTTP requests using a simple syntax. Responses are displayed in an easy to read, colourised output. Many aspects of the request can be managed, like TLS certificates, reuse of sessions, ignoring redirects, etc. xh is mostly compatible with , but offers improved speed, smaller size in a single binary, as well as better interoperability with .

    Website 🔗️: github.com/ducaale/xh