Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Add db2 keywords to autocomplete list, use rlwrap goodies
Browse files Browse the repository at this point in the history
Wrap db2 command mode in a repl
  • Loading branch information
onsitedev committed Nov 18, 2011
1 parent 175e2b6 commit 53e07ff
Show file tree
Hide file tree
Showing 12 changed files with 663 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
db2c*.gem
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,7 @@ Once you've made your great commits:
Acknowledgement
------------

Chris Jester-Young ([CKY][4]) found out the problem of using shell metacharacters when executing commands from Ruby.
The initial script was inspired by [defunkt's repl][3], for a genenral purpose repl/wrapper, this is your friend.

Meta
Expand All @@ -42,3 +43,4 @@ Samer Abukhait <samer@on-siteNOSPAM.com>, @s4mer
[1]: http://help.github.com/forking/
[2]: https://github.com/on-site/db2c/issues
[3]: https://github.com/defunkt/repl
[4]: https://github.com/cky
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,5 +1,5 @@
$LOAD_PATH.unshift 'lib'
require "db2c/version"
require "db2c"

def version
Db2c::VERSION
Expand Down

0 comments on commit 53e07ff

Please sign in to comment.