tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

Add .save command, addresses issue #20 #26

Closed skypanther closed 10 years ago

skypanther commented 10 years ago

I originally wrote this to write to the user's home directory by default. Hence the getUserHome() function. In the end, it writes to just the current directory. I can remove that function, or update the logic to write to the user's home dir. Lemme know.

tonylukasavage commented 10 years ago

I resolved this differently. There's no reason to maintain a history since the readline Interface already maintains one. I'd be happy to take the doc update though by itself if you wanted to push another one.