Skip to content

Commit

Permalink
Merge pull request #24 from curl/bagder/README-anchors
Browse files Browse the repository at this point in the history
README: remove HTML <a name> anchors
  • Loading branch information
sergiodj committed Aug 29, 2024
2 parents ab80dfb + c3f42e3 commit b8885eb
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ SPDX-License-Identifier: curl
**wcurl**
- a simple wrapper around curl to easily download files.

<a name="synopsis"></a>

# Synopsis

wcurl [--curl-options <CURL_OPTIONS>]... [--dry-run] [--] <URL>...
wcurl [--curl-options=<CURL_OPTIONS>]... [--dry-run] [--] <URL>...
wcurl -V|--version
wcurl -h|--help

<a name="description"></a>

# Description

**wcurl** is a simple curl wrapper which lets you use curl to download files
Expand All @@ -46,8 +42,6 @@ should be using curl directly if your use case is not covered.
* Set the downloaded file timestamp to the value provided by the server, if available;
* Disable **curl**'s URL globbing parser so **{}** and **\[\]** characters in URLs are not treated specially.

<a name="options"></a>

# Options


Expand All @@ -63,23 +57,17 @@ should be using curl directly if your use case is not covered.
* **-h, --help**
Print help message.

<a name="curl_options"></a>

# Curl_options

Any option supported by curl can be set here.
This is not used by **wcurl**; it's instead forwarded to the curl invocation.

<a name="url"></a>

# Url

Anything which is not a parameter will be considered an URL.
**wcurl** will encode whitespaces and pass that to curl, which will perform the
parsing of the URL.

<a name="examples"></a>

# Examples

Download a single file:
Expand All @@ -94,30 +82,22 @@ Download a file passing the _--progress-bar_ and _--http2_ flags to curl:
Resume from an interrupted download (if more options are used, this needs to be the last one in the list):
**wcurl --curl-options="--continue-at -" example.com/filename.txt**

<a name="authors"></a>

# Authors

Samuel Henrique &lt;[[email protected]](mailto:[email protected])&gt;
Sergio Durigan Junior &lt;[[email protected]](mailto:[email protected])&gt;
Ryan Carsten Schmidt &lt;[[email protected]](mailto:[email protected])&gt;
Ben Zanin

<a name="reporting-bugs"></a>

# Reporting Bugs

If you experience any problems with **wcurl** that you do not experience with curl,
submit an issue [here](https://github.com/curl/wcurl/issues).

<a name="copyright"></a>

# Copyright

**wcurl** is licensed under the curl license

<a name="see-also"></a>

# See Also

**curl**(1)

0 comments on commit b8885eb

Please sign in to comment.