Commit graph

842 commits

Author SHA1 Message Date
Bob Hyman
6f549ca6c3 Doc updates per review 2020-09-01 20:35:10 -04:00
Bob Hyman
92ee51a81e Merge branch 'master' into is_3622 2020-09-01 18:27:18 -04:00
David Strobach
7e2fed244c Fix video playbach on xon.sh landing page
This fixes browsers complaining about "Refused to display
'https://www.youtube.com/watch?v=uaje5I22kgE&feature=youtu.be'
in a frame because it set 'X-Frame-Options' to 'sameorigin'."
We need to expand the shortened youtu.be link ourselves in order
to be able to play it within an iframe.
2020-08-31 13:41:46 +02:00
Bob Hyman
eb2b8f5791 Config rewrite; move platform guides into tips and tricks 2020-08-29 13:34:52 -04:00
Bob Hyman
f034d3dc06 Merge branch 'master' into is_3622 2020-08-28 23:15:03 -04:00
willsALMANJ
fe347ef258
Fix typo on index.html 2020-08-28 11:27:41 -04:00
Anthony Scopatz
f048b295d6 black updates to tests and docs 2020-08-26 10:10:59 -05:00
Bob Hyman
3cd269a701 Merge branch 'master' into is_3622 2020-08-24 20:47:59 -04:00
Bob Hyman
f1d703d096 Merge branch 'master' into is_3622 2020-08-24 05:28:34 -04:00
Bob Hyman
59bb6b3b88 More getting started reorg 2020-08-24 04:46:25 -04:00
David Strobach
a2ec70749f index.html: Activate correct pane in Recent Update Area 2020-08-21 19:31:57 +02:00
Bob Hyman
a67df4fd5f Enable xonshcon blocks in docs. 2020-08-20 01:13:45 -04:00
Bob Hyman
409bea12bd First round doc update getting started. 2020-08-19 04:20:05 -04:00
Morten Enemark Lund
ea828ec0a5
Merge pull request #3674 from das-g/fix-grammar
Fix grammar on new landing page
2020-08-12 20:33:15 +02:00
Anthony Scopatz
377ab8d9de
Merge pull request #3662 from bobhy/is_3661
drop dependence on py.exe on Windows
2020-08-11 20:12:01 -04:00
Bob Hyman
224c555afe Document preference for pip install over setup.py. 2020-08-11 12:25:17 -04:00
Raphael Borun Das Gupta
61fc181323 fix grammar: "is solves" -> "solves" 2020-08-11 01:50:51 +02:00
Raphael Borun Das Gupta
d73401dc40 add LF at EOL 2020-08-11 01:50:19 +02:00
Anthony Scopatz
fc745561cf landing page 2020-08-09 18:00:23 -05:00
David Dotson
a8d4a57f01
Environment variable registration, deregistration (addresses #3227) (#3377)
* First attempt at register/deregister machinery for envvars

* Added detailed docstring, simplified ensurers

Also added some type checking that became clear from docstring writing.

* Changes in response to @scopatz review

Simplified kwarg names.

* defaultval -> default

* Created new Var namedtuple, as well as DEFAULT_VARS

We should now delete DEFAULT_ENSURERS, DEFAULT_VALUES, DEFAULT_DOCS, and
refactor Env to use the new single namedtuple and the DEFAULT_VARS dict

* Removed DEFAULT_ENSURERS, DEFAULT_VALUES, DEFAULT_DOCS

Now need to edit Env to use new DEFAULT_VARS, Var namedtuple

* Finished updating Env object to use new combined Var

Also made corresponding changes elsewhere ensurer was used

* Working on test failures

* More fixes in light of test failures

* Set default values for Var in register.

There's a bit of duplication here, but makes for a cleaner function.

* Black reformatting on environ.py

* Removed history replay

* Added register tests

* Added addtional deregistration test

* Removed all replay references, in docs too

* Added news item for env-reg-dereg

* trigger rebuild

* doc fix

* more doc fixes

* again

* attr names

* reorder imports

* fix flake error

Co-authored-by: Anthony Scopatz <scopatz@gmail.com>
2020-08-05 10:39:11 -04:00
Anthony Scopatz
ebca1e464f
Merge pull request #3653 from cafehaine/master
docs: More examples of what SubprocSpec can do
2020-08-02 10:53:25 -05:00
cafehaine
cb14ea9acd docs: More examples of what SubprocSpec can do 2020-08-02 09:30:22 +02:00
Anthony Scopatz
1cb37cab2f
Merge pull request #3593 from xxh/bash_to_xonsh
bash to xsh improvements
2020-08-01 16:25:37 -05:00
con-f-use
49615e9e49
add warning about JSON hack 2020-07-27 09:37:32 +02:00
con-f-use
dd3baf5835
fix typo in docs/xonshrc.rst
Co-authored-by: Burak Yigit Kaya <ben@byk.im>
2020-06-30 20:00:31 +02:00
con-f-use
51671628e3
typo in docs/xonshrc.rst
Co-authored-by: Morten Enemark Lund <melund@gmail.com>
2020-06-26 00:54:38 +02:00
con-f-use
eca552bd9e
typo docs/xonshrc.rst
Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2020-06-11 19:56:03 +02:00
con-f-use
9b418489f5
language docs/xonshrc.rst
Co-authored-by: Jamie Bliss <jamie@ivyleav.es>
2020-06-11 19:55:49 +02:00
con-f-use
bfac091034
More xonshrc snippets
...while I was at it.

 - Change date format for every other prompt
 - Use Nix Package Manager with Xonsh
2020-06-11 02:27:33 +02:00
con-f-use
bf4eb0e5d4
document xdg compatible xonshrc path 2020-06-11 01:59:14 +02:00
anki-code
37c1828bfc bash2xsh improvements 2020-05-27 09:31:44 +03:00
anki-code
30cd46511c exit 2020-05-12 19:10:13 +03:00
anki-code
40af9b197a exit 2020-05-12 17:37:15 +03:00
David Strobach
19e774c0d5 Add history flush action 2020-05-08 23:56:49 +02:00
anki-code
fe06b3d82a
Update appimage.rst (#3535)
* Update appimage.rst

* news

* run

Co-authored-by: anki-code <anki-code>
2020-04-30 20:28:06 -04:00
anki-code
e1e7d27081
Add $XONSH_TRACE_SUBPROC to the tutorial (#3540)
* New xontrib-output-search

* $XONSH_TRACE_SUBPROC in the tutorial #3539

* $XONSH_TRACE_SUBPROC in the tutorial #3539

* news

* trace alternative

Co-authored-by: anki-code <anki-code>
2020-04-30 20:18:28 -04:00
Jamie Bliss
4bb091a4d6
Update reference to xontrib cookiecutter repo (#3549) 2020-04-30 18:48:59 -04:00
Bob Hyman
53bfe8c99c
Add ptk3 (#3521)
* delete package ptk; rename ptk2 to ptk_shell.; leave ptk2 as alias for ptk_shell.
* SHELL_TYPE "prompt_toolkit" only; remove ptk1 specific behavior.
* Doc updates: eliminate reference to prompt-toolkit < 2.0
* update requirements files ptk>=2; test shell_style="none"
* fix ptk2 stub per code review
* Add ptk2 to list of packages to install.
2020-04-18 10:44:27 -04:00
Anthony Scopatz
0942d7b3d7 runthis 2020-03-19 23:05:18 -05:00
Samuel Lotz
a8f49c1c4e changes link to be directly to the xonsh package 2020-03-03 12:44:06 -05:00
Samuel Lotz
6db463cda4 adds emacs mode configuration to docs 2020-03-03 12:30:33 -05:00
anki-code
cd6cf6433d
Path object allows do some tricks with paths 2020-02-23 19:42:32 +03:00
anki-code
51129f7494
sphinx's reference system 2020-02-17 13:40:10 +03:00
anki-code
98d41e4fa0
To update os.environ set $UPDATE_OS_ENVIRON to True. 2020-02-17 11:50:22 +03:00
Morten Enemark Lund
e062afbf3c
Merge pull request #3440 from astronouth7303/docs-containers
Add some docs about the xonsh containers
2020-02-14 20:10:50 +01:00
Jamie Bliss
15c5db0466 docs/containers: Syntax fixups 2020-02-14 11:02:10 -05:00
Jamie Bliss
d79ca7d6d6 Add some docs about the xonsh containers 2020-02-11 12:57:08 -05:00
Marcio Mazza
0d1a761ad2
Fix typo 2020-02-05 19:38:52 +01:00
Morten Enemark Lund
312edc69de
Merge pull request #3362 from anki-code/master
xonsh.AppImage with support for portable python and pip
2019-12-12 18:39:45 +01:00
Morten Enemark Lund
104fbe738f
Merge pull request #3370 from xonsh/webconfig
Webconfig
2019-11-05 17:12:43 +01:00