Commit graph

1938 commits

Author SHA1 Message Date
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
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
Daniel Shimon
05d9b61fc1 pygments: Colorize 'and'/'or' keywords like '&&'/'||' 2020-11-19 08:41:35 +02: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
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
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
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
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
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
6syun9
8c5e6ab869 add xontrib-powerline2 2020-10-31 20:26:18 +09:00
a
0364fd6f63 news 2020-10-30 14:24:23 +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
Carmen Bianca Bakker
6edb52dabc
Add news item
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-29 18:20:58 +01:00
a
08bc5292d3 news 2020-10-29 19:01:06 +03:00
Anthony Scopatz
b5fae78635
Merge pull request #3939 from carmenbianca/CommandPipeline-repr
repr() all attributes in CommandPipeline.__repr__
2020-10-29 10:53:59 -05:00
Carmen Bianca Bakker
5fee19dc3b
Add news item
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-29 16:01:32 +01:00
Gyuri Horak
6449364fbf
no, the news file is not md, it's rst 2020-10-29 13:29:39 +01:00
Gyuri Horak
428ecf95ac
news item added 2020-10-29 13:23:31 +01:00
Gyuri Horak
31dd811ef0
re-apply original changes 2020-10-27 15:23:58 +01:00
Anthony Scopatz
4da940c036 Merge branch 'master' into commands_cache_path_read_fix 2020-10-26 14:39:32 -05:00
a
bae9e813e6 Merge branch 'master' of https://github.com/xonsh/xonsh into commands_cache_path_read_fix 2020-10-26 19:20:24 +03:00
a
6487f0ae7f bump tests 2020-10-26 19:07:50 +03:00
Anthony Scopatz
f99bfe1c94
Revert "PTK support for custom themes" 2020-10-26 10:48:00 -05:00
Anthony Scopatz
54ab95f9a9
Merge pull request #3920 from dyuri/ptk_support_for_themes
PTK support for custom themes
2020-10-26 09:46:58 -05:00
a
19059e5778 Merge branch 'master' of https://github.com/xonsh/xonsh into commands_cache_path_read_fix 2020-10-26 17:45:52 +03:00
Noortheen Raja
4f3305db71 chore: add xontrib-cmd-durations 2020-10-26 12:49:58 +05:30
Anthony Scopatz
d0a832ccde
Merge pull request #3922 from jnoortheen/feat-prompt-formatter
feat: add settings to set custom function to format prompt
2020-10-25 12:55:28 -05:00
Anthony Scopatz
a1cd3dae7d
Merge pull request #3928 from carmenbianca/3.9-github-workflows
Add Python 3.9 to GitHub workflows
2020-10-25 12:20:05 -05:00
Noortheen Raja
8c7b6de41a feat: add setting to set custom function to format prompt 2020-10-25 22:49:22 +05:30
Gyuri Horak
68504b6ec5
master merge 2020-10-25 18:17:45 +01:00
Carmen Bianca Bakker
ba68d1e4a6
Add news item
Signed-off-by: Carmen Bianca Bakker <carmen@carmenbianca.eu>
2020-10-25 17:09:36 +01:00
Gyuri Horak
7720c1f8eb
zoxide & gitinfo xontribs added to the list of xontribs 2020-10-24 11:30:13 +02:00
a
696584bf4e bump tests 2020-10-24 02:23:34 +03:00