Anthony Scopatz
7b0a5fcc7d
Merge pull request #3993 from jnoortheen/xontrib-broot
...
feat: add xontrib-broot package
2020-11-25 12:43:49 -06:00
a
cf0e660783
fix rst
2020-11-25 20:08:24 +03:00
Noortheen Raja
c23f2209ac
feat: add xontrib-broot package
2020-11-25 20:00:33 +05:30
colons
6c4d2a05fa
Fix the import in the branch colour override example.
2020-11-25 12:10:42 +00:00
Noortheen Raja
ba0831108f
docs: add news item
2020-11-25 12:46:35 +05:30
Noortheen Raja
3af9b5fc74
refactor: upgrade black version to 20.8b1
...
update docstrings to be compatible with PEP-257 and black's new
conventions
2020-11-25 12:46:35 +05:30
Noortheen Raja
b2f8dd4568
refactor: upgrade black version to 20.8b1
...
update docstrings to be compatible with PEP-257 and black's new
conventions
2020-11-25 12:46:35 +05:30
Noortheen Raja
7fe724255f
feat: upgrade black version to 20.8b1
...
this changes docstring indendation
but facilitates additional control over new lines with comma
2020-11-25 12:46:35 +05:30
David Strobach
7fb4d06cb2
ulimit: Change default to access soft limits ( #3990 )
...
* ulimit: Change default to access soft limits
It makes more sense to manipulate "soft" limits by default, because
those are the limits intended to be user-adjustable. This is also
what bash does. Originally, I made ulimit to default to "hard" limits,
because I was for some reason convinced that it's what bash does.
* Changelog entry
2020-11-23 16:23:46 -05:00
Noorhteen Raja NJ
5ea2ae4f8f
refactor: rewrite xontribs/jedi.xsh -> xontribs/jedi.py to take advan… ( #3965 )
...
* refactor: rewrite xontribs/jedi.xsh -> xontribs/jedi.py to take advantage of python tooling
* chore: update elm ci workflow
* test: update test for jedi xontrib
2020-11-23 16:21:43 -05:00
Anthony Scopatz
3a34d9f2e3
some logic cleanup ( #3918 )
2020-11-19 17:03:53 -05:00
Daniel Shimon
05d9b61fc1
pygments: Colorize 'and'/'or' keywords like '&&'/'||'
2020-11-19 08:41:35 +02:00
Anthony Scopatz
03fd886b02
update setup-minniconda to v2 ( #3984 )
2020-11-18 17:46:46 -05:00
Noorhteen Raja NJ
ee46b17255
chore: add pip cache for github actions ( #3973 )
...
this will further speedup the workflow.
- also the macos and windows should now have proper cache with conda
- use jinja to template workflows that looks the same
2020-11-17 14:48:22 -05:00
Dominic Ward
aa7279b987
Path complete given path literal ( #3828 )
...
* Support path completion from path literal
* Test path completion when prefix is partial p-string
* Update news
* Update news
* fix test: expect string literal
* Support completion of raw-path strings
* Resolve raw-string issues when testing on Windows
* Simplify p-string prefix checks
* Fix test
* Update news
* fix news: rst
* Use raw path string to simplify test
* Test path from partial string
* Try case sensitive completion
2020-11-16 09:46:42 -05:00
Anthony Scopatz
da13a95eae
Merge pull request #3975 from jnoortheen/fix-xonfig-wizard
...
fix: xonfig wizard - make_xontrib
2020-11-12 08:20:05 -06:00
Noortheen Raja
b01bf13bd0
fix: xonfig wizard - make_xontrib
...
fixes #3971
2020-11-12 11:48:02 +05:30
Anthony Scopatz
913077b0b0
Merge pull request #3960 from jnoortheen/use-individual-file-for-xontrib-meta
...
Use individual file for xontrib meta
2020-11-10 14:44:41 -06:00
Noortheen Raja
d367ed2361
docs: update xontribs tutorial
2020-11-11 00:13:36 +05:30
Noortheen Raja
2b947e9e66
refactor: replace xontribs.json with xontribs_meta.py
...
closes #3931
2020-11-10 22:12:27 +05:30
Anthony Scopatz
4087fc95a8
Merge pull request #3925 from daniel-shimon/command-pipeline-raw-out
...
procs: Add CommandPipeline.raw_out for retreival of the raw stdout bytes
2020-11-10 10:07:27 -06:00
Noortheen Raja
0c2c8d1061
chore: update test runner to not show traceback if tests fail
2020-11-10 11:07:40 +05:30
Noortheen Raja
8dfcbf1dea
chore: remove repeated entry in .gitignore
2020-11-10 11:05:55 +05:30
Anthony Scopatz
996892aec8
Merge pull request #3933 from dyuri/ptk_support_for_themes
...
PTK support for custom themes (second try)
2020-11-09 22:09:06 -06:00
Anthony Scopatz
5c1cd7ef10
Merge pull request #3962 from laloch/fix_history_tutorial
...
Docs: Updated History Backend tutorial
2020-11-08 15:42:16 -06:00
Anthony Scopatz
286b177555
Merge pull request #3964 from jnoortheen/fix-window-obj-has-no-childres
...
fix: 'Window' object has no attribute 'children'
2020-11-08 15:40:57 -06:00
Anthony Scopatz
80ce745a2a
Merge pull request #3966 from jnoortheen/fix-some-flake8-errors
...
refactor: some backlog from when flake8 setup
2020-11-08 15:40:27 -06:00
Noortheen Raja
8c88030d6b
refactor: some backlog from when flake8 setup
2020-11-08 23:31:10 +05:30
Noortheen Raja
9540f394ef
fix: 'Window' object has no attribute 'children'
...
closes #3963
2020-11-08 22:40:09 +05:30
David Strobach
70406ad8b6
Docs: Updated History Backend tutorial
2020-11-07 14:15:59 +01:00
Daniel Shimon
97d076855b
procs: Allow bytes
objects in the @()
operator
2020-11-06 18:33:27 +02:00
Daniel Shimon
fb9b5eb709
procs: Add CommandPipeline.raw_out and raw_err for retreival of the raw stdout/err bytes
2020-11-06 15:38:34 +02:00
Bob Hyman
b44dc70af7
Add $COMPLETION_MODE='menu-complete' to enable readline menu-complete ( #3876 )
...
* Add $COMPLETION_MODE='menu-complete' to enablereadline menu-complete -like behavor in completion.
* Tests
Co-authored-by: Bob Hyman <bob.hyman@bobssoftwareworks.com>
2020-11-05 16:12:15 -05:00
Anthony Scopatz
5d4745ca7b
Merge pull request #3951 from anki-code/warn_limit
...
Decrease command cache warn limit
2020-11-03 15:31:11 -06:00
a
b1ee905b1d
bump tests
2020-11-01 11:56:20 +03:00
a
695b955af1
bump tests
2020-11-01 11:55:28 +03:00
a
ab30405092
6000
2020-11-01 11:42:05 +03:00
Anthony Scopatz
480cbb1489
Merge pull request #3947 from vaaaaanquish/add-xontrib-powerline2
...
Add xontrib-powerline2
2020-10-31 09:47:27 -05:00
6syun9
8c5e6ab869
add xontrib-powerline2
2020-10-31 20:26:18 +09:00
Anthony Scopatz
0f9f74bfda
Merge pull request #3944 from anki-code/pygments_print_debug
...
Pygments debug messages about cache will be shown only in debug mode.
2020-10-30 13:17:41 -05:00
a
0364fd6f63
news
2020-10-30 14:24:23 +03:00
a
d8746cdff6
Merge branch 'master' of https://github.com/xonsh/xonsh into pygments_print_debug
2020-10-30 14:23:02 +03:00
a
63c9fdff66
pygments print to debug
2020-10-30 14:19:31 +03:00
Anthony Scopatz
fc80458e16
Merge pull request #3940 from anki-code/command_pipeline_format
...
Format CommandPipeline.__repr__
2020-10-29 14:26:18 -05:00
Anthony Scopatz
c063843c07
Merge pull request #3941 from carmenbianca/run-tests-help
...
run-tests.xsh without arguments now prints help
2020-10-29 13:46:33 -05:00
Anthony Scopatz
613d6aa33a
Merge pull request #3937 from dyuri/print_color_fix_3840
...
Fallback for `print_color` if shell is not yet initialized
2020-10-29 13:46:06 -05:00
a
41ad01df85
newline
2020-10-29 21:09:31 +03:00
Carmen Bianca Bakker
6edb52dabc
Add news item
...
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-29 18:20:58 +01:00
Carmen Bianca Bakker
8e73077408
run-tests.xsh without arguments now prints help
...
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-29 18:19:08 +01:00
Gyuri Horak
2dc5f87bc6
try => hasattr
2020-10-29 17:23:21 +01:00