Aheui interpreter in Ruby.
gem install raheuiPass raheui a file to execute:
raheui helloworld.aheuiAlternatively you can run raheui with no arguments to pass aheui code through terminal input.
raheuiFor 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 | raheuiAlso it works for every commit hash in d176df4..5a6bfd0:
git log --format=%b -n 1 <commit> | raheuiSee CHANGELOG.md.
Copyright (c) 2014-2015 ChaYoung You. See LICENSE.txt for details.
