Skip to content

Conversation

@hsqStephenZhang
Copy link

@hsqStephenZhang hsqStephenZhang commented May 1, 2025

support Ignore list when updating

simple fix of #42
currently, there is no regex involved, but it's easy to implement, and the current approach should be enough for most cases.

simple demo

image

Copilot AI review requested due to automatic review settings May 1, 2025 09:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds support for an ignore list when updating plugins. It updates the README to include a new "Ignore Plugin List" section with instructions on how to configure the ignore list.

  • Added a new section in README.md to document the ignore list configuration.
  • Provided a code snippet demonstrating how to use the ignore list feature.
Files not reviewed (1)
  • autoupdate.plugin.zsh: Language not supported

README.md Outdated

To prevent some plugins from update, add this to your `~/.zshrc` file:
```shell
# support ',' ';' ';' as the split char
Copy link

Copilot AI May 1, 2025

Choose a reason for hiding this comment

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

The comment on delimiter support includes duplicate semicolons, which could be confusing. Please clarify whether the duplicate ';' is intentional or a typo.

Suggested change
# support ',' ';' ';' as the split char
# support ',' ';' as the split char

Copilot uses AI. Check for mistakes.
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.

1 participant