Commit graph

9623 commits

Author SHA1 Message Date
a
19ea4d3af9 Bashisms shopt, complete 2020-09-25 09:57:36 +03:00
anki-code
2d4137240e
Update bashisms.rst 2020-09-25 04:07:53 +03:00
a
9eef76fcad bash2xonsh 2020-09-25 03:31:30 +03:00
a
1f67c7c80d bash2xonsh 2020-09-25 03:24:03 +03:00
a
2c7f09a29b bash2xonsh 2020-09-25 03:14:12 +03:00
a
32b3688057 bash2xonsh 2020-09-25 03:13:43 +03:00
a
6c3f2a5865 bash2xonsh 2020-09-25 03:11:50 +03:00
a
c7b36f2019 bash2xonsh 2020-09-25 03:04:40 +03:00
a
5d9c64d853 bash2xonsh 2020-09-25 02:57:41 +03:00
a
12cda5f148 bash2xonsh 2020-09-25 02:50:22 +03:00
a
4b4fe47cfe Fix whole_word_jumping 2020-09-25 00:25:01 +03:00
a
3e63b0aac3 new 2020-09-25 00:21:53 +03:00
a
48e16455b8 new 2020-09-25 00:16:49 +03:00
a
033c8c6009 new 2020-09-25 00:15:55 +03:00
a
c3eb629912 new 2020-09-25 00:00:56 +03:00
a
eadebdc920 new 2020-09-24 23:54:11 +03:00
a
5b694cf948 new 2020-09-24 23:47:18 +03:00
a
30bfe190c2 new 2020-09-24 23:42:39 +03:00
a
4227be366d new 2020-09-24 23:41:02 +03:00
a
588b1b7b52 docs 2020-09-24 23:39:36 +03:00
a
b00cf677ad Mr. Black 2020-09-24 23:28:41 +03:00
anki-code
526bccef36
bashisms set 2020-09-24 23:13:20 +03:00
cafehaine
ab971376a8 Print to stderr instead of using warn() 2020-09-24 12:14:52 +02:00
cafehaine
f3bf1d287f Fix tests 2020-09-23 21:15:37 +02:00
cafehaine
c198093b85 Add a deprecation warning 2020-09-23 20:29:03 +02:00
cafehaine
16fc868308 Replace deprecated NO_COLOR by RESET 2020-09-23 20:18:32 +02:00
cafehaine
5c1b26a0e6 Make NO_COLOR an alias for RESET, add DEFAULT
DEFAULT is now the "default" color of the shell.
2020-09-23 19:58:37 +02:00
Anthony Scopatz
17e2cb0d03
Merge pull request #3748 from bobhy/environment_fixes
Environment fixes
2020-09-23 10:36:25 -07:00
cafehaine
50c7f1d3ce Change the behavior of NO_COLOR, add RESET
This commit adds a new color token "RESET", and makes "NO_COLOR" a
normal color. This means that you could make some text bold while
keeping the default color using `{BOLD_NO_COLOR}`, but it also means
that the current code relying on "NO_COLOR" resetting all attributes
will break.

This commit *does not* fix the current issue (maybe not reported?) that
the prompt toolkit backend doesn't behave the same as the readline
backend:
```python
import xonsh.tools
xonsh.tools.print_color("{BOLD_GREEN}green {RED}red")
```
2020-09-23 19:13:04 +02:00
Anthony Scopatz
9d94e79a1f
Merge pull request #3792 from xxh/master
Fix xontribs link
2020-09-23 09:25:55 -07:00
Anthony Scopatz
1c5d41897b
Merge pull request #3765 from bobhy/xonfig-kernel
Move jup kernel spec from setup to xonfig; add doc.
2020-09-23 09:25:25 -07:00
anki-code
38efeff60a
Update README.rst 2020-09-23 19:10:13 +03:00
Anthony Scopatz
4446ae03e7
Merge pull request #3791 from xxh/master
The order of sections in docs changed 2
2020-09-23 08:51:00 -07:00
anki-code
ffc16a77a6
Update README.rst 2020-09-23 18:36:22 +03:00
anki-code
fae0903dc2
Update README.rst 2020-09-23 18:22:32 +03:00
Bob Hyman
0346331171 Fix case running on Windows and not in a virtual environment. 2020-09-23 05:11:56 -04:00
Bob Hyman
f07d016995 Merge branch 'master' into xonfig-kernel 2020-09-23 04:41:31 -04:00
Bob Hyman
88bba37c3a Merge branch 'master' into environment_fixes 2020-09-23 04:40:26 -04:00
Bob Hyman
48238beec1 more mocks for test_xonfig_kernel 2020-09-23 04:35:44 -04:00
Bob Hyman
0fc9098aad --user kernel supercedes regular prefix; remove any other xonsh jup kernel when installing new one 2020-09-23 03:53:16 -04:00
Bob Hyman
acb027c285 jupyter_client.KernelSpecManager().install_kernel_spec: can't specify prefix if user==True 2020-09-23 02:36:59 -04:00
anki-code
8765c937fb
Create docs.rst 2020-09-23 09:23:16 +03:00
anki-code
aaf6bd5cff
Update README.rst 2020-09-23 09:19:53 +03:00
anki-code
28ab18699d
Update contents.rst 2020-09-23 09:11:54 +03:00
Bob Hyman
42197ecb02 distinctify global name for future convenience of amalgamate;
in xonfig info, really ensure all the lazybools are evaluated
2020-09-23 01:46:20 -04:00
Anthony Scopatz
8c48d47a36
Merge pull request #3780 from dannysepler/branch
Minor performance improvements to the prompt
2020-09-22 18:20:45 -07:00
Anthony Scopatz
089fb90b0b
Merge pull request #3785 from Eadaen/history_testing-ead
Commands to easily manage deletion of history from the current session.
2020-09-22 09:10:04 -07:00
Eadaen1
ae02abe0c9 Revert "Reformat json.py with Black."
This reverts commit 5fe1eeb60f.
2020-09-22 16:58:42 +01:00
Anthony Scopatz
fd01b58db8
Merge pull request #3784 from dyuri/ansi_osc
ANSI OSC escape sequence support (including title setting)
2020-09-22 08:26:26 -07:00
Anthony Scopatz
aa94150b8c
Merge pull request #3789 from anki-code/patch-6
xontrib-argcomplete and xontrib-pipeliner description improvement
2020-09-22 08:25:12 -07:00