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

Possibility to fix one application #136

Closed
bilelmoussaoui opened this issue Jan 15, 2016 · 7 comments
Closed

Possibility to fix one application #136

bilelmoussaoui opened this issue Jan 15, 2016 · 7 comments

Comments

@bilelmoussaoui
Copy link
Owner

I think it's a great idea to be able to fix/revert only one application.
Won't have to change a lot of things, just if the user adds a new arg to the command list and choose apply or revert the script will only fix/revert this application.
Something like --only=telegram,skype
@wa4557 What do you think?

@andia89
Copy link
Collaborator

andia89 commented Jan 15, 2016

👍 Should be nothing more than a if not (sys.argv[1]=="only" and sys.argv[2]=="skype"): continue in the install function (and the revert function)

@bilelmoussaoui
Copy link
Owner Author

Yeah! we just pass the argument to the get_app_informations https://github.com/bil-elmoussaoui/Hardcode-Tray/blob/master/script.py#L260 And only get the infos for applications in the argument?

@andia89
Copy link
Collaborator

andia89 commented Jan 15, 2016

Even better!

@bilelmoussaoui
Copy link
Owner Author

Done! 👍
screenshot from 2016-01-15 15-29-36

@andia89
Copy link
Collaborator

andia89 commented Jan 15, 2016

Like that :)

@bilelmoussaoui
Copy link
Owner Author

Yeah :) Just need some help, i don't know how to explain that the user can get the applications name from the second column in the db.csv file :/ Can you do that? 👍

@andia89
Copy link
Collaborator

andia89 commented Jan 15, 2016

Sure

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

No branches or pull requests

2 participants