Commit graph

1051 commits

Author SHA1 Message Date
mdraw
c4f63ab841 Improve formatting of recent entries in envvars.rst 2015-11-02 17:13:32 +01:00
mdraw
d8252dadf6 Make prompt_toolkit Python completions configurable
Completions provided by prompt_toolkit are now configurable
by setting $COMPLETIONS_DISPLAY.
Changing it at runtime will take immediate effect, so you can quickly
disable and enable completions during shell sessions.

Possible values for $COMPLETIONS_DISPLAY are:
- 'none' for no completions,
- 'single' for single-column completions,
- 'multi' for multi-column completions (default).
2015-11-02 16:46:07 +01:00
Anthony Scopatz
3eddfaef9b some doc updates 2015-11-01 16:52:15 -05:00
Anthony Scopatz
0d3ba14711 implements the source-foreign alias and refactors source-bash 2015-10-31 19:37:07 -04:00
Anthony Scopatz
97ed7d25a1 added docs 2015-10-31 14:38:12 -04:00
Anthony Scopatz
8ea38564d7 Merge pull request #436 from mdraw/autosuggest-optional
Make prompt_toolkit's auto_suggest optional
2015-10-26 17:31:40 -04:00
mdraw
9eb0629ae6 Make AUTO_SUGGEST and MOUSE_SUPPORT runtime-configurable
... and resolve the merge conflict
2015-10-26 21:56:09 +01:00
Gil Forsyth
c1cbf117fd Update xonshrc.rst for multiple xonshrc files 2015-10-26 16:44:51 -04:00
Gil Forsyth
096ec71e93 update documentation with Arch specific info 2015-10-26 15:11:51 -04:00
Gil Forsyth
c125785b84 fix envvars description of XONSHRC
default value is a tuple of the paths with the system-wide file defined
first, then the user config file
2015-10-26 11:18:54 -04:00
mdraw
f05c39a572 Make prompt_toolkit's auto_suggest optional
Introducing the new AUTO_SUGGEST environment variable for this,
which can either be True or False. Default is True.

In addition, make mouse_support a class variable of PromptToolkitShell
for consistency's sake.
2015-10-26 00:15:59 +01:00
Gil Forsyth
c9136c23b0 update docs description of XONSHRC 2015-10-21 17:17:05 -04:00
Anthony Scopatz
c2cd870bb6 Some minor cleanup 2015-10-19 19:59:29 -04:00
mdraw
3961310418 Made prompt_toolkit's mouse_support optional
Introducing a new environment variable MOUSE_SUPPORT for this,
which can either be True or False. Default is False.
2015-10-18 21:09:51 +02:00
Anthony Scopatz
30ea4a557f some doc fixes. 2015-10-12 00:45:03 -04:00
Anthony Scopatz
6d2fecb3a1 defaults and docs 2015-10-11 14:23:30 -04:00
Anthony Scopatz
502bce87ff minor fixes from review 2015-10-11 10:51:26 -04:00
Anthony Scopatz
4b4d191936 more changes 2015-10-10 23:22:36 -04:00
Anthony Scopatz
a13773d237 have environment hookups 2015-10-10 22:34:30 -04:00
Anthony Scopatz
1e24bbb2ed added tests for foreign shells 2015-10-10 19:52:53 -04:00
Anthony Scopatz
f5f7dba02c many updates 2015-10-10 16:45:02 -04:00
Anthony Scopatz
ad0b084f2b base shell updates 2015-10-10 15:59:51 -04:00
Anthony Scopatz
faea423d3b some updates 2015-10-10 15:53:38 -04:00
Anthony Scopatz
67bdf05b14 some doc rearrangements 2015-10-10 15:35:54 -04:00
adamheins
8ec632f2a6 Fix typo in tutorial doc. 2015-10-06 18:18:25 -07:00
Anthony Scopatz
ca4c5651a1 docs for jupyter kernel 2015-10-04 15:00:00 -04:00
josh
d7f5545192 Updated windows guide to recommend prompt-toolkit instead of pyreadline and how to enable it as the default shell. 2015-10-01 23:27:29 -07:00
josh
3ac9ac807c Updated windows guide to recommend prompt-toolkit instead of pyreadline and how to enable it as the default shell. 2015-10-01 01:21:57 -07:00
Anthony Scopatz
caa664e252 more minor changes 2015-09-13 18:23:00 -04:00
Anthony Scopatz
5e56a0bb09 some more conf changes 2015-09-13 18:17:26 -04:00
Anthony Scopatz
d047939453 some image fixes 2015-09-13 18:09:11 -04:00
Anthony Scopatz
1775725246 more release notes 2015-09-13 17:59:24 -04:00
Anthony Scopatz
abb0f3fc3c some v3.5 updates 2015-09-13 12:17:11 -04:00
Anthony Scopatz
778d19341b added rc file 2015-09-12 20:27:21 -04:00
Anthony Scopatz
8e2017054c comparison table 2015-09-12 19:57:50 -04:00
Anthony Scopatz
3f6c0db2b2 new asciinema player 2015-09-12 18:58:50 -04:00
Anthony Scopatz
b98fd30fa4 Merge pull request #376 from scopatz/docs
Documentation updates
2015-09-12 14:33:27 -04:00
Anthony Scopatz
3f33ac6bc7 Merge pull request #370 from mdboom/env-in-prompt
Allow environment variables in PROMPT
2015-09-11 11:07:51 -04:00
Michael Droettboom
b781d3f387 Add tutorial snippet for environment variables 2015-09-11 10:26:51 -04:00
Anthony Scopatz
634be98a0f builtin 2015-08-30 10:38:36 -04:00
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