Code Monkey home page Code Monkey logo

anything-myrurema's Introduction

anything-myrurema

anything-myrurema は myrurema gem を使って emacs で Ruby のマニュアル(るりま)を読むツールです。るりまサーチの検索結果ページを開くこともできます。

準備

myrurema gem をインストールします。このドキュメントでは Ruby1.9.3 を例としています。myrurema gem の導入の詳細は https://github.com/yhara/myrurema を参照して下さい。

gem install myrurema
rurema --init
rurema --init --rubyver=1.9.3

インデックスファイルを作成します。そのため、bitclust-core gem をインストールします(myrurema にも bitclust が付随しているので、ruby -I を利用する方法もあります)。

gem install bitclust-core
(bitclust  -d $HOME/.rurema/db/1.9.3 list --class; bitclust  -d $HOME/.rurema/db/1.9.3 list --method; bitclust  -d $HOME/.rurema/db/1.9.3 list --library) > ~/.emacs.d/myrurema.index

インデックスファイルの作成がうまくゆかない場合は、 https://gist.github.com/3154649 を ~/.emacs.d/myrurema.index として配置して下さい。ただし、Ruby1.9.3 向けの内容です。

emacs 側は、anything 類を導入後、anything-myrurema.el をロードパスの通ったところに配置し、require します。

(require 'anything-myrurema)

使用方法

M-x anything-myrurema するか、anything-myrurema に適当なキーを割り当てます。

候補ウィンドウ

Sample Image

アクション選択ウィンドウ

Sample Image

結果の表示

Sample Image

anything-myrurema's People

Contributors

mori-dev avatar

Watchers

 avatar  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.