Code Monkey home page Code Monkey logo

rime-auto-deploy's Issues

请问如何单独更新rime-ice

另外手动更新模式下,
执行一个步骤后,就得从头再次执行命令,不能命令执行完,回到菜单选项吗?

修改主题不生效

在修改了 squirrel.custom.yaml 后,执行脚本的手动模式的Copy custom config 后重新部署修改并生效,squirrel.custom.yaml文件倒是恢复到原来的样子

如何完整卸载

您好,卸载 Rime 后每天都会提示下图内容。麻烦问下如何可以完整卸载,谢谢!
CleanShot 2023-06-01 at 09 35 07@2x

自动部署后Rime输入法不显示

⚠️⚠️⚠️⚠️小白一枚

这是部署过程:

git clone --depth=1 https://github.com/Mark24Code/rime-auto-deploy.git --branch latest
Cloning into 'rime-auto-deploy'...
remote: Enumerating objects: 43, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 43 (delta 3), reused 29 (delta 0), pack-reused 0
Receiving objects: 100% (43/43), 2.48 MiB | 2.59 MiB/s, done.
Resolving deltas: 100% (3/3), done.
Note: switching to '6acbe9adcce802a68b8ed58645a9e55dfc5b5f1e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

cd rime-auto-deploy


./installer.rb
=== Rime Deploy ====
[01] Install rime        	  done
[02] Backup rime config  	  done
[03] Clone config        	  done
[04] Copy custom config  	  done

Tips: When finished all jobs. You need to do follow:
1) Restart system.
2) open Rime input method setting pane and click DEPLOY button.
Enjoy~ 🍻
more info:
Config path: ~/Library/Rime/

之后我重新启动了系统,但是在键盘设置界面根本找不到 Rime 输入法,我不知道该怎么做了……

image image image

安装不上rime

=== Rime Deploy ====
[01] Install rime done
[02] Backup rime config done
[03] Clone config done
[04] Copy custom config done

Tips: When finished all jobs. You need to do follow:

  1. Restart system.
  2. open Rime input method setting pane and click DEPLOY button.
    Enjoy~ 🍻
    more info:
    Config path: ~/Library/Rime/

安装步骤提示这个以后,重启系统,输入法哪里还是没有rime

ruby闪退和右键没有终端显示这个添加项

你好,鼠标右键没有显示“在终端显示”这个选项, 请问如何添加的?
或者有其他解决方案?我曾试图用ruby打开这个文件夹,但只要复制代码到ruby,ruby就会闪退结束。

谢谢解答,
jiuyi

鼠须管1.0.1是否会不兼容?

使用手动模式进行2、3、4步后RIME-ICE配置生效了,我在~/Library/Rime中新建了custom文件夹并新建了squirrel.custom.yaml文件,在里面加了如下配置

patch:
  style:
    color_scheme: macos_light
    color_scheme_dark: macos_dark
    candidate_list_layout: linear

  # 皮肤列表
  preset_color_schemes:
    macos_light:
      name: "MacOS 浅色/MacOS Light"
      author: 小码哥
      font_face: "PingFangSC"          # 字体及大小
      font_point: 16
      label_font_face: "PingFangSC"    # 序号字体及大小
      label_font_point: 12
      comment_font_face: "PingFangSC"  # 注字体及大小
      comment_font_point: 16
      candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
      candidate_list_layout: linear   # 候选排布:层叠 stacked | 行 linear
      text_orientation: horizontal    # 行文向: 横 horizontal | 纵 vertical
      inline_preedit: true            # 拼音位于: 候选框 false | 行内 true
      translucency: false             # 磨砂: false | true
      mutual_exclusive: false         # 色不叠加: false | true
      border_height: 1                # 外边框 高
      border_width: 1                 # 外边框 宽
      corner_radius: 5                # 外边框 圆角半径
      hilited_corner_radius: 5       # 选中框 圆角半径
      surrounding_extra_expansion: 0 # 候选项背景相对大小?
      shadow_size: 0                 # 阴影大小
      line_spacing: 5                # 行间距
      base_offset: 0                 # 字基高
      alpha: 1                       # 透明度,0~1
      spacing: 10                    # 拼音与候选项之间的距离 (inline_preedit: false)
      color_space: srgb                       # 色彩空间: srgb | display_p3
      back_color: 0xFFFFFF                    # 底色
      hilited_candidate_back_color: 0xD75A00  # 选中底色
      label_color: 0x999999                   # 序号颜色
      hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
      candidate_text_color: 0x3c3c3c          # 文字颜色
      hilited_candidate_text_color: 0xFFFFFF  # 选中文字颜色
      comment_text_color: 0x999999            # 注颜色
      hilited_comment_text_color: 0xFFFFFF    # 选中注颜色
      text_color: 0x424242                    # 拼音颜色 (inline_preedit: false)
      hilited_text_color: 0xFFFFFF            # 选中拼音颜色 (inline_preedit: false)
      candidate_back_color: 0xFFFFFF          # 候选项底色
      # preedit_back_color:                   # 拼音底色 (inline_preedit: false)
      hilited_back_color: 0xD75A00            # 选中拼音底色 (inline_preedit: false)
      border_color: 0xFFFFFF                  # 外边框颜色

    macos_dark:
      name: "MacOS 深色/MacOS Dark"
      author: 小码哥
      font_face: "PingFangSC"          # 字体及大小
      font_point: 16
      label_font_face: "PingFangSC"    # 序号字体及大小
      label_font_point: 12
      comment_font_face: "PingFangSC"  # 注字体及大小
      comment_font_point: 16
      candidate_format: "%c\u2005%@\u2005" # 编号 %c 和候选词 %@ 前后的空间
      candidate_list_layout: linear   # 候选排布:层叠 stacked | 行 linear
      text_orientation: horizontal    # 行文向: 横 horizontal | 纵 vertical
      inline_preedit: true            # 拼音位于: 候选框 false | 行内 true
      translucency: false             # 磨砂: false | true
      mutual_exclusive: false         # 色不叠加: false | true
      border_height: 1                # 外边框 高
      border_width: 1                 # 外边框 宽
      corner_radius: 5                # 外边框 圆角半径
      hilited_corner_radius: 5       # 选中框 圆角半径
      surrounding_extra_expansion: 0 # 候选项背景相对大小?
      shadow_size: 0                 # 阴影大小
      line_spacing: 5                # 行间距
      base_offset: 0                 # 字基高
      alpha: 1                       # 透明度,0~1
      spacing: 10                    # 拼音与候选项之间的距离 (inline_preedit: false)
      color_space: srgb                       # 色彩空间: srgb | display_p3
      back_color: 0x1f1e2d                  # 底色
      hilited_candidate_back_color: 0xD75A00  # 选中底色
      label_color: 0x999999                   # 序号颜色
      hilited_candidate_label_color: 0xFFFFFF # 选中序号颜色
      candidate_text_color: 0xe9e9ea          # 文字颜色
      hilited_candidate_text_color: 0xFFFFFF  # 选中文字颜色
      comment_text_color: 0x999999            # 注颜色
      hilited_comment_text_color: 0x999999    # 选中注颜色
      text_color: 0x808080                    # 拼音颜色 (inline_preedit: false)
      hilited_text_color: 0xFFFFFF            # 选中拼音颜色 (inline_preedit: false)
      candidate_back_color: 0x1f1e2d          # 候选项底色
      # preedit_back_color:                   # 拼音底色 (inline_preedit: false)
      hilited_back_color: 0xD75A00            # 选中拼音底色 (inline_preedit: false)
      border_color: 0x050505                  # 外边框颜色

然后保存->手动模式第四步->重新部署,但是主题和候选字横向都没有生效,请问是我哪里没做对吗?

linux ibus rime skin

查询了已关闭的issue, 还是不知道如何设置Ubuntu ibus rime的皮肤

麻烦问下快捷键如何设置?

请教一下:

  1. 想把中英文切换 快捷键设置成:Shift ⇧键,即:通过 Shift 来快速切换中英文;「和搜狗输入法保持一致」
  2. 想把英文大小写切换 快捷键设置成:中/英键, 即:通过 中/英 来快速切换英文大小写;「和搜狗输入法保持一致」

目前使用的机型是M1,以上两点,基于rime-auto-deploy,应该在哪个文件中进行配置才能生效。

麻烦大佬能指点一下,谢谢!

内存占用过高

之前使用了一阵子最后,mac下系统的内存占用超过了8G, 迫不得已停用了,
有人发推文也说过内存占用高的问题, 说是要替换更新rime.lua 不知道是否解决了?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.