Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !
  • Rust 93.5%
  • Makefile 6.5%
Find a file
2025-05-03 02:13:10 +02:00
.gitea/workflows doc:s: add documentation and complete the readme 2025-05-03 01:30:35 +02:00
data refactor: simpilfy packages management 2025-05-02 00:38:15 +02:00
src doc:s: add documentation and complete the readme 2025-05-03 01:30:35 +02:00
.gitignore build: refactor makefile to be gnu compatible 2025-05-03 01:01:02 +02:00
Cargo.lock doc:s: add documentation and complete the readme 2025-05-03 01:30:35 +02:00
Cargo.toml doc:s: add documentation and complete the readme 2025-05-03 01:30:35 +02:00
cliff.toml build: fix git-cliff version compare url 2025-05-03 01:37:16 +02:00
configure build: refactor makefile to be gnu compatible 2025-05-03 01:01:02 +02:00
DOCUMENTATION.md doc:s: add documentation and complete the readme 2025-05-03 01:30:35 +02:00
feddy.spec doc:s: add documentation and complete the readme 2025-05-03 01:30:35 +02:00
LICENSE Initial commit 2025-04-23 21:41:45 +02:00
Makefile build: avoid removing rpmbuild dir each times 2025-05-03 02:04:43 +02:00
README.md docs: add fish completion section to the readme 2025-05-03 02:13:10 +02:00

feddy

Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !

Usage

This project is a command line tool that helps you to manage your Fedora system. You can use it to install or remove package lists, as well as to perform other post installation tasks.

Please refer to the DOCUMENTATION.md file for more information on how to use the tool.

Install on Fedora

Please refer to project's releases, copy the RPM package link of the latest version and install it with dnf.

Generate Fish completion

You can generate the fish completion script by running the following command:

feddy --completion=fish > ~/.config/fish/completions/feddy.fish

Build from source

This is a Rust project, so you must first install Rust and then run the following command to build the project:

./configure
make

Install from source

You can install the project by running the following command:

sudo make install

Development

You can run the project in development mode by running the following command:

cargo run -- ${args}