Commit graph

133 commits

Author SHA1 Message Date
Anthony Scopatz
a5a7a5c67b some changes as suggested by Adam. 2015-08-13 08:54:47 -04: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
Greg Thole
4a276d1fa8 Update prompt to display different color branch if dirty 2015-05-15 08:21:49 -04:00
adam j hartz
4696cfcb85 merge from master 2015-05-12 21:24:47 -04:00
adam j hartz
f768664d10 documentation for ProcProxy 2015-05-12 19:26:27 -04:00
Robert W. Brewer
1bc0c1d55a add warning when jobs_posix fails to import on non-windows platform 2015-05-09 13:55:05 -04:00
Anthony Scopatz
ca1fbb3f87 more docs 2015-05-03 20:09:26 -05:00
Aaron Griffin
e6040d5f3d Added aliases documentation and added information about xexec to it. 2015-04-13 09:03:32 -07:00
Aaron Griffin
2f20d4a3fd Merge branch 'master' of github.com:scopatz/xonsh 2015-04-07 11:01:41 -07:00
Aaron Griffin
74ce8ba781 Removed extra lines 2015-04-07 08:06:23 -07:00
Aaron Griffin
d2be629b48 Merge branch 'master' of github.com:aig787/xonsh 2015-04-07 08:04:21 -07:00
adam j hartz
0b0d6946f1 job control docs 2015-04-06 17:13:43 -04:00
Aaron Griffin
e5848d713c
Fixed missing options for custom theme 2015-04-06 12:50:57 -07:00
Aaron Griffin
ebd49f61e3
Merge branch 'master' of github.com:scopatz/xonsh 2015-04-06 12:46:08 -07:00
Aaron Griffin
a15abf632b
Restored custom theme options with conditional for rtd 2015-04-06 12:42:39 -07:00
Aaron Griffin
ab0d562f1a
Commented out remaining theme options 2015-04-06 11:47:27 -07:00
Aaron Griffin
9b6758b4da
Commented out theme options 2015-04-06 11:42:26 -07:00
Anthony Scopatz
14737561c7 Merge pull request #185 from wrywerytwreywery/docs
Documentation Updates
2015-04-04 13:27:45 -05:00
adam j hartz
b2a957ecd3 tutorial: change scripts example 2015-04-03 22:15:13 -04:00
adam j hartz
ceeafd13c7 devguide typos 2015-04-03 22:14:59 -04:00
adam j hartz
49df73733f docs for prompt 2015-04-03 21:49:31 -04:00
Steven Silvester
9c1cff0b76 Clarify use of BASH_COMPLETIONS 2015-04-01 20:01:35 -05:00
Aaron Griffin
f714f66ca1 Modified path to include xonsh source 2015-04-01 09:42:03 -07:00