This is exactly like statcode, but real manpages instead of a python package.
$ man 404
The man pages are installed in category 7 — Miscellaneous (including macro packages and conventions) — so you can also do:
$ man 7 500
You need ruby to generate the man pages, after this you just need the manpage reader.
$ make
$ sudo make install
yay -S http-status-code-manpages
- Fork it (https://github.com/hugopl/http-status-code-manpages/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Any ideas/suggestions, fill in an issue.
- Hugo Parente Lima - creator and maintainer