Flatly dynamically checks a static config file installing and or removing packages.
- Clone the repository
https://github.com/privlol/flatly.git
- Enter the repo
cd Flatly
- Build the project
make build
- Install
make install
- Enable the service or run the daemon in CLI
systemctl --user enable flatly.service
orflatly daemon
These command's are just for simple interaction with Flatly
To install a Flatpak package, use the following command:
flatly add <package_name>
Replace <package_name> with the name of the Flatpak package you want to install.
To remove a Flatpak package, use:
flatly remove <package_name>
Replace <package_name> with the name of the Flatpak package you want to remove.
Flatly automatically creates backups of the active.json file before making any changes. You can also manually back it up by running:
flatly backup
This will create a backup of the current list of installed Flatpak packages.