Anthony Scopatz
6748f25748
fixed conflict
2016-02-05 01:35:52 -05:00
Anthony Scopatz
83a93c40a8
alias usage hooks
2016-02-05 01:25:59 -05:00
Anthony Scopatz
46a136c58e
initial cmdhelp
2016-02-05 00:42:05 -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
77109e6dd7
set process title
2016-01-27 18:47:17 -05:00
Anthony Scopatz
62939d446a
docs for RAISE_SUBPROC_ERROR
2016-01-24 12:08:50 -05:00
Carol Willing
218ae48553
Fix typo
2016-01-18 20:35:33 -08:00
Anthony Scopatz
3e2c976577
Merge branch 'master' into xonfig
2016-01-10 21:26:59 -05:00
adam j hartz
0cc8951aa6
small docs note
2016-01-10 19:56:07 -05:00
Anthony Scopatz
2f925aa3f1
autogen config var docs
2016-01-06 01:55:40 -08:00
adam j hartz
61e1ed3178
Merge branch 'ptk-prompt' of https://github.com/scopatz/xonsh into scopatz-ptk-updates
2016-01-01 20:25:05 -05:00
Anthony Scopatz
f1827e1d33
more docs
2016-01-01 12:00:55 -08:00
Anthony Scopatz
15373dd51f
3 -> 5
2015-12-31 21:42:12 -08:00
Anthony Scopatz
018b301dd5
Merge branch 'clog' into ptk-prompt
2015-12-30 22:57:40 -08:00
Anthony Scopatz
23b3dd1013
init'd a changelog
2015-12-30 22:54:32 -08:00
Anthony Scopatz
ba99d2a2ee
added $COMPLETIONS_MENU_ROWS
2015-12-30 18:40:58 -08:00
Anthony Scopatz
60dcb06ef5
minor doc fix
2015-12-30 11:08:44 -08:00
Anthony Scopatz
6769534856
docs update
2015-12-30 00:23:22 -08:00
adam j hartz
2bc5c3b1f1
document environment variable expansion
2015-12-19 17:18:21 -05:00
adam j hartz
df33b6578e
document new env var
2015-12-19 17:11:59 -05:00
adam j hartz
5c6cfba70e
Merge branch 'executable_title' of https://github.com/adqm/xonsh into executable_title
2015-12-05 16:28:27 -05:00
adam j hartz
6d2d5e030b
small bit of documentation for current_job
2015-12-05 15:37:00 -05:00
Morten Enemark Lund
2439c48f9f
Added xonsh channel to the conda install documentation.
2015-12-04 11:22:44 +01:00
Anthony Scopatz
a9c606b825
random shell type
2015-12-01 11:38:07 -05:00
adam j hartz
8f049cad83
merge from master
2015-11-30 05:31:15 -05:00
adam j hartz
453c919977
Merge branch 'collapsed_path' of https://github.com/adqm/xonsh into collapsed_paths
2015-11-30 05:22:55 -05:00
adam j hartz
993f5bfb2f
quick docs for short_cwd
2015-11-29 20:38:23 -05:00
Anthony Scopatz
881e84acb2
Merge branch 'pt_colors' of https://github.com/adqm/xonsh into adqm-pt_colors
2015-11-29 20:35:53 -05:00
Anthony Scopatz
ef4646b585
Merge pull request #530 from nicfit/histcontrol
...
Add support for $HISTCONTROL ignoredups and ignoreerr options.
2015-11-29 19:59:02 -05:00
Travis Shirk
5cda563f58
Fixes based on scopatz' feedback.
2015-11-29 16:50:20 -07:00
adam j hartz
bd0d391b6e
document PROMPT_TOOLKIT_COLORS
2015-11-29 15:42:34 -05:00
Anthony Scopatz
9566c9097e
măjˈĭk
2015-11-29 13:34:01 -05:00
Travis Shirk
4929c329a2
Updated docs
2015-11-28 16:33:27 -07:00
Travis Shirk
08c727efaf
Example of 3-tuple alias retval added to tutorial.
2015-11-27 11:36:18 -07:00
Travis Shirk
5855567d77
Add support for $HISTCONTROL ignoredups and ignoreerr options.
2015-11-26 19:17:03 -07:00
Benjamin Pollack
533a7e915f
Add support for -i and -l options
...
Support for the login option is very minimal, but the `XONSH_LOGIN`
variable is set in this case so that scripts may take an appropriate
action.
Fixes #517
2015-11-21 18:26:34 -05:00
Anthony Scopatz
bfc316fb58
Merge pull request #492 from krader1961/add-makefile
...
Add a makefile defining some common tasks.
2015-11-15 22:30:07 -05:00
Anthony Scopatz
ca5974ba26
Merge branch 'ptwin'
2015-11-15 22:27:34 -05:00
Kurtis Rader
23187e2044
clarify how to test incl. locally installed code
2015-11-15 18:02:51 -08:00
Anthony Scopatz
6c4b8937e5
Merge pull request #495 from gforsyth/vi_mode_config
...
allow user to enable vi_mode in prompt_toolkit
2015-11-15 10:27:07 -05:00
Anthony Scopatz
692572a1d6
prompt toolkit windows changes
2015-11-15 09:35:57 -05:00
Kurtis Rader
40034d7315
Replace run_tests bash script with xsh script.
...
This replaces the bash script I originally proposed as a way to safely invoke
unit tests with a xonsh script (we need to eat our own dog food). This also
udpates the documentation.
2015-11-14 19:20:00 -08:00
Travis Shirk
925c65c995
Added IGNOREEOF env variable to disable CTRL-D shell exit.
2015-11-13 21:50:50 -07:00
Gil Forsyth
8adab63723
allow user to enable vi_mode in prompt_toolkit
...
This adds the envvar `VI_MODE`, (default `False`). If it is set to `True`,
either in a `.xonshrc` or dynamically, then the prompt is switched to
`vi_mode`.
`vi_mode` defaults to an `--insert--` environment, then user can hit ESC
to enter command mode, etc...
2015-11-12 16:15:32 -05:00
Miguel de Val-Borro
d6dc6c08ed
Mention explicitly where the Arch package can be found
2015-11-08 22:32:28 -05:00
Anthony Scopatz
25cc8fb845
fixed minor conflict
2015-11-06 19:12:33 -05: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
Anthony Scopatz
4c4eb2d705
Merge branch 'master' of https://github.com/gforsyth/xonsh into gforsyth-master
2015-11-03 18:29:27 -05:00
Gil Forsyth
6ed178446e
add AUTO_CD
to envvars docs
2015-11-03 15:23:25 -05:00