Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guanshiyin28/cmd-curl
CMD Curl you can try it on windows shell
https://github.com/guanshiyin28/cmd-curl
batch batch-script curl curl-commands curl-library
Last synced: 12 days ago
JSON representation
CMD Curl you can try it on windows shell
- Host: GitHub
- URL: https://github.com/guanshiyin28/cmd-curl
- Owner: guanshiyin28
- License: mit
- Created: 2024-10-31T14:53:42.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-16T06:25:59.000Z (17 days ago)
- Last Synced: 2025-01-16T07:32:41.980Z (17 days ago)
- Topics: batch, batch-script, curl, curl-commands, curl-library
- Language: Batchfile
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![Header](https://github.com/user-attachments/assets/446e70c4-be6a-49ac-950e-506a86421309)# cURL
cURL is a versatile command-line tool for transferring data using various protocols, allowing you to fetch web pages, download and upload files, make HTTP requests, and test APIs.
## Purpose of This Repository
Doing something fun with cURL.
## Demo
![Demo](https://github.com/user-attachments/assets/77e66fea-47b4-45ab-afb2-8265f0fdd9b0)
## Features
- Fetch web pages
- Download and upload files
- Make HTTP requests
- Test APIs
## Technologies Used
- cURL
- Shell scripting
## Project Setup
1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/CMD-cURL.git
cd CMD-cURL
```2. **Ensure you have cURL installed:**
```bash
curl --version
```
## Steps to Run
1. **Just start it**
![How to Start](https://github.com/user-attachments/assets/77e66fea-47b4-45ab-afb2-8265f0fdd9b0)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.