Commit graph

9294 commits

Author SHA1 Message Date
Anthony Scopatz
b019ef624e Updated authorship for 0.9.22 2020-09-16 15:06:47 -07:00
David Strobach
6461d9ec73 Add subproc from envvar test 2020-09-16 14:56:45 +02:00
David Strobach
6786019735 News entry adjustment 2020-09-16 14:42:44 +02:00
David Strobach
607d649497 Fix environment variable assignment grammar ambiguity 2020-09-16 14:41:38 +02:00
Anthony Scopatz
f23e9195a0
Merge pull request #3761 from dannysepler/abbrevs
Fix error on xontribs loading
2020-09-15 17:30:10 -07:00
Anthony Scopatz
8bddd640bf
Update xontrib-shift-select.rst 2020-09-15 17:29:01 -07:00
Anthony Scopatz
99ee3b6509
Merge pull request #3760 from dannysepler/shortcuts
Docs for keyboard shortcuts
2020-09-15 17:28:16 -07:00
Danny Sepler
eb4c183a48 Use instance of ConsoleLexer, news item 2020-09-15 20:17:21 -04:00
Danny Sepler
b012479447 Add news entry 2020-09-15 20:14:40 -04:00
Anthony Scopatz
8f13d5cba5
Merge pull request #3715 from bobhy/wizard-fail
Avoid attributeError crash in xonfig wizard, V2.
2020-09-15 17:00:19 -07:00
Danny Sepler
147de17eb2 Make ptk default version much more recent 2020-09-12 20:01:41 -04:00
Danny Sepler
c2ce12da1f unused import 2020-09-12 15:05:29 -04:00
Danny Sepler
8858e9a790 Fix error on xontribs loading 2020-09-12 15:00:34 -04:00
Danny Sepler
f0d941009b Docs for keyboard shortcuts 2020-09-12 14:17:32 -04:00
Anthony Scopatz
134d14a9e1
update quotes 2020-09-11 19:44:59 -07:00
Anthony Scopatz
d42b41407d
Merge pull request #3750 from anki-code/patch-1
Update appimage.rst
2020-09-11 19:42:53 -07:00
Bob Hyman
47a85c7ed9 Merge branch 'master' into wizard-fail 2020-09-11 12:31:17 -04:00
Bob Hyman
53c0f25e77 fix per review 2020-09-11 12:31:11 -04:00
Morten Enemark Lund
354425d19a
Merge pull request #3755 from laloch/black-ptk_shell
Black ptk_shell
2020-09-11 16:52:09 +02:00
David Strobach
9fa027e213
Merge pull request #3754 from Eadaen/cwd_dir-slash
[PROMPT]: Concatenate slash to cwd_dir if it doesn't end with a slash.
2020-09-11 16:12:24 +02:00
Eadaen1
7733281626 Remove function and use os.path.join instead. 2020-09-11 14:47:14 +01:00
David Strobach
74170567ac black 2020-09-11 15:37:18 +02:00
Eadaen1
be8d423bc4 fix typo 2020-09-11 13:12:08 +01:00
Eadaen1
d3b85f7998 fix typo 2020-09-11 13:08:37 +01:00
Eadaen1
73d5324632 Change cwd_dir to always add slash. 2020-09-11 12:18:29 +01:00
Eadaen1
50257a563e Update tutorial with cwd_dir changes. 2020-09-11 12:14:04 +01:00
Eadaen1
eec8fa26c8 Add utility function to handle the logic of whether to add a slash to the directory path. 2020-09-11 12:11:35 +01:00
Eadaen1
bf827eeafd Initial commit. Add entry to changelog. 2020-09-11 12:09:10 +01:00
Eadaen1
d5dbcad2a5 initial_commit 2020-09-11 12:05:11 +01:00
anki-code
ccc8358eea
Fixed grammar 2020-09-11 11:05:17 +03:00
Morten Enemark Lund
3d6a21bf76
Merge pull request #3749 from xonsh/conda-suggest
conda-suggest
2020-09-11 08:57:25 +02:00
anki-code
668197cda6
Update xonsh.appdata.xml 2020-09-11 03:45:32 +03:00
anki-code
cbbf9becb8
Create appimage_doc.rst 2020-09-11 03:37:59 +03:00
anki-code
b7d7397988
Update appimage.rst 2020-09-11 03:34:14 +03:00
Morten Enemark Lund
267c0d5bc2
Merge pull request #3697 from dannysepler/shift-arrow
Add shift selection from prompt-toolkit
2020-09-10 21:09:02 +02:00
Danny Sepler
f451535631 Should be able to paste over text as well 2020-09-09 22:58:33 -04:00
Danny Sepler
2a1b9f4d41 Add shift selection from prompt-toolkit 2020-09-09 22:58:33 -04:00
Anthony Scopatz
449d9db624 black 2020-09-09 16:52:46 -07:00
Anthony Scopatz
a899553ab8 conda-suggest 2020-09-09 16:48:52 -07:00
Anthony Scopatz
b87a5d6bb6
Merge pull request #3745 from laloch/simple-variables
Add optional variable initializers preceding command
2020-09-09 14:40:45 -07:00
Anthony Scopatz
94e0f42939
Merge pull request #3747 from anki-code/patch-2
xontrib-argcomplete
2020-09-09 14:21:14 -07:00
anki-code
42b63ffe65
xontrib-argcomplete 2020-09-07 19:09:50 +03:00
anki-code
01fe69f9e4
xontrib-argcomplete 2020-09-07 19:06:34 +03:00
David Strobach
3f56956984 Update docs 2020-09-05 17:35:23 +02:00
David Strobach
6e405d138b Add variable assignments from subprocess results 2020-09-04 21:55:18 +02:00
David Strobach
76cd2ea43e Add test for leading variable initialization 2020-09-04 21:55:12 +02:00
David Strobach
44bd28eb99 Add one-shot variable assignments
Adds optional variable initializers preceeding subprocess command
($FOO = "foo" bash -c r"echo $FOO").
2020-09-04 18:42:18 +02:00
David Strobach
2fb8b21e25 Changelog entry 2020-09-04 18:24:52 +02:00
Anthony Scopatz
09b3e8143e Updated CHANGELOG for 0.9.21 2020-09-02 14:58:52 -05:00
Anthony Scopatz
7f97254476 bumped version to 0.9.21 2020-09-02 14:58:52 -05:00