{"id":21049957,"url":"https://github.com/mrpicklepinosaur/matsuba","last_synced_at":"2025-05-15T20:31:59.488Z","repository":{"id":63873992,"uuid":"471152557","full_name":"MrPicklePinosaur/matsuba","owner":"MrPicklePinosaur","description":"lightweight japanese ime written in rust","archived":false,"fork":false,"pushed_at":"2022-12-31T20:55:59.000Z","size":5190,"stargazers_count":8,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-07T21:43:53.456Z","etag":null,"topics":["input-method","japanese","rust","wgpu","x11"],"latest_commit_sha":null,"homepage":"https://mrpicklepinosaur.github.io/matsuba/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrPicklePinosaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-17T21:47:58.000Z","updated_at":"2023-01-31T19:39:34.000Z","dependencies_parsed_at":"2023-01-31T20:00:38.246Z","dependency_job_id":null,"html_url":"https://github.com/MrPicklePinosaur/matsuba","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPicklePinosaur%2Fmatsuba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPicklePinosaur%2Fmatsuba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPicklePinosaur%2Fmatsuba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrPicklePinosaur%2Fmatsuba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrPicklePinosaur","download_url":"https://codeload.github.com/MrPicklePinosaur/matsuba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225375027,"owners_count":17464426,"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":["input-method","japanese","rust","wgpu","x11"],"created_at":"2024-11-19T15:17:44.543Z","updated_at":"2024-11-19T15:17:45.356Z","avatar_url":"https://github.com/MrPicklePinosaur.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# 松葉 matsuba\n\nlightweight japanese IME written in rust\n\n[![book](https://img.shields.io/badge/book-website-orange)](https://mrpicklepinosaur.github.io/matsuba/)\n[![build](https://github.com/MrPicklePinosaur/matsuba/workflows/Release/badge.svg)](https://github.com/MrPicklePinosaur/matsuba/actions)\n[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](#)\n\n\u003c/div\u003e\n\n**matsuba** - a lightweight japanese ime for x written in rust. This project\nhas three main components:\n\n1. kanji/word database\n2. conversion system (hiragana, katakana, kanji)\n3. graphical frontend for X\n\nEach component should be separable as it's own library. Please see the\n[documentation](https://mrpicklepinosaur.github.io/matsuba/) for\ndetailed installation, configuration and usage instructions.\n\n## INSTALLATION\n\nCurrently **matsuba** only supports X11 (will expand to other platforms in\nfuture!). There are a couple of utilities that need to be installed for\n**matsuba** to interface with X properly.\n- xdotool\n- xmodmap\n- sqlite3\n\n**matsuba** is packaged for the following linux distributions\n- arch linux (and friends) via AUR\n\n## FETCHING DICTIONARY\n\nList of word conversions come from the [EDICT/JMICT\nproject](https://www.edrdg.org/jmdict/edict.html). Specifically, the\n[JMdict_e](http://ftp.edrdg.org/pub/Nihongo/JMdict_e.gz) (JMdict\nenglish-japanese only) xml file is fetched. A script is provided to populate\nyour dictionary, along with some options on what word lists to fetch (bio,\nsports, names etc), you can see a full list of 'filters'\n[here](https://www.edrdg.org/jmdictdb/cgi-bin/edhelp.py?svc=jmdict\u0026sid=#kw_fld).\n\n## TODO\n\nRoadmap to 1.0 release\n- [x] get keycodes from xmodmap\n- [x] capture all keypresses (even when not focused)\n- [x] figure out how to have floating window\n- [X] fetch kanji data from EDICT\n- [X] set up database (probably sqlite)\n- [X] arg parsing\n- [x] glyph rendering\n- [x] make user type accepted string\n- [x] henkan + muhenkan\n- [x] conversion menu for kanji\n- [x] refactor to daemon + cli to manage (rpc calls)\n- [x] utility cli to do kana conversions + kanji conversions + fetch daemon state\n- [x] rewrite matsuba-fetch script as a series of command calls in matsucli\n- [ ] pass through certain keys + general qol improvements\n- [x] config file\n- [ ] systemd, openrc and runit services for matsubad\n- [x] package for various linux distributions (could use workflow to automatically build and package)\n\n## CONTRIBUTING\n\nFeel free to open any issues and pull requests to support development! Please\nsee the [Developer Guide](https://mrpicklepinosaur.github.io/matsuba/developer/index.html) (WIP)\nfor contribution guidelines and an overview of the internals.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpicklepinosaur%2Fmatsuba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrpicklepinosaur%2Fmatsuba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpicklepinosaur%2Fmatsuba/lists"}