{"id":20454008,"url":"https://github.com/fcitx/fcitx5-cskk","last_synced_at":"2025-06-13T05:03:58.462Z","repository":{"id":37045155,"uuid":"363110301","full_name":"fcitx/fcitx5-cskk","owner":"fcitx","description":"SKK input method plugin for fcitx5 that uses LibCSKK","archived":false,"fork":false,"pushed_at":"2025-04-22T20:25:15.000Z","size":381,"stargazers_count":45,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-22T21:28:45.263Z","etag":null,"topics":["fcitx5","input-method","skk"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fcitx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-30T10:47:14.000Z","updated_at":"2025-04-22T20:25:19.000Z","dependencies_parsed_at":"2024-05-20T23:37:43.037Z","dependency_job_id":"5cdb5f33-592c-4b5e-b85b-84baf4916944","html_url":"https://github.com/fcitx/fcitx5-cskk","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/fcitx/fcitx5-cskk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcitx%2Ffcitx5-cskk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcitx%2Ffcitx5-cskk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcitx%2Ffcitx5-cskk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcitx%2Ffcitx5-cskk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcitx","download_url":"https://codeload.github.com/fcitx/fcitx5-cskk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcitx%2Ffcitx5-cskk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259584752,"owners_count":22880193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fcitx5","input-method","skk"],"created_at":"2024-11-15T11:14:44.115Z","updated_at":"2025-06-13T05:03:58.380Z","avatar_url":"https://github.com/fcitx.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ![cskk logo](https://raw.githubusercontent.com/naokiri/fcitx5-cskk/master/data/icon/48x48/apps/cskk.png) fcitx5-cskk \n[Fcitx5](https://github.com/fcitx/fcitx5) でskk入力方式で入力するためのインプットメソッドプラグイン。\n\n[libcskk](https://github.com/naokiri/cskk) を用いる。\n\n説明書は[CSKK Docs](https://naokiri.github.io/cskk-docs/)に公開。\n\n## インストール方法\n\n### Required libraries\n\nSame as other fcitx5 plugin project.\n\nFor example in Debian,\n\n    $ sudo apt install gettext cmake extra-cmake-modules fcitx5-modules-dev qtbase5-dev qtdeclarative5-dev libfcitx5-qt-dev\n\nFor full features.\n\n### Install\n\n    $ rm -rf ./build\n    $ mkdir build\n    $ cd build  \n    $ cmake ..\n    $ make \u0026\u0026 make install\n\nシステムによっては、アイコン類の読み込みのために再起動が必要です。\n\n## アンインストール方法\n\n    $ cd build\n    $ make uninstall\n\n## テスト実行方法\n\n    $ rm -rf ./build \n    $ mkdir build\n    $ cd build\n    $ cmake -DGOOGLETEST=on ..\n    $ make runTest \n    $ ./test/runTest\n\nGOOGLETESTフラグはキャッシュされるのでライブラリ生成時には注意が必要\n\n## 開発状況\n### 実装予定(いつかは)\n- [x] ひらがな・カタカナ・漢字入力\n- [x] 変換候補リスト表示\n- [x] 変換候補リスト ラベル選択\n  \n- 設定項目\n    - [x] 入力モード初期値設定\n    - [x] 漢字変換候補ラベル((a,b,c...), (1,2,3...) etc.)\n    - [x] 句読点スタイル ((,.),(、。),(、.)... )\n    - [x] 変換候補リスト表示までの変換候補数 \n    - [x] 変換候補リストのサイズ\n     \n### 実装内容・予定不明\n- [x] 優先度、読み書き可不可の辞書リスト設定\n\n\n### 辞書\n辞書の形式は [skk-dev](https://skk-dev.github.io/dict/) で配布されているものを想定している。\n\nデフォルトでは/usr/share/skk/SKK-JISYO.L が euc-jp の読み取り専用辞書として使われる。\n\n辞書はfcitx5のconfigtoolから設定可能。\n\n\n直接編集する場合は `~/.local/share/fcitx5/cskk/dictionary_list` に保存されている。\n','区切りのkey=valueリストで、type,file,mode,encoding,completeを指定する。\n例として、\n\n    type=file,file=/usr/share/skk/SKK-JISYO.L,mode=readonly,encoding=euc-jp,complete=false\n    type=file,file=$FCITX_CONFIG_DIR/cskk/user.dict,mode=readwrite,complete=true\n\ntypeはfileのみ。必須。\n\nfileはファイルへのパスを指定する。必須。唯一文頭でのみ$FCITX_CONFIG_DIRのみ変数として使え、fcitx5の設定ディレクトリ(通常は~/.local/share/fcitx5)を指す。\n\nmodeはreadonlyまたはreadwrite。必須。\n\nencodingに指定できる内容はlibcskkに準じる。必須。少なくとも\"euc-jp\"や\"utf-8\"が使える。\n\ncompleteは補完機能に用いるかどうか。trueかfalse。デフォルトはfalse。\n\n\n\n## 著作権表示\n\nCopyright (C) 2021 Naoaki Iwakiri\n\n## ライセンス\nGNU GPL v3 or later.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public\nLicense as published by the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied\nwarranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not,\nsee \u003chttps://www.gnu.org/licenses/\u003e.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcitx%2Ffcitx5-cskk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcitx%2Ffcitx5-cskk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcitx%2Ffcitx5-cskk/lists"}