pindexis / qfc

Quick Command-line File Completion
MIT License
580 stars 23 forks source link

Path is not returned to command line in OS X 10.10+iTerm2 #19

Closed ravi closed 9 years ago

ravi commented 9 years ago

Searching using ctrl-F works perfectly, but pressing Enter/Return returns to the command line without appending the path to the command line. My environment is OS X 10.10 + iTerm2 + bash(3.2.57).

pindexis commented 9 years ago

Bash 4.x+ is required for qfc to work. http://apple.stackexchange.com/a/24635

ravi commented 9 years ago

Ah, sorry I should have noticed/checked the bash version requirement. Thank you.