Commit graph

1061 commits

Author SHA1 Message Date
Anthony Scopatz
4f01d8dddc updated aliases doc 2015-08-30 10:36:14 -04:00
Anthony Scopatz
95c4ba4e84 some more dic updates 2015-08-29 17:00:35 -04:00
Anthony Scopatz
f326335423 moved environment variables to their own page 2015-08-29 16:35:46 -04:00
Anthony Scopatz
f945e9ac22 definite article 2015-08-27 17:18:40 -04:00
Anthony Scopatz
b381e7ba8c copy edit 2015-08-27 17:08:34 -04:00
Anthony Scopatz
635dee5388 splchk 2015-08-27 16:29:57 -04:00
Anthony Scopatz
103b14f0ad more tut 2015-08-27 16:26:26 -04:00
Anthony Scopatz
ce85c6ebff more tutorial 2015-08-27 15:58:11 -04:00
Anthony Scopatz
11e34db5e2 more tut 2015-08-27 15:28:04 -04:00
Anthony Scopatz
fce20e8c70 more tut 2015-08-27 14:30:50 -04:00
Anthony Scopatz
4b552d09ca more actions 2015-08-27 13:14:39 -04:00
Anthony Scopatz
5d68a5530c added show command 2015-08-27 10:59:44 -04:00
Anthony Scopatz
3023a5964e more tutorial 2015-08-27 10:05:56 -04:00
Anthony Scopatz
ee76877209 some doc updates 2015-08-27 09:56:42 -04:00
Anthony Scopatz
edef29b79e more hist 2015-08-27 01:01:43 -04:00
Anthony Scopatz
c9aef3b6d7 tutorial fix 2015-08-26 12:11:32 -04:00
Burak Yigit Kaya
6d19f39f86 Add FORCE_POSIX_PATH option to force / as path separator on WINDOWS 2015-08-26 17:38:09 +03:00
Anthony Scopatz
102ecf0736 started history differ 2015-08-23 22:57:36 -04:00
Anthony Scopatz
97cb632d67 inited replay 2015-08-23 14:13:14 -04:00
Anthony Scopatz
e6e5ce7abd added teepty 2015-08-23 14:09:10 -04:00
Anthony Scopatz
7aec05a504 changed defaults for history and added commands unit 2015-08-22 23:31:06 -04:00
Anthony Scopatz
d4afd13863 Merge branch 'master' into hist-next 2015-08-19 10:04:08 -04:00
Robert W. Brewer
5947fa756d tutorial: remove DEFAULT_ALIASES from aliases section 2015-08-19 01:16:47 -04:00
Anthony Scopatz
47d98eae80 Merge branch 'master' into hist 2015-08-13 21:07:47 -04:00
adam j hartz
0bb15a84aa Merge pull request #346 from scopatz/bcwd
Added more cwd formatters
2015-08-13 09:03:13 -04:00
Anthony Scopatz
a5a7a5c67b some changes as suggested by Adam. 2015-08-13 08:54:47 -04:00
Anthony Scopatz
4a9b489cca some tutorial stuff 2015-08-11 22:01:00 -04:00
Anthony Scopatz
aa5198edc3 XDG updates 2015-08-05 15:19:03 -05:00
Anthony Scopatz
0f4fa868be Added DIRS rule to environ 2015-08-04 22:24:25 -05:00
Anthony Scopatz
64edaa86d0 added more cwd formatters 2015-08-04 18:04:21 -05:00
adam j hartz
a1736ea728 Merge branch 'ic' of github.com:scopatz/xonsh into scopatz-ignore-case 2015-08-03 20:34:31 -04:00
Anthony Scopatz
06b892e70a prompt formatting functions may accept None 2015-08-02 18:49:45 -05:00
Anthony Scopatz
ec2d312dd0 Added $CASE_SENSITIVE_COMPLETIONS 2015-08-02 16:14:56 -05:00
Anthony Scopatz
b2d1ae95a0 more taglines 2015-08-02 11:38:50 -05:00
Anthony Scopatz
c35d19e90c updates 2015-07-30 16:23:43 -05:00
Morten Enemark Lund
5cdb0348d1 Added $XONSH_SHOW_TRACEBACK option to the docs. 2015-07-30 23:16:35 +02:00
Anthony Scopatz
b53296b24d Merge branch 'Branch_ExceptionHandling' of https://github.com/melund/xonsh into melund-Branch_ExceptionHandling 2015-07-30 16:16:22 -05:00
Morten Enemark Lund
aab900cdb1 Added $XONSH_SHOW_TRACEBACK option to the docs. 2015-07-30 23:07:18 +02:00
Anthony Scopatz
93bd93b209 Merge branch 'master' of https://github.com/kseistrup/xonsh into kseistrup-master 2015-07-29 20:05:51 -05:00
Klaus Alexander Seistrup
ee65f492f2 Removed trailing whitespace 2015-07-29 23:58:25 +02:00
Klaus Alexander Seistrup
2f061b274f Add link to IRC
Add link to IRC channel #xonsh on [OFTC](http://www.oftc.net/).
2015-07-29 16:35:40 +02:00
Klaus Alexander Seistrup
78feb209ed ArchLinux installation instructions
Instructions for installing xonsh on ArchLinux from AUR added.

If merged, this closes #275.
2015-07-28 19:29:31 +02:00
K.-Michael Aye
8efdbb966b fixing more typos 2015-07-25 01:58:56 -06:00
K.-Michael Aye
2de35b0e51 fixing typos 2015-07-25 01:46:15 -06:00
Morten Enemark Lund
5567dba56b Added the pretty module to the documentation 2015-07-16 12:58:00 +02:00
Matteo Bertini
5ef6ddff04 Add CDPATH to the table of special xonsh env vars 2015-07-04 01:09:45 +02:00
Anthony Scopatz
d6bf634cf9 minor doc fix 2015-05-30 00:01:49 +03:00
Anthony Scopatz
415373f58d Merge branch 'prompt_toolkit_on_start' of https://github.com/anula/xonsh into anula-prompt_toolkit_on_start 2015-05-27 13:10:46 +03:00
anula
2e892205a3 Add option to run xonsh in prompt_toolkit mode from command line.
Remove $PROMPT_TOOLKIT_SHELL variable - it is replaced with
$SHELL_TYPE that can be set either to 'readline' or 'prompt_toolkit'.
Also introduce command line argument: --shell_type, that can also be set to
'readline' or 'prompt_toolkit' and will override $SHELL_TYPE on start of
the shell.
2015-05-27 11:53:05 +02:00
adam j hartz
1a76d47c66 io redirection docs 2015-05-20 16:18:45 -04:00