Top "Readline" questions

A library for command line editing, or a function to read one line of text.

R - Reading STDIN line by line

I want to stream a big data table into R LINE BY LINE, and if the current line has a …

r streaming line readline
Reading CSV file in java adds space between each character

I'm reading a CSV file downloaded form google trend, here are the contents of file when opened in notepad (first …

java csv readline filereader
Listen on ESC while reading Console line

I want to read an users input into a string while still reacting on ESC press at any time, but …

c# console key readline hotkeys
readline and readlines methods missing from python 3.2?

Did they remove file.readline() and file.readlines() from python 3.2? If yes what did they replace it with?

python readline readlines
python tab completion in windows

I'm writing a cross-platform shell like program in python and I'd like to add custom tab-completion actions. On Unix systems …

python windows readline tab-completion
Can I read a local text file line by line into a string array?

The question "How to read a local (res/raw) file line by line?" deals with a similar issue but I …

android readline arrays datainputstream
Using GNU Readline; how can I add ncurses in the same program?

The title is a bit more specific than my actual goal: I have a command-line program which uses GNU Readline, …

readline ncurses editline
What is wrong with readline?

I set up a Rails environment three times with different OSes and with Rails 3 and 4. It goes smoothly until I …

ruby-on-rails ruby rvm readline rails-console
Readline not working in rvm - Ubuntu 11.10

I am using rvm on my ubyntu 11.10. My readline is not working, I tried ruby extconf.rb but it is …

ruby rvm readline
How to get vi keybindings to work in mysql client?

I have vi bindings working in my bash shell using set -o vi in my .bash_profile. But I can't …

mysql unix vim command-line readline