2024-02-27 21:39:02 +01:00
2024-02-29 18:04:41 +01:00
2024-02-27 21:39:02 +01:00
2024-03-19 18:08:11 +01:00
2024-03-10 20:43:38 +01:00
2024-03-17 17:41:05 +01:00
2024-03-17 17:46:32 +01:00
2022-08-14 18:57:14 +02:00
2024-03-17 18:15:16 +01:00
2022-04-03 11:48:51 +02:00

Toolbox Tuner

Toolbox Tuner is a tool to improve the experience with toolbox.

image image

Project Roadmap

The project is currently only an mvp that only is able to list toolboxes and launch a terminal inside of them.

Installing the application

The application as of now is only available as a development build. You can download it here but be aware of unfinished features and possible instabilities.

Compiling Source

This project now uses Gnome Builder as main build tool and the Flatpak toolchain.

  1. Install dependencies:
    1. flatpak install org.flatpak.Builder
    2. flatpak install org.gnome.Sdk
    3. flatpak install org.freedesktop.Sdk.Extension.rust-stable
  2. Compile with:
    • Flatpak Builder by opening the project folder and pressing run

Traditional Compilation

  1. This project is built with Relm4, therefore, the pre-requisites for gtk4 need to be installed. Follow the gtk4-rs book's installation instructions.
  2. Compile with:
    • cargo build or
    • cargo run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Description
Graphical application to manage containertoolbx.org containers intended for use on Fedora Silverblue.
Readme 4.5 MiB
Languages
Rust 81.5%
Meson 14.1%
Shell 4.3%
CSS 0.1%