Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow installation of mods in a yay-style interface #46

Open
carterprince opened this issue May 31, 2022 · 1 comment
Open

Allow installation of mods in a yay-style interface #46

carterprince opened this issue May 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@carterprince
Copy link

carterprince commented May 31, 2022

In yay, all the user has to do to install a package is type yay [package], then select one of the packages listed by typing its respective number.

For example:

yay minecraft

yields:

image

Notice: the first search result is displayed last, at the bottom.

In the current version of pacmc, users must first find the mod ID of the mod they are looking for with pacmc search [mod-name], then actually install it by running pacmc install [mod-id].

If users could simply install a mod in one step with something like pacmc get [mod-name], it would make pacmc much easier to use.

Is this already planned? I noticed the markup for the output of pacmc search does look very similar to yay's output.

@jakobkmar
Copy link
Owner

In my opinion a pacmc get command which has this behavior would be a good thing to add - using the main pacmc command for that is something I don't want to decide on - at least not yet.

@jakobkmar jakobkmar added the enhancement New feature or request label May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants