20 Commits (c585990f969de756c130008bf6a381b35c7ff758)
 

Author SHA1 Message Date
Thomas Kluyver c585990f96 Merge pull request #4 from blink1073/add-restart
Restart bash if there are any errors
11 years ago
Steven Silvester 8da70a352a Restart bash if we get an EOF error.
Restart bash if there are any errors

Limit catches to pexpect.EOF, print previous output

Catch keyboard interrupts while waiting for bash prompt

Revert try/catch around expect_prompt
11 years ago
Thomas Kluyver f718dea58b Merge pull request #3 from blink1073/do_complete
Add Bash Completion
11 years ago
Steven Silvester 41bc603506 Fix possible IndexError and add whitespace 11 years ago
Steven Silvester 5a3d3b795c Allow completions to work for files, directories, and aliases. 11 years ago
Thomas Kluyver 5dd2722d03 Merge pull request #2 from blink1073/master
Fix handling of exitcode, name of "payload" key, add stub for shutdown.
11 years ago
Steven Silvester f8629ab8ff Use length of token not len of code for start_pos 11 years ago
Steven Silvester 59f5dc5e3e Add code completion using bash compgen command. 11 years ago
Steven Silvester fe6de313e7 Fix handling of exitcode, name of "payload" key, add stub for shutdown. 11 years ago
Thomas Kluyver 11db1d7d81 Fix codemirror mode in kernelspec 11 years ago
Thomas Kluyver 87aad44f14 Version 0.2 11 years ago
Thomas Kluyver d7f79edb8c Make bash subprocess interruptible
Prevent inheriting SIG_IGN

Closes gh-1
11 years ago
Thomas Kluyver af97cb0146 Refine setup.py to work with pip 11 years ago
Thomas Kluyver 978fd15590 Add info to setup.py 11 years ago
Thomas Kluyver b563d4321b Version is 0.1 11 years ago
Thomas Kluyver 1aba70a68d Ensure that kernelspec gets into tarballs 11 years ago
Thomas Kluyver 2095a82952 Add dependencies to setup.py 11 years ago
Thomas Kluyver ad70872013 Add README 11 years ago
Thomas Kluyver 015376bc27 Add gitignore 11 years ago
Thomas Kluyver cb0df82ba8 Initial commit (made in the IPython Qtconsole) 11 years ago