Raheui

Gem Version Build Status Dependency Status Code Climate codecov.io Inline docs raheui API Documentation

Aheui interpreter in Ruby.

Installation

gem install raheui

Usage

Pass raheui a file to execute:

raheui helloworld.aheui

Alternatively you can run raheui with no arguments to pass aheui code through terminal input.

raheui

For additional command-line options:

raheui -h
Command flag Description
-h, --help Print this message.
-v, --version Print version.

Commit message in Aheui

Why don't you just try:

git log --format=%b -n 1 d176df4 | raheui

Also it works for every commit hash in d176df4..5a6bfd0:

git log --format=%b -n 1 <commit> | raheui

Changelog

See CHANGELOG.md.

License

Copyright (c) 2014-2015 ChaYoung You. See LICENSE.txt for details.