Commit graph

362 commits

Author SHA1 Message Date
Anthony Scopatz
a587a1719d version bump to v0.1.2 2015-03-15 18:42:58 -05:00
Anthony Scopatz
714864c68b Merge branch 'pathglob' 2015-03-15 17:59:15 -05:00
Anthony Scopatz
f32168dedb completer for paths 2015-03-15 17:55:42 -05:00
Anthony Scopatz
71bb14c385 partial fix for globbing 2015-03-15 17:48:15 -05:00
Anthony Scopatz
453604e56e Merge branch 'katrielalex-patch-1' 2015-03-15 17:31:57 -05:00
Anthony Scopatz
416cca6e10 start of glob fixes 2015-03-15 17:30:45 -05:00
Katriel Cohn-Gordon
dbabd223e6 Add a #coding declaration to setup.py
Python2 won't even parse Unicode files without a #coding declaration, because it assumes ascii.

This way, at least you get a sane error (`xonsh currently requires Python 3.4+`).
2015-03-15 22:26:26 +00:00
Anthony Scopatz
03989f942a Merge pull request #43 from mbollmann/prompt-documentation
Prompt documentation (for #31)
2015-03-15 16:18:21 -05:00
Marcel Bollmann
f4e908b635 Tutorial text for auto-formatted prompt string 2015-03-15 15:11:19 +01:00
Marcel Bollmann
df2ad6200b Reformatted docstring for nicer Sphinx output 2015-03-15 14:43:15 +01:00
Anthony Scopatz
2a4d126e68 fix for white-space only input in interactive mode 2015-03-15 02:02:58 -05:00
Anthony Scopatz
c1ba1c502c bug fix for indented ctx sensitive parsing 2015-03-15 01:29:25 -05:00
Anthony Scopatz
9cf2c9b26c Merge branch 'wrywerytwreywery-vt_prompt' 2015-03-15 01:12:08 -05:00
adam j hartz
01171a8e3d no need to rename PROMPT 2015-03-15 02:00:52 -04:00
adam j hartz
de3e4be3c2 don't bother setting PROMPT 2015-03-15 01:57:29 -04:00
adam j hartz
2e9a8624a8 Second attempt at fixing #34
Fix the issue with the repr of a Python function being used as a prompt.
2015-03-15 01:44:07 -04:00
Anthony Scopatz
42abad5e6d Merge branch 'wrywerytwreywery-command' 2015-03-15 00:03:10 -05:00
Anthony Scopatz
faf4b31a77 Merge branch 'command' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-command 2015-03-15 00:01:48 -05:00
Anthony Scopatz
d7f704f23e Merge branch 'wrywerytwreywery-multiline_bugfix' 2015-03-14 23:56:23 -05:00
Anthony Scopatz
c5b4cacdab Merge branch 'multiline_bugfix' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-multiline_bugfix 2015-03-14 23:53:23 -05:00
Anthony Scopatz
90b4eb6794 Merge branch 'wrywerytwreywery-title' 2015-03-14 23:50:17 -05:00
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