On Fri, 14 Jan 2005 14:01:14 +0900, Csaba Henk <csaba / phony_for_avoiding_spam.org> wrote: > Hi! > > I hacked irb/completion.rb such that now it does filename completion (not > just ruby expression completion). (A word is completed as a filename if it > begins with ./, ../, /, or ~/ .) I think this feature is close to being > essential for those who tend using irb as a better shell (like me)... Thank you! I have missed the filename completion ever since I turned on autocompletion, just never bothered to do anything about it. I'll be trying it out as soon as I get the chance. I, too, often use irb as a shell. cheers, Mark