Commit graph

159 commits

Author SHA1 Message Date
Anthony Scopatz
86111a6ebf Uncaptured aliases 2016-10-29 21:11:08 -04:00
Gil Forsyth
af2a67870d dont remove indent on example 2016-10-25 11:16:48 -04:00
Gil Forsyth
b0de2c55ab fix lexer name 2016-10-25 11:01:03 -04:00
Gordon Ball
00802dfef9 Add support for path-yielding backticks 2016-10-18 12:19:16 +02:00
laerus
1d631b8588 quoting tutorial code block fix 2016-10-15 23:43:22 +03:00
laerus
cee72fd1eb tutorial quoting section 2016-10-15 20:12:10 +03:00
Anthony Scopatz
b3f84f66c5 More which and improvements 2016-10-06 00:43:14 -04:00
Anthony Scopatz
f62397fc99 updated docs 2016-10-04 20:51:45 -04:00
laerus
49c2dc87b5 Env.help docs/tutorial 2016-09-21 13:27:34 +03:00
laerus
bd07742abe more info in the tutorial warning 2016-09-10 22:03:21 +03:00
laerus
78494bfbbb envvar to control the overriding of foreign aliases 2016-09-10 21:39:47 +03:00
laerus
ba486622c5 must include all changed files.. 2016-09-10 20:45:14 +03:00
BlahGeek
413f406f64 add docs 2016-09-03 13:13:13 +08:00
Gil Forsyth
eb6b1dcf11 small typo fix 2016-08-23 08:45:51 -04:00
Anthony Scopatz
7837563baf check all names 2016-08-21 14:58:07 -04:00
Gil Forsyth
e363192d67 remove bash (from the docs)
swapping out all instances of `bash` code-blocks for `console`
code-blocks for better syntax highlighting
2016-08-18 14:18:57 -04:00
Matthias Bussonnier
9e9c76e50a Improve documentation and messaging.
Develop info for aliases, and tell user that on first launch that if
they decide to configure now they can resume anytime.
2016-08-10 21:43:24 -07:00
Eric Harris
0fe1092b2e s.strip needs to be method call, 's.strip()', for the example to work
correctly.  While not necessary, adding the newline ('world\n') puts 'hello
world' on its own line of output instead of having the xonsh prompt
appended to it.
2016-08-04 10:37:26 -07:00
Anthony Scopatz
967424809b some minor doc fixes 2016-07-20 21:27:17 -04:00
Justin Moen
9f4acbdfa0 Document prompt's env_name parameter 2016-07-15 18:30:16 -07:00
Anthony Scopatz
9810714853 more docs 2016-07-12 03:02:15 -04:00
Oleh Prypin
9d74df0421 Document "optional items" in the prompt format string 2016-07-01 20:30:13 +03:00
Konstantinos Tsakiltzidis
1ece853196 'rstt' 2016-06-21 05:20:55 +03:00
Konstantinos Tsakiltzidis
ca87355d3a 'love the user' 2016-06-21 05:08:54 +03:00
Konstantinos Tsakiltzidis
143972aae8 'newlines leak' 2016-06-21 05:02:18 +03:00
Konstantinos Tsakiltzidis
e51d43dd85 'what meets the eye' 2016-06-21 05:00:38 +03:00
Konstantinos Tsakiltzidis
993b88897e 'shape up' 2016-06-21 04:55:33 +03:00
Konstantinos Tsakiltzidis
6f49463369 'reverse' 2016-06-21 04:45:29 +03:00
Konstantinos Tsakiltzidis
1ce9f8b9eb newline leak 2016-06-21 04:34:30 +03:00
Konstantinos Tsakiltzidis
eefa4f6548 refactor/replaced __xonsh_env__ with ${...} 2016-06-21 04:27:23 +03:00
adam j hartz
c88a49227f better example in docs 2016-06-16 01:01:22 -04:00
adam j hartz
9ccf7f939c update tutorial based on search function changes 2016-06-16 00:59:57 -04:00
adam j hartz
9bdc8af1b3 small docs updates 2016-06-16 00:59:57 -04:00
adam j hartz
bf1d3ad8fe document new features 2016-06-16 00:59:25 -04:00
adam j hartz
7db65f7eb6 update docs 2016-06-11 20:52:47 -04:00
adam j hartz
3046095961 docs 2016-06-11 01:53:11 -04:00
Anthony Scopatz
2d7533af22 updates fom comunicating to users 2016-06-09 22:52:41 -04:00
adam j hartz
d038b4ba1d merge from eode:master into master 2016-06-09 21:33:09 -04:00
adam j hartz
aeb67a3ac0 small updates to tutorial 2016-06-09 21:32:34 -04:00
adam j hartz
4467e94758 merge from master 2016-06-09 18:19:26 -04:00
Brian Visel
c604613c44 Remove extraneous print call in tutorial example 2016-06-09 07:46:37 -04:00
Brian Visel
578abc4d02 Merged upstream code to sync pull request #1183 2016-06-09 06:15:50 -04:00
Brian Visel
68914e021c Add captive command iteration to tutorial. 2016-06-09 05:12:21 -04:00
Mark Szumowski
d408049705 Fix typo in tutorial 2016-06-09 12:47:07 +10:00
Jeremy Donahue
4400a6f98a Implement '+' and '-' for fg
Implement '+' and '-' for fg for BASHwards compatability.
2016-06-08 18:43:39 -07:00
adam j hartz
411ccade7d docs 2016-06-07 17:50:40 -04:00
Aaron Meurer
8f56f02288 Add note to docs that alias functions should start with underscores
See #1083.
2016-06-06 14:58:17 -04:00
adam j hartz
cf188bf13c BASH -> Bash everywhere 2016-06-04 15:36:21 -04:00
adam j hartz
9c4b476b7a merge from master 2016-06-04 13:38:09 -04:00
Aaron Meurer
978c443e87 Clear up sentence about the @ operator in the tutorial
The code in @ is not run in subprocess mode, but rather, the operator itself
is used in subprocess mode.
2016-06-02 23:53:55 -05:00