Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyproto/wurl
Utility for fetching data from the web, and a drop-in replacement for wget.
https://github.com/xyproto/wurl
curl utility wget
Last synced: 23 days ago
JSON representation
Utility for fetching data from the web, and a drop-in replacement for wget.
- Host: GitHub
- URL: https://github.com/xyproto/wurl
- Owner: xyproto
- License: mit
- Created: 2024-09-06T08:02:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T07:34:18.000Z (about 2 months ago)
- Last Synced: 2024-10-01T02:40:10.926Z (about 1 month ago)
- Topics: curl, utility, wget
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wurl
Utility for fetching data from the web, in the form of a small C program that uses `libcurl`.
The idea is to be a good enough drop-in replacement for wget (not supporting absolutely every option that wget supports) to be usable at build-time, when packaging Linux distro packages.
Note that this utility is a bit experimental and a work in progress!
## Build
make
## Test
make test
## Install
make PREFIX=/usr install
## General info
* Version: 0.0.2
* License: MIT