From b3cf6c815caf1c08fde019087e6961afab4d9fca Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Tue, 20 Oct 2009 14:18:52 -0400 Subject: add formula for rlwrap rlwrap wraps another command giving it readline editing ability. This is useful for interactive programs like clojure which don't provide readline support. http://en.wikibooks.org/wiki/Clojure_Programming/Getting_Started#Enhancing_Clojure_REPL_with_rlwrap--- Library/Formula/rlwrap.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/rlwrap.rb (limited to 'Library') diff --git a/Library/Formula/rlwrap.rb b/Library/Formula/rlwrap.rb new file mode 100644 index 000000000..6175931b2 --- /dev/null +++ b/Library/Formula/rlwrap.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Rlwrap