-
Notifications
You must be signed in to change notification settings - Fork 38
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
Added 'groups add/del' functionality and added a --reinstall option. resolves #7 #19
Conversation
Conflicts: bin/dots contrib/bash_completion The tabs were replaced in both branches. Now I merge both brnaches again and solved all Conflicts
I've merged the recent changes from other pull requests and some other changes into my branch. So that this is mergable again. |
@evanpurkhiser is there any chance, that this gets merged? |
Hi @countsudoku I'm actually working on a golang rewrite of dots on the go-rewrite branch. It's still somewhat early, but I do plan to support the reinstall feature. However, I likely won't support adding or removing groups, since order is important when specifying a group list. See GH-20 for my upcoming ideas. |
If added two new parameter to the groups command. add, which adds groups to the current used groups and del, which removes groups from the current used groups.
So you don't have to use groups set with every current groups and the new group. Now you can use groups add to add one or more groups or group del to remove one or more groups from/to the existing groups.
I've also implemented the --reinstall option with abrevation -r. This resolves #7