rime / rime/squirrel

停用自动更新提示的说明

Open Beginner friendly
#1,013 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.