mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
added new quickget features to README and man page
This commit is contained in:
parent
acca8cc224
commit
b05dd50aea
8 changed files with 100 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
author: Martin Wimpress
|
||||
date: November 10, 2023
|
||||
date: November 11, 2023
|
||||
footer: quickget
|
||||
header: Quickget User Manual
|
||||
section: 1
|
||||
|
@ -29,6 +29,15 @@ configuration for `quickemu` to use to build and run
|
|||
: provide a csv list of all supported guest OSes, versions and
|
||||
variants.
|
||||
|
||||
**`--show-iso-url` \| -s** {**os**} {**release**} \[**edition**\]
|
||||
: show ISO download URL
|
||||
|
||||
**`--test-iso-url` \| -t** {**os**} {**release**} \[**edition**\]
|
||||
: test if ISO is available
|
||||
|
||||
**`--open-distro-homepage` \| -o** {**os**}
|
||||
: open OS homepage in browser
|
||||
|
||||
**\[OS\] \[Release\] \[Edition\]**
|
||||
: specify the OS and release (and optional edition) if insufficient
|
||||
input is provided a list of missing options will be reported and the
|
||||
|
@ -88,6 +97,21 @@ with your preferred flavour.
|
|||
- `ubuntu-unity` (Ubuntu Unity)
|
||||
- `xubuntu` (Xubuntu)
|
||||
|
||||
You can also use `quickget` with options to:
|
||||
|
||||
``` shell
|
||||
# show an OS ISO download URL for {os} {release} [edition]
|
||||
quickget --show-iso-url fedora 38 Silverblue
|
||||
# test if and OS ISO is available for {os} {release} [edition]
|
||||
quickget --test-iso-url nixos 23.05 plasma5
|
||||
# open an OS distribution homepage in a browser
|
||||
quickget --open-distro-homepage ubuntu-mate
|
||||
```
|
||||
|
||||
The `--show-iso-url` and `--test-iso-url` options **do not** work for
|
||||
`Windows` (`quickget` will begin downloading the requested release and
|
||||
edition of windows)
|
||||
|
||||
## Other Operating Systems
|
||||
|
||||
`quickget` also supports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue