Commit graph

154 commits

Author SHA1 Message Date
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
adam j hartz
844ddf342c improving IO docs 2015-05-20 14:43:20 -04:00
adam j hartz
99ceb20e76 io redirection docs: take 1 2015-05-19 21:55:11 -04:00
anula
640c3991ab Fix bugs in LimitedFileHistory (plus tests) and move it to different file.
* Move LimitedFileHistory from history.py to prompt_toolkit_history.py
because it is needed only for prompt_toolkit and requires prompt_toolkit.
* Add instalation of prompt_toolkit to .travis.yml
* Update docs hooks
2015-05-18 19:33:37 +02:00
Anthony Scopatz
96a89a9b01 Merge pull request #237 from rbrewer123/feature-windows-doc
windows: doc updates
2015-05-17 15:45:11 -05:00
anula
c56c2c8330 Add prompt_toolkit based shell.
This adds prompt_toolkit based shell in addition to existing readline
shell. By default regular readline shell is loaded, to use
prompt_toolkit version you need to add:

    $PROMPT_TOOLKIT_SHELL = True

to your ~/.xonshrc
Another nice thing to add there is:

    from xonsh.pyghooks import XonshLexer
    $HIGHLIGHTING_LEXER = XonshLexer

that adds highlighting of shell input (may be a bit annoying sometimes).

There is no key for inserting indentation yet, it will be improved in the
future.
2015-05-16 19:34:44 +02:00
Robert W. Brewer
2647d7ec15 windows: doc updates 2015-05-16 01:37:06 -04:00
Greg Thole
30d8f81d94 Review issues addressed 2015-05-15 08:21:49 -04:00