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

add pass command instead of password in clear text into add-nextcloud-bookmarks script #7679

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

0x766C70
Copy link

I use to publish my dot files and the add-nextcloud-bookmarks.ini file was included into the repo with my password.

I add the option to use a pass command instead of password in clear text.

Copy link
Member

@The-Compiler The-Compiler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please keep the existing functionality where the script prompts the user for settings, and only add this on top of it? I don't see a reason why it should be removed.

Also, please use subprocess.run with capture_output=True, text=True instead of hand-rolling things with subprocess.Popen.

@0x766C70
Copy link
Author

Hi @The-Compiler ,

I have keep the input option and use subprocess.

I let you check

vlp

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

Successfully merging this pull request may close these issues.

None yet

2 participants