-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨ bidirectional sync #5
base: main
Are you sure you want to change the base?
✨ bidirectional sync #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['breaking-change', 'bugfix', 'documentation', 'enhancement', 'refactor', 'new-feature', 'maintenance', 'dependencies']
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments from my side ;)
And it seems the linter picks up the old config folder. It's optional to fix that. If its not done in your PR, I will do it before release.
-e "ssh -p ${PORT} -i ${PRIVATE_KEY_FILE} -oStrictHostKeyChecking=no" \ | ||
"$local" "${USERNAME}@${HOST}:${remote}" | ||
set +x | ||
direction=$(echo "$FOLDERS" | jq -r ".[$i].direction // \"push\"") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It the direction should be optional, then a default value is needed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All other changes are done :)
but I don't understand this one...
"push" is used as the fallback value when no direction is defined in the configuration.
Hi, thank you for this addon!
I’ve made some improvements to enhance functionality and usability:
Testing:
Let me know if you have any questions or need further changes.
Thanks!