Skip to content
/ wurl Public

Utility for fetching data from the web, and a drop-in replacement for wget (for the most common flags)

License

Notifications You must be signed in to change notification settings

xyproto/wurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 1.0.0
  • License: MIT

About

Utility for fetching data from the web, and a drop-in replacement for wget (for the most common flags)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published