Coder Social home page Coder Social logo

rime-lua-collection's Introduction

rime-lua-collection

配方: ℞ baopaau/rime-lua-collection

Rime Lua 腳本

在Rime輸入任意Unicode字符

在Rime使用計算器

安裝

東風破 安裝口令: bash rime-install baopaau/rime-lua-collection (暫不可用)

依賴librime-lua

授權條款:見 LICENSE

使用

rime.lua

unicode_translator = require("unicode_translator")
calculator_translator = require("calculator_translator")

<your_schema>.custom.yaml

patch:
  "engine/translators/@after last": "lua_translator@unicode_translator"
  engine/translators/@next: "lua_translator@calculator_translator"
  recognizer/patterns/unicode: "^U.*$"
  recognizer/patterns/expression: "^=.*$"

rime-lua-collection's People

Contributors

baopaau avatar

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.