Commit graph

9631 commits

Author SHA1 Message Date
Gyuri Horak
befe73b49e
default style cleanup - removed PTK specific rules 2020-10-20 21:41:33 +02:00
Gyuri Horak
604ac6f562
support for PTK specific styles 2020-10-17 22:26:30 +02:00
David Strobach
cc5ef74cd7
Add xog xontrib (#3896)
* Changelog entry

* Add xog xontrib

A simple command to establish and print temporary traceback log file.
2020-10-17 11:53:00 -04:00
Anthony Scopatz
8cd067d73f
Merge pull request #3893 from omjadas/patch-1
docs: fix typos
2020-10-16 22:26:52 -05:00
omjadas
18ba6a11bc
docs: fix typos 2020-10-17 14:09:08 +11:00
Anthony Scopatz
f158a8e5e1 Updated CHANGELOG for 0.9.24 2020-10-16 18:14:26 -05:00
Anthony Scopatz
7803ad9b18 bumped version to 0.9.24 2020-10-16 18:14:26 -05:00
Anthony Scopatz
a82cd7904a Updated authorship for 0.9.24 2020-10-16 18:14:26 -05:00
anki-code
dd7f57225b
cookiecutter (#3853)
Co-authored-by: a <a>
2020-10-16 13:52:05 -04:00
David Strobach
164e2fd728
Merge pull request #3883 from xonsh/get-repo-url
get_repo_url() test
2020-10-16 18:34:16 +02:00
Anthony Scopatz
2c1e7997ec
Merge pull request #3890 from anki-code/patch-17
Docs: Get PID of the current shell.
2020-10-15 12:54:27 -05:00
anki-code
5e19f46a2c
Get PID of the current shell. 2020-10-15 19:47:48 +03:00
Anthony Scopatz
a6836860d7
Merge pull request #3886 from anki-code/patch-16
Rever: pin AppImage python version
2020-10-15 10:43:46 -05:00
Anthony Scopatz
b84a023729
Merge pull request #3887 from jnoortheen/fix-async-prompt-nested-format-string
fix: async prompt update nested-format-string
2020-10-15 09:52:22 -05:00
Noortheen Raja
c894f07588 fix: async prompt update nested-format-string
- use the same format function as normal-prompt-formatter

fixes #3879
2020-10-15 13:54:52 +05:30
anki-code
080f4914b7
Create appimage_python.rst 2020-10-14 23:01:33 +03:00
anki-code
6f1c2cda9a
Update rever.xsh 2020-10-14 22:57:42 +03:00
Anthony Scopatz
21e7fdd351
Merge pull request #3878 from dyuri/1207_cutom_themes
1207 cutom themes
2020-10-14 10:28:54 -05:00
Anthony Scopatz
03be9161b3
Merge pull request #3884 from laloch/fix-v39-fstrings
Fix f-string parsing in Python 3.9
2020-10-14 09:21:02 -05:00
David Strobach
1e099775ba Changelog entry 2020-10-14 15:12:12 +02:00
David Strobach
2888dccfd9 Fix f-string parsing in Python 3.9 2020-10-14 15:10:24 +02:00
Gyuri Horak
120fc0a154
merge with upstream 2020-10-14 15:09:24 +02:00
Gyuri Horak
a2213d614c
unit tests for xonsh.tools.register_custom_style 2020-10-14 15:03:30 +02:00
Anthony Scopatz
8fada74d64 get_repo_url() test 2020-10-13 16:33:53 -05:00
Gyuri Horak
4076ee1177
pyghooks.register_custom_style renamed to pyghooks.register_custom_pygments_style to avoid confusion 2020-10-13 22:21:27 +02:00
Gyuri Horak
39c848ed51
docstring fix 2020-10-13 21:55:48 +02:00
Anthony Scopatz
4146afdab4
Merge pull request #3848 from anki-code/tutorial_subprocess_mode
Tutorial: added short example
2020-10-13 14:51:04 -05:00
Gyuri Horak
10a21aa9b9
unit tests for register_custom_ansi_style 2020-10-13 21:48:47 +02:00
a
08adad5292 Merge branch 'master' of https://github.com/xonsh/xonsh into tutorial_subprocess_mode 2020-10-13 22:26:00 +03:00
a
7bd4daf17a text 2020-10-13 22:25:48 +03:00
a
8f43c99bde text 2020-10-13 22:23:14 +03:00
Gyuri Horak
154ee8f56e
typo fix
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-10-13 20:54:22 +02:00
Gyuri Horak
7c4332ce23
typo fix
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-10-13 20:54:08 +02:00
Gyuri Horak
2a2f0c5765
ANSI custom style registration 2020-10-13 20:44:44 +02:00
Anthony Scopatz
4efcbea46f
Merge pull request #3881 from willsALMANJ/doc-bash-env-escape
Document variable escaping in bash_to_xonsh
2020-10-13 13:28:20 -05:00
Gyuri Horak
158d79f0ae
xonsh.tools.register_custom_style as 'user facing' API, short color name support 2020-10-13 19:27:03 +02:00
Will Shanks
b787a6a396 Document variable escaping in bash_to_xonsh 2020-10-13 12:26:03 -04:00
anki-code
1df3feb7f1
COMPLETIONS_CONFIRM is True by default (#3866)
* COMPLETIONS_CONFIRM

* news

Co-authored-by: a <a>
2020-10-13 11:37:44 -04:00
Gyuri Horak
bb8f393328
fixed palette generation bug 2020-10-12 18:25:43 +02:00
Gyuri Horak
4571964523
typo fix in news file 2020-10-12 17:41:20 +02:00
Gyuri Horak
024021882c
unit test for custom theme registration 2020-10-12 17:30:54 +02:00
Gyuri Horak
b78dbfa204
include custom styles in xonfig styles, docs + news 2020-10-11 19:42:01 +02:00
Gyuri Horak
82394b7c53
custom colors for custom styles, resolve pygment tokens by name 2020-10-10 21:39:30 +02:00
Anthony Scopatz
1f314ab573
Merge pull request #3868 from anki-code/xontrib_sh
xontrib-sh
2020-10-10 13:48:59 -05:00
a
e529709542 text 2020-10-10 21:20:21 +03:00
a
d7ee5244ab text 2020-10-10 20:53:55 +03:00
Gyuri Horak
fdf4406799
#1207 custom style registration 2020-10-10 19:41:19 +02:00
Anthony Scopatz
cc468cb2fe
Merge pull request #3871 from jnoortheen/fix-async-worker-env-var-none-val
fix: env handle optional values
2020-10-10 12:18:47 -05:00
a
c0914dca93 text 2020-10-10 19:55:45 +03:00
Noortheen Raja
a930134ccf fix: env handle optional values
handle None value for ASYNC_PROMPT_THREAD_WORKERS

fixes #3858
2020-10-10 22:14:30 +05:30