1. 0
    Display information about HTTP status codes web

In this GitHub repository, you can find my small Shell script for displaying information about HTTP status codes.

https://github.com/ABGEO/httpinfo

    1. 9

      Blatant self-promotion is generally discouraged here for new accounts.

    2. 3

      On my BIG TODO list is a project to write man(1) pages for HTML tags. Same issue, I’d rather not Google for stuff. I believe a big reason for software complexity is the ability to Google stuff. If documentation was given priority to be available offline in a digestible format, I believe software would be less complex.

    3. 3

      One of my ex colleagues wrote https://github.com/dnnrly/httpref for a similar purpose and it looks pretty good.

      I generally go to ie https://http.cat/429

    4. 1

      Oh, that’s sweet, I hate when I need to Google status code, thanks!

      1. 0

        Yeah, that was the motivation for this project :)

    5. 0

      Just want to mention that you can also put a text file in /usr/share/misc/http.status which can be queried with grep.

      1. 0

        I prefer scrapping MDN because they have up-to-date documentation and great examples.