You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bond tab completion and history work great in different OS's and environments, even in Command Prompt :)
However, in Git Bash, a form of msysgit / MSYS / Cygwin, pressing up/down fails to clear the line first, resulting in the history being appended to the current line rather than replacing it.
System:
$ specs ruby bash git os
Specs:
specs 0.2
https://github.com/mcandre/specs#readme
gem --version
2.0.0
ruby --version
ruby 1.9.3p374 (2013-01-15) [i386-mingw32]
bash --version
GNU bash, version 3.1.0(1)-release (i686-pc-msys)
Copyright (C) 2005 Free Software Foundation, Inc.
git --version
git version 1.8.0.msysgit.0
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 3 Build 2600
The text was updated successfully, but these errors were encountered:
bond is only used in ruby consoles e.g. irb,ripl or pry. Which of these are you using with your windows setup? I'm not using windows but I'm open to a pull request
Bond tab completion and history work great in different OS's and environments, even in Command Prompt :)
However, in Git Bash, a form of msysgit / MSYS / Cygwin, pressing up/down fails to clear the line first, resulting in the history being appended to the current line rather than replacing it.
System:
The text was updated successfully, but these errors were encountered: