Skip to content

A CLI app for looking up HTTP status codes from the comfort of your terminal.

Notifications You must be signed in to change notification settings

devfloww/httpinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Description

$ httpinfo HTTP Status Code Lookup.

A CLI app for looking up HTTP status codes from the comfort of your terminal.

Instantly retrieve information on HTTP status codes, including their meaning, description, and specification. No more tedious web searches or cumbersome documentation.

Features

  • Quick and easy lookup of HTTP status codes
  • Detailed information on each status code, including meaning, description, and specification
  • Convenient CLI interface for rapid lookup

Getting Started

Installation

httpinfo can be installed by cloning the repo and installing manually:

# cloning the repo
git clone https://github.com/devfloww/httpinfo
# enter the cloned repo directory
cd httpinfo
# Install the dependences
npm install
# Create a symlink of the program
npm link
# Now, run the command
httpinfo --help
# or sometimes on windows 
httpinfo.cmd --help

Usage

  • To seek help:
httpinfo [-h | --help]
  • To look-up a status code with a short description (just the name):
httpinfo -c <code>
  • To look-up a status code with a longer description (meaning, specification, examples):
httpinfo -c <code> [--l | --long]
  • To check version:
httpinfo [-v | --version]
  • To update to latest version of the application
httpinfo --update 

Removal

And of course, when you don't need it anymore and want to remove it, run:

httpinfo --remove

If you were not satisfied with the experience you had with this tool, please do me a favor and call my attention for improvements. This will help me a lot and I will very much appreciate that.😅

Mail me @ [email protected] or raise an Issue here on Github. Thank you.

Support me

Buy me coffee to support😅.\

Buy Me A Coffee

About

A CLI app for looking up HTTP status codes from the comfort of your terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published