Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eget
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eget
Commits
1f30d8a6
Commit
1f30d8a6
authored
Feb 12, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eget: add --speedtest and --tsv to help text
parent
ea11c6a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
eget
eget
+6
-1
No files found.
eget
View file @
1f30d8a6
...
@@ -504,12 +504,15 @@ Options:
...
@@ -504,12 +504,15 @@ Options:
--retry-connrefused - consider “connection refused” a transient error and try again
--retry-connrefused - consider “connection refused” a transient error and try again
-t|--tries - set number of tries to number. Specify 0 or ‘inf’ for infinite retrying
-t|--tries - set number of tries to number. Specify 0 or ‘inf’ for infinite retrying
--load-cookies file - load cookies from file before the first HTTP retrieval
--load-cookies file - load cookies from file before the first HTTP retrieval
EGET specific options:
--latest - print only latest version of a file
--latest - print only latest version of a file
--second-latest - print only second to latest version of a file
--second-latest - print only second to latest version of a file
--allow-mirrors - try mirrors from EGET_MIRRORS if url is not accessible
--allow-mirrors - try mirrors from EGET_MIRRORS if url is not accessible
--trust-server-names - use the name specified by the redirection
--trust-server-names - use the name specified by the redirection
--list|--list-only - print only URLs
--list|--list-only - print only URLs
Commands:
--check-url URL - check if the URL exists (returns HTTP 200 OK)
--check-url URL - check if the URL exists (returns HTTP 200 OK)
--check-site URL - check if the site is accessible (returns HTTP 200 OK or 404 Not found)
--check-site URL - check if the site is accessible (returns HTTP 200 OK or 404 Not found)
--get-response URL - get response with all headers (ever if HEAD is not acceptable)
--get-response URL - get response with all headers (ever if HEAD is not acceptable)
...
@@ -517,6 +520,8 @@ Options:
...
@@ -517,6 +520,8 @@ Options:
--get-filesize URL - print file size in bytes (via Content-Length)
--get-filesize URL - print file size in bytes (via Content-Length)
--get-real-url URL - print URL after all redirects
--get-real-url URL - print URL after all redirects
--get-ipfs-cid URL - print CID for URL (after all redirects)
--get-ipfs-cid URL - print CID for URL (after all redirects)
--speedtest URL - measure download speed for the URL
--tsv - output --speedtest results in TSV format
Supported URLs:
Supported URLs:
ftp:// http:// https:// file:/ ipfs:// rsync:// [user@]host:/path
ftp:// http:// https:// file:/ ipfs:// rsync:// [user@]host:/path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment