-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make a PR upstream? #23
Comments
tryna edit the AUR pacdef-git to get this running, do I no longer need to use |
The AUR packages belong to @steven-omaha and point to the https://github.com/steven-omaha/pacdef rather than this fork so that won't work atm. You are correct in that you no longer need the |
The easiest way to install this would probably be using cargo, perhaps: |
Trying it out, gotta say that the new group format with the indentation and the quotes and commas is a bit more annoying than the old toml used . |
Also pacdef clean reports the entire package tree that would be removed, rather than the ones specifically marked installed, which for me makes it much harder to read. |
The old syntax was INI and not TOML. TOML allows for some really good and useful features which is why we went with this. We can possibly write a converter script in python, and link to it in the README. I agree with the point of no groups applying by default, we should change it. The point about pacdef clean also makes sense. I'll hopefully be able to roll out a couple of changes tomorrow. |
I've opened #24 to fix all the mentioned improvements except the converter (can be done in a separate PR) and the
I'm not sure I understand this, could you provide an example or re-phrase it maybe? |
Basically it reports ALL the packages that would be uninstalled, rather than the ones that I've manually installed (for arch) |
Ah that makes sense, thanks. I'll add a new cli option for the verbose behaviour |
Changes Made in #24. I'm going to suggest in steven-omaha/pacdef#92 if anyone wants to try out this version of pacdef. |
Hopefully we should be able to make a PR upstream now that things are a lot more stable than before. @Magniquick wanted to try out the new repo, so we should probably have him as a tester and report changes.
A couple of other ideas:
pacdef review
so that people know it's still under work.pacdef unmanaged
can reduce visual clutter by not listing empty backends.Unfortunately I won't be able to contribute a lot/very frequently till the next year because of a very hectic semester at uni. Once again, thanks for your efforts on this project @ripytide !
The text was updated successfully, but these errors were encountered: