Aheui interpreter in Ruby.
gem install raheui
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. |
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
See CHANGELOG.md.
Copyright (c) 2014-2015 ChaYoung You. See LICENSE.txt for details.