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

Added 'groups add/del' functionality and added a --reinstall option. resolves #7 #19

Closed
wants to merge 14 commits into from

Conversation

countsudoku
Copy link

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

@countsudoku countsudoku changed the title Added 'groups add' functionality Added *groups add*/*group del* functionality May 30, 2015
@countsudoku countsudoku changed the title Added *groups add*/*group del* functionality Added 'groups add/del' functionality and added a --reinstall option May 30, 2015
@countsudoku countsudoku changed the title Added 'groups add/del' functionality and added a --reinstall option Added 'groups add/del' functionality and added a --reinstall option. resolves #7 May 30, 2015
Conflicts:
	bin/dots
	contrib/bash_completion

The tabs were replaced in both branches. Now I merge both brnaches again and
solved all Conflicts
@countsudoku
Copy link
Author

I've merged the recent changes from other pull requests and some other changes into my branch. So that this is mergable again.

@countsudoku
Copy link
Author

@evanpurkhiser is there any chance, that this gets merged?

@evanpurkhiser
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Force re-running of installation scripts
2 participants