francium
c563ebb7a2
Improve homepage navigation links ( #4228 )
2021-04-15 09:36:34 -04:00
Evgeny
3df1426f8e
Updated references to point to 'main' instead of 'master' ( #4202 )
...
* doc: update path to the most recent xonsh source code ('master' to 'main')
* doc: change 'master' to 'main' in some doc references
2021-03-30 13:40:43 -04:00
Andy Kipp
9618fa2a36
Added casting CommandPipeline to int, hash, str ( #4205 )
...
* cast
* test
* added tests and str
* news
* test
* skip windows
* docs
* docs
* tests
Co-authored-by: a <a@a.a>
2021-03-30 13:36:01 -04:00
Andy Kipp
b9065eba89
Update robots.txt ( #4197 )
2021-03-22 10:54:59 -04:00
Andy Kipp
38e1383b63
Update tutorial.rst ( #4174 )
...
Co-authored-by: a <a>
2021-03-16 13:52:11 -04:00
Andy Kipp
4975fa7f8f
Update contact.rst ( #4169 )
...
Co-authored-by: a <a>
2021-03-16 11:50:35 -04:00
Andy Kipp
c1118f3180
docs: copy robots.txt second try ( #4171 )
...
* Update conf.py
* Delete robots.txt
* Create robots.txt
2021-03-12 09:39:48 -05:00
Andy Kipp
1269a6a393
Update conf.py ( #4170 )
2021-03-11 12:33:27 -05:00
Andy Kipp
d51963538d
docs: small changes ( #4165 )
...
* docs
* docs
* talks
Co-authored-by: a <a>
2021-03-11 09:09:36 -05:00
Andy Kipp
1c5a6f3770
robots.txt ( #4166 )
...
Co-authored-by: a <a>
2021-03-11 09:07:22 -05:00
Andy Kipp
2913ec7775
docs: Running xonsh AppImage on Alpine ( #4159 )
...
* xonsh AppImage on Alpine
* Create appimage_alpine.rst
2021-03-10 09:27:25 -05:00
Andy Kipp
c06872080e
quotes ( #4150 )
...
Co-authored-by: a <a>
2021-03-07 09:54:59 -05:00
Andy Kirby
9b3f55c8d9
Update talks_and_articles.rst ( #4140 )
2021-03-05 10:15:39 -05:00
Andy Kirby
dde0794ced
Update index.html ( #4142 )
2021-03-05 10:06:16 -05:00
anki-code
86c4dec1bb
New awesome landing (v3) ( #4122 )
...
* awesome landing
* text
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Talks about xonsh
* Q&A
* xontribs from github
* xontribs from github
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update docs/_templates_overwrite/index.html
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* xontribs from github
Co-authored-by: a <a>
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2021-03-02 08:50:54 -05:00
anki-code
2b80fc3f3d
Small docs fixes ( #4124 )
...
* button
* transparent png
* transparent png
* github xontribs
* transparent png
* moving windows note
* removing broken link
* talks added
* talks added
Co-authored-by: a <a>
2021-03-01 10:44:17 -05:00
anki-code
c3c655dacf
A bit docs around subprocess strings for sh-ers ( #4114 )
...
* Update bash_to_xsh.rst
* Update bash_to_xsh.rst
2021-02-22 10:28:36 -05:00
Nate Simon
c4e7843598
add disown command ( #4090 )
...
* add "disown" internal command
This command will remove jobs from the shell's job table, allowing the command
to continue running after the shell exits. Configuration options are provided
to manage how suspended background jobs are handled after being disowned.
* job-ctrl-disown code style update
* job-ctrl-disown style updates + change arg --cont to --continue
* Trim extra "=" in doc for "disown" cmd
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2021-02-09 10:54:17 -05:00
Faris A Chugthai
b163e6f7cd
Update tutorial_ptk.rst ( #4052 )
...
Using `_` to indicate italics only works in Markdown. Use `*` to modify text in restructuredText
2021-01-11 11:44:50 -05:00
Noorhteen Raja NJ
bceaafae4d
Add groups to env vars ( #4026 )
...
* feat: add grouped-settings for env variables
fixes #4014
style: fix mypy errors
chore: update testing requirements versions
fix: update xonsh.tools import error
* chore: add news item
* fix: update Var.with_default handling env defaults
* fix: set env var.doc_default=DefaultNotGiven
there is a custom handler for it
* chore: update travis
speedup docs generation
* chore: add command to serve docs during development
* docs: add jinja2 helpers/renderers extension for sphinx
* docs: update envvars document
* docs: fix docs failing
* Update xonsh/environ.py
commit suggestion
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update xonsh/environ.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update xonsh/environ.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update xonsh/environ.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update xonsh/environ.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update xonsh/environ.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* refactor: update rst-extension
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2021-01-04 12:21:44 -05:00
Noorhteen Raja NJ
a083d28461
Completer py api ( #4018 )
...
* feat: add index to sqlite-history table
* feat: support style argument to RichCompletion object
this will enable setting style for ptk completers
* feat: add xonsh cli/argparser utils
* feat: add python api for adding/removing completers
fixes #3972
* fix: mypy error
* docs: add api doc
* fix: circular imports
* docs:
* fix: testing get-doc cross-platform
* Update xonsh/completers/_aliases.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* Update xonsh/completers/_aliases.py
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
* style: convert % to f-strings
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-12-16 14:26:22 -05:00
Henré Botha
e14a17b208
Fix typo
2020-11-26 14:27:33 +01:00
Anthony Scopatz
a1b95730c0
Merge pull request #3992 from colons/vc_branch-in-docs
...
Fix the import in the branch colour override example.
2020-11-25 12:47:42 -06:00
Anthony Scopatz
3b4522b134
Merge pull request #3994 from anki-code/fix_docs_exec
...
fix aliases.rst
2020-11-25 12:46:36 -06:00
a
cf0e660783
fix rst
2020-11-25 20:08:24 +03:00
colons
6c4d2a05fa
Fix the import in the branch colour override example.
2020-11-25 12:10:42 +00:00
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
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
Anthony Scopatz
3afd5430a0
Procs Initial Refactor ( #3897 )
...
* refectored builtins
* refectored posix and readers
* refectored posix and readers
* proxies
* pipelines
* basic procs import cleanup
* fixed / refactored tests
* procs docs
* amalgamate
* XONSH_DEBUG=1 in tests
* exclude xonsh.procs mypy
* Use `pip install` instead of `python setup.py install`
* Update docs/api/procs/pipelines.rst
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
Co-authored-by: Gil Forsyth <gil@forsyth.dev>
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2020-10-20 10:21:11 -04:00
a
23392edb75
revert
2020-10-19 21:54:28 +03:00
a
3ce073cb0b
pic
2020-10-18 17:18:25 +03:00
a
2a3afdf389
readme
2020-10-18 03:48:37 +03:00
a
35ffd0e852
readme
2020-10-18 03:37:35 +03:00
omjadas
18ba6a11bc
docs: fix typos
2020-10-17 14:09:08 +11:00
anki-code
5e19f46a2c
Get PID of the current shell.
2020-10-15 19:47:48 +03:00
Gyuri Horak
120fc0a154
merge with upstream
2020-10-14 15:09:24 +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
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
Gyuri Horak
b78dbfa204
include custom styles in xonfig styles
, docs + news
2020-10-11 19:42:01 +02:00
a
e529709542
text
2020-10-10 21:20:21 +03:00
a
d7ee5244ab
text
2020-10-10 20:53:55 +03:00
a
c0914dca93
text
2020-10-10 19:55:45 +03:00
a
74fc38e8aa
docs
2020-10-10 03:29:33 +03:00