Anthony Scopatz
aaca47a1ea
PEP8 space after comma
2015-03-14 23:49:45 -05:00
Anthony Scopatz
cc6bb96f39
Merge branch 'title' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-title
2015-03-14 23:46:48 -05:00
Anthony Scopatz
a61e8e0709
Merge branch 'sl'
2015-03-14 23:38:55 -05:00
adam j hartz
f31484cf4c
change default title, and use format_prompt on the title
2015-03-15 00:01:07 -04:00
adam j hartz
0f5e4b2d25
make use of argparse
2015-03-14 22:51:26 -04:00
adam j hartz
61133a9720
command mode with -c
2015-03-14 22:23:07 -04:00
adam j hartz
078fa8a91f
bugfix for multiline prompt (given the updates from #31 )
2015-03-14 19:25:46 -04:00
adam j hartz
1064179f5a
only try to update terminal title in a virtual terminal
2015-03-14 17:19:58 -04:00
Anthony Scopatz
d84140e1cd
Merge branch 'wrywerytwreywery-title'
2015-03-14 15:26:27 -05:00
Anthony Scopatz
7e03bd8f99
minor title refactor
2015-03-14 15:26:11 -05:00
Anthony Scopatz
6735dc2c45
Merge branch 'title' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-title
2015-03-14 15:22:04 -05:00
Anthony Scopatz
8b72b8e1cf
Merge branch 'mbollmann-formatprompt'
2015-03-14 15:09:33 -05:00
Anthony Scopatz
67adb5dd85
Merge branch 'formatprompt' of https://github.com/mbollmann/xonsh into mbollmann-formatprompt
2015-03-14 15:08:25 -05:00
Anthony Scopatz
156876a51c
bash_env() improvement based off of suggestion by Vitalije Milosevic on the mailing list https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/xonsh/pdF63zXFR7U/Xh2QWoLhlfAJ
2015-03-14 15:02:38 -05:00
Anthony Scopatz
6de56db018
warn for permissions on readline history
2015-03-14 14:54:19 -05:00
adam j hartz
af86443a84
PEP-8 fixes
2015-03-14 14:48:28 -04:00
Marcel Bollmann
27044770ad
Docstring for prompt formatting
2015-03-14 12:11:41 +01:00
Anthony Scopatz
8dd133265f
Merge branch 'wrywerytwreywery-cd_error_msg'
2015-03-14 01:47:21 -05:00
Anthony Scopatz
6d49f37868
Merge branch 'cd_error_msg' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-cd_error_msg
2015-03-14 01:45:46 -05:00
Anthony Scopatz
38263f74f3
tokenized subproc mode
2015-03-14 01:39:27 -05:00
Anthony Scopatz
2ef54846fc
some cleanup
2015-03-14 01:23:51 -05:00
Anthony Scopatz
6c52a64cb3
more tests pass
2015-03-14 01:00:46 -05:00
Anthony Scopatz
61bf220a57
added maxcol
2015-03-14 00:40:32 -05:00
Anthony Scopatz
5fe94347f4
so close...
2015-03-13 22:53:08 -05:00
adam j hartz
7718b37849
change terminal title to show current directory
2015-03-13 22:47:19 -04:00
Anthony Scopatz
e8b0e41df9
subproc_toks
2015-03-13 21:43:18 -05:00
Anthony Scopatz
95313f7508
some lexer tokenizing start
2015-03-13 20:12:21 -05:00
Marcel Bollmann
ee45aa28ca
Auto-formatting prompt string
2015-03-14 01:47:45 +01:00
adam j hartz
bc84bc46e9
Slightly modified cd error messages
...
Adding a newline to the cd error message about the number of arguments
it requires, and adding a new error message to distinguish between "this
doesn't exist" and "this isn't a directory" as bash does
2015-03-13 20:43:22 -04:00
Anthony Scopatz
c836c7eb78
Merge branch 'wrywerytwreywery-bc_bugfix'
2015-03-13 19:32:54 -05:00
Anthony Scopatz
8bd8941945
pep8 fix
2015-03-13 19:32:31 -05:00
Anthony Scopatz
ecb197f784
Merge branch 'bc_bugfix' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-bc_bugfix
2015-03-13 19:30:34 -05:00
Anthony Scopatz
77096c35ea
updated for None parsing
2015-03-13 19:27:44 -05:00
Anthony Scopatz
bef12986d9
test fies
2015-03-13 19:20:26 -05:00
adam j hartz
e38cfa709c
fix #28
2015-03-13 20:16:28 -04:00
Anthony Scopatz
4bff5bf677
more LC redesign
2015-03-13 19:10:58 -05:00
Anthony Scopatz
2402b490d6
multiple statements in multiline mode
2015-03-13 18:53:47 -05:00
Anthony Scopatz
448eb52a4c
locale fixes
2015-03-13 18:33:56 -05:00
Anthony Scopatz
6336907a61
Setup Shift-Tab to indent
2015-03-13 00:41:33 -05:00
Anthony Scopatz
75f74b4218
added locale hooks
2015-03-13 00:01:29 -05:00
Anthony Scopatz
71e95fa01a
added experimental source-bash alias
2015-03-12 23:05:47 -05:00
Anthony Scopatz
87052bd935
fail on Py2k
2015-03-12 20:43:06 -05:00
Anthony Scopatz
b19692dcc7
lineno fixes
2015-03-12 20:22:14 -05:00
Anthony Scopatz
82aa979c08
multi-line terminates on syntax error
2015-03-12 18:49:58 -05:00
Anthony Scopatz
10e51475ae
missing RL_COMPLETION_SUPPRESS_APPEND fix
2015-03-12 01:08:22 -05:00
Anthony Scopatz
a12b3d010e
removed RL_POINT, it was probably a bad idea
2015-03-12 00:53:14 -05:00
Anthony Scopatz
8352a3514f
Merge branch 'torgny-master'
2015-03-11 17:37:00 -05:00
torgny
ba27be8139
Fix for issue "Multi-line input never terminates #13 "
2015-03-11 23:23:06 +01:00
Anthony Scopatz
f4d68f12dc
version bump to 0.1.1
2015-03-11 01:55:14 -05:00
Anthony Scopatz
880f398496
Merge branch 'pipes'
2015-03-11 01:41:39 -05:00