停用自动更新提示的说明
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 6.4k
- Forks
- 554
- PR merge metrics
- No merged PRs in 30d
Description
目前内建的配置文件无法停用软件的自动更新功能,在使用如 Homebrew 等第三方包管理软件管理 Squirrel 时可能造成冲突。为此,希望开发者在合适的地方(如 README.md,wiki)加入如下的“停用自动更新提示”的说明信息。
停用自动更新提示
defaults write im.rime.inputmethod.Squirrel SUEnableAutomaticChecks -bool false
重新启用自动更新提示
defaults delete im.rime.inputmethod.Squirrel SUEnableAutomaticChecks
注:重新登录用户后生效
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with README.md and the wiki, which the issue identifies as possible documentation locations. Add the provided commands for disabling and re-enabling automatic update checks, including the note that the change takes effect after logging in again; done means users can find both instructions clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100