Raheui
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 | raheui
Also it works for every commit hash:
git log --format=%b -n 1 <commit> | raheui
Changelog
See CHANGELOG.md.
License
Copyright (c) 2014 ChaYoung You. See LICENSE.txt for details.