187 lines
3.6 KiB
Markdown
187 lines
3.6 KiB
Markdown
# Command-Line Help for `feddy`
|
|
|
|
This document contains the help content for the `feddy` command-line program.
|
|
|
|
**Command Overview:**
|
|
|
|
* [`feddy`↴](#feddy)
|
|
* [`feddy configure-dnf`↴](#feddy-configure-dnf)
|
|
* [`feddy add-repo`↴](#feddy-add-repo)
|
|
* [`feddy add-repo vscode`↴](#feddy-add-repo-vscode)
|
|
* [`feddy add-repo mullvad`↴](#feddy-add-repo-mullvad)
|
|
* [`feddy add-repo vivaldi`↴](#feddy-add-repo-vivaldi)
|
|
* [`feddy install-rpm-fusion`↴](#feddy-install-rpm-fusion)
|
|
* [`feddy configure-groups`↴](#feddy-configure-groups)
|
|
* [`feddy package`↴](#feddy-package)
|
|
* [`feddy package common-list`↴](#feddy-package-common-list)
|
|
* [`feddy package amd-list`↴](#feddy-package-amd-list)
|
|
* [`feddy package intel-list`↴](#feddy-package-intel-list)
|
|
* [`feddy package gnome-extra-list`↴](#feddy-package-gnome-extra-list)
|
|
* [`feddy package firmware-list`↴](#feddy-package-firmware-list)
|
|
* [`feddy package custom-list`↴](#feddy-package-custom-list)
|
|
|
|
## `feddy`
|
|
|
|
Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !
|
|
|
|
**Usage:** `feddy [COMMAND]`
|
|
|
|
###### **Subcommands:**
|
|
|
|
* `configure-dnf` — Configure dnf
|
|
* `add-repo` — Add a repository
|
|
* `install-rpm-fusion` — Install RPM fusion
|
|
* `configure-groups` — Add groups to a user
|
|
* `package` — Manage packages
|
|
|
|
|
|
|
|
## `feddy configure-dnf`
|
|
|
|
Configure dnf
|
|
|
|
**Usage:** `feddy configure-dnf`
|
|
|
|
|
|
|
|
## `feddy add-repo`
|
|
|
|
Add a repository
|
|
|
|
**Usage:** `feddy add-repo <COMMAND>`
|
|
|
|
###### **Subcommands:**
|
|
|
|
* `vscode` — Add VSCode repository
|
|
* `mullvad` — Add Mullvad repository
|
|
* `vivaldi` — Add Vivaldi repository
|
|
|
|
|
|
|
|
## `feddy add-repo vscode`
|
|
|
|
Add VSCode repository
|
|
|
|
**Usage:** `feddy add-repo vscode`
|
|
|
|
|
|
|
|
## `feddy add-repo mullvad`
|
|
|
|
Add Mullvad repository
|
|
|
|
**Usage:** `feddy add-repo mullvad`
|
|
|
|
|
|
|
|
## `feddy add-repo vivaldi`
|
|
|
|
Add Vivaldi repository
|
|
|
|
**Usage:** `feddy add-repo vivaldi`
|
|
|
|
|
|
|
|
## `feddy install-rpm-fusion`
|
|
|
|
Install RPM fusion
|
|
|
|
**Usage:** `feddy install-rpm-fusion`
|
|
|
|
|
|
|
|
## `feddy configure-groups`
|
|
|
|
Add groups to a user
|
|
|
|
**Usage:** `feddy configure-groups [OPTIONS]`
|
|
|
|
###### **Options:**
|
|
|
|
* `-u`, `--user <USER>` — The user to add to the groups, current user by default
|
|
* `-p`, `--print` — Print the groups without changing anything
|
|
|
|
|
|
|
|
## `feddy package`
|
|
|
|
Manage packages
|
|
|
|
**Usage:** `feddy package [OPTIONS] <COMMAND>`
|
|
|
|
###### **Subcommands:**
|
|
|
|
* `common-list` — Install/Remove the common list
|
|
* `amd-list` — Install/Remove the AMD list
|
|
* `intel-list` — Install/Remove the Intel list
|
|
* `gnome-extra-list` — Install/Remove the Gnome extra list
|
|
* `firmware-list` — Install/Remove the firmware list
|
|
* `custom-list` — Install/Remove a custom list
|
|
|
|
###### **Options:**
|
|
|
|
* `-r`, `--remove` — Whenever to remove instead of install
|
|
* `-p`, `--print` — Print packages of the list without changing anything
|
|
|
|
|
|
|
|
## `feddy package common-list`
|
|
|
|
Install/Remove the common list
|
|
|
|
**Usage:** `feddy package common-list`
|
|
|
|
|
|
|
|
## `feddy package amd-list`
|
|
|
|
Install/Remove the AMD list
|
|
|
|
**Usage:** `feddy package amd-list`
|
|
|
|
|
|
|
|
## `feddy package intel-list`
|
|
|
|
Install/Remove the Intel list
|
|
|
|
**Usage:** `feddy package intel-list`
|
|
|
|
|
|
|
|
## `feddy package gnome-extra-list`
|
|
|
|
Install/Remove the Gnome extra list
|
|
|
|
**Usage:** `feddy package gnome-extra-list`
|
|
|
|
|
|
|
|
## `feddy package firmware-list`
|
|
|
|
Install/Remove the firmware list
|
|
|
|
**Usage:** `feddy package firmware-list`
|
|
|
|
|
|
|
|
## `feddy package custom-list`
|
|
|
|
Install/Remove a custom list
|
|
|
|
**Usage:** `feddy package custom-list --file <FILE>`
|
|
|
|
###### **Options:**
|
|
|
|
* `-f`, `--file <FILE>` — The file to read the list from
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
<small><i>
|
|
This document was generated automatically by
|
|
<a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
|
|
</i></small>
|
|
|