Commit graph

187 commits

Author SHA1 Message Date
Morten Enemark Lund
3e170bf296 Fix a few typos in tutorial.rst 2016-02-16 11:41:32 +01:00
Anthony Scopatz
ce3361cf87 Merge branch 'master' into andor 2016-02-10 03:20:43 -05:00
Anthony Scopatz
153d2358e3 org to sh 2016-02-10 02:43:04 -05:00
Anthony Scopatz
63a1c108d9 updated docs for and/or 2016-02-10 02:13:07 -05:00
Anthony Scopatz
7e054239c6 some doc updates 2016-02-04 22:37:45 -05:00
Anthony Scopatz
530f00b513 added some basic docs 2016-02-04 21:48:59 -05:00
Anthony Scopatz
62939d446a docs for RAISE_SUBPROC_ERROR 2016-01-24 12:08:50 -05:00
adam j hartz
0cc8951aa6 small docs note 2016-01-10 19:56:07 -05:00
adam j hartz
2bc5c3b1f1 document environment variable expansion 2015-12-19 17:18:21 -05:00
adam j hartz
6d2d5e030b small bit of documentation for current_job 2015-12-05 15:37:00 -05:00
adam j hartz
993f5bfb2f quick docs for short_cwd 2015-11-29 20:38:23 -05:00
Travis Shirk
08c727efaf Example of 3-tuple alias retval added to tutorial. 2015-11-27 11:36:18 -07:00
Burak Yigit Kaya
0564ec6547 Add equivalent of \$ in bash as prompt_end
Adds a new `prompt_end` formatter variable for prompt. The value is `$`
for normal users and `#` for root users.
2015-11-05 20:18:36 +03:00
adamheins
8ec632f2a6 Fix typo in tutorial doc. 2015-10-06 18:18:25 -07: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
f326335423 moved environment variables to their own page 2015-08-29 16:35:46 -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
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
Morten Enemark Lund
5cdb0348d1 Added $XONSH_SHOW_TRACEBACK option to the docs. 2015-07-30 23:16:35 +02:00
K.-Michael Aye
8efdbb966b fixing more typos 2015-07-25 01:58:56 -06:00
Matteo Bertini
5ef6ddff04 Add CDPATH to the table of special xonsh env vars 2015-07-04 01:09:45 +02: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
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
0b0d6946f1 job control docs 2015-04-06 17:13:43 -04: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
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
Anthony Scopatz
d6799fdc30 recursive impl 2015-03-31 01:10:19 -05:00