https://github.com/skx/dotfiles/blob/master/.emacs.d/init.el
That reads and parses the following Markdown file, which contains documentation for humans and indented code-blocks which are executed by Emacs:
https://github.com/skx/dotfiles/blob/master/.emacs.d/init.md
I would love to help. I can try to implement some of the pry features into Fir or work on a Rails integration ala pry-rails.
Its for OpenSUSE instead of Ubuntu because I like OpenSUSE more especially comparing apt-get syntax to zypper.
zypper refresh actually refreshes the repos and not apt-get update that doesn't update anything
zypper update actually updates the packages and not apt-get upgrade
zypper dist-upgrade moves from one release to the next as opposed to apt full-upgrade because apt-get dist-upgrade doesn't remove programs with a conflict. UGH!!!!!
zypper search actually searches for packages as opposed to apt-cache search
/rant over
WHY did chocolatey go with the debian apt-get syntax :(