Files
feddy/DOCUMENTATION.md
Rawleenc 3bca4ef8bd
All checks were successful
build and upload / build (push) Successful in 16s
doc:s: add documentation and complete the readme
2025-05-03 01:30:35 +02:00

3.6 KiB

Command-Line Help for feddy

This document contains the help content for the feddy command-line program.

Command Overview:

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

This document was generated automatically by clap-markdown.