generate hand from currently installed packages #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
because retrieving package ids individually may be tedious, having a subcommand like
fetchland saveto save all user installed packages ?or rather maybe register packages when invoking
fetchland installinteractively, as a wrapper for bridgesyou could even have the install subcommand be assumed as the default so that
fetchland <package_id>would callinstall(<package_id>)which is semantically pleasing and intuitive given the name of the project which reads "fetch [a] land [named] <package_id>"besides interactively invoking the fetchland wrappers to manage packages,
fetchland savecould displayflatpak list --app [--user]as a numbered checklist while listening for user input, taking a whitespace separated sequence of indexes to toggle the inclusion of, before displaying the diff from the current lands.lst with the would be new lands.lst and querying for overwrite confirmationgenerate lands from currently installed flatpaksto generate lands from currently installed packagesgenerate lands from currently installed packagesto generate hand from currently installed packages