| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DistroShelf is a graphical interface for managing Distrobox containers on Linux. It provides an easy way to:
or
flatpak install com.ranfdev.DistroShelfdistroshelf is on the AUR
distroshelf on nixpkgs-unstable
The recommended way to build this project is with GNOME Builder. It will install all the required dependencies, then it will build and run the project as a flatpak. If you don't plan to use GNOME Builder, you can follow the instructions below.
git clone https://github.com/ranfdev/DistroShelf.git
cd DistroShelfmeson build --prefix=/usr
ninja -C build
sudo ninja -C build installYou can configure your preferred terminal emulator in the Preferences dialog.
Supported terminals:
Contributions are welcome! Please open an issue or pull request on GitHub.
To block commits when formatting, clippy, or tests fail, enable the repository hook once:
./.githooks/install.shThe pre-commit hook runs:
DistroShelf is licensed under the GPL-3.0-or-later license.
| Back | FazBrowse Home | New Git URL |