##// END OF EJS Templates
Merge pull request #12894 from Carreau/suggest-xonsh...
Matthias Bussonnier -
r26460:a70fa7fd merge
parent child Browse files
Show More
@@ -1,5 +1,11 b''
1 .. _ipython_as_shell:
1 .. _ipython_as_shell:
2
2
3 .. note::
4
5 This page has been kept for historical reason. You most likely want to use
6 `Xonsh <https://xon.sh/>`__ instead of this.
7
8
3 =========================
9 =========================
4 IPython as a system shell
10 IPython as a system shell
5 =========================
11 =========================
@@ -44,6 +50,10 b' so you should be able to type any normal system command and have it executed.'
44 See ``%alias?`` and ``%unalias?`` for details on the alias facilities. See also
50 See ``%alias?`` and ``%unalias?`` for details on the alias facilities. See also
45 ``%rehashx?`` for details on the mechanism used to load $PATH.
51 ``%rehashx?`` for details on the mechanism used to load $PATH.
46
52
53 .. warning::
54
55 See info at the top of the page. You most likely want to use
56 `Xonsh <https://xon.sh/>`__ instead of this.
47
57
48 Directory management
58 Directory management
49 ====================
59 ====================
@@ -196,3 +206,9 b' provide a convenient ways to use contained text in different formats:'
196 * ``.s`` returns string with lines separated by single space (for
206 * ``.s`` returns string with lines separated by single space (for
197 convenient passing to system commands)
207 convenient passing to system commands)
198 * ``.p`` returns list of "path" objects from detected file names
208 * ``.p`` returns list of "path" objects from detected file names
209
210 .. error::
211
212 You went too far scroll back up. You most likely want to use
213 `Xonsh <https://xon.sh/>`__ instead of this.
214
General Comments 0
You need to be logged in to leave comments. Login now