Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitode909/cliime
Japanese Input Method for Command Line
https://github.com/hitode909/cliime
Last synced: 3 months ago
JSON representation
Japanese Input Method for Command Line
- Host: GitHub
- URL: https://github.com/hitode909/cliime
- Owner: hitode909
- Created: 2014-02-28T09:55:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T09:57:38.000Z (almost 11 years ago)
- Last Synced: 2023-04-11T17:11:30.989Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cliime
An Input Method Editor for Command Line
## Setup
```
bundle install
```## Usage
Basic Usage
```
% bundle exec -- ruby cliime.rb nihonngohonnyakusuruyatudesu
日本語翻訳するやつです
日本語翻訳する奴です
日本語翻訳スルやつです
日本語翻訳スル奴です
```Working with [mooz/percol](https://github.com/mooz/percol)
```
% bundle exec -- ruby cliime.rb nihonngohonnyakusuruyatudesu | percol | pbcopy
```## How this works
- Convert romaji to hiragana with [romankana | RubyGems.org | your community gem host](https://rubygems.org/gems/romankana)
- Convert hiraga to kanji with [Google 日本語入力 - CGI API デベロッパーガイド](http://www.google.co.jp/ime/cgiapi.html)