Commit graph

76 commits

Author SHA1 Message Date
Noorhteen Raja NJ
97b6e1ba96
docs: link to dev guide and emphasis on solving issues (#5341) 2024-04-17 17:34:57 +05:30
Andrew
17e9377cf8
Add zoxide and any-nix-shell to projects list (#5294) 2024-03-06 10:37:19 +01:00
Andy Kipp
1674fdcc0b
Update README.rst: micro fix (#5199) 2023-09-04 19:48:35 +05:30
Andy Kipp
d4a0d7495a
Update README.rst: added one another way to help (#5197) 2023-09-04 14:07:33 +05:30
Andy Kipp
041bfb2d29
Become a sponsor to xonsh (#5167) 2023-07-01 13:15:06 +00:00
Andy Kipp
b788f1d88a
Update repository image (#5143)
Update image
2023-05-19 23:15:06 +06:00
kouhe3
12ab76e535
README remove #xonsh:feneas.org (#5103) 2023-03-23 19:25:07 +06:00
Evgeny
572331700b
fix: load autoloading (but not yet autoloaded) xontribs (#5096)
* fix: load autoloading (but not yet autoloaded) xontribs

Xontrib template creates autoloaded xontribs in a `xontrib_X` folder instad of a `xontib/X.py`file, so you can't 'xontrib load X' right after you install them, which breaks pytests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-17 18:57:03 +05:30
Andy Kipp
a19d6ce9f6
Micro update README: contribution (#5095)
Update README.rst
2023-03-17 17:41:28 +06:00
Andy Kipp
042487745a
Moving old xontribs to repositories (#5055)
* Update and rename README to README.rst

* Create hello_world.py

* Update README.rst

* init

* remove bashisms

* Transfer abbrevs to xontrib-abbrevs

* Transfer free-cwd to xontrib-free-cwd

* news

* black

* Transfer fish-completer to xonsh/xontrib-fish-completer

* Transfer vox to xonsh/xontrib-vox

* Transfer pdb, xog to xonsh/xontrib-debug-tools

* remove hello_world

* fix tests

* black

* fix whitespaces

* fix readme

* Update python_virtual_environments.rst

* Update README.rst

* Update xontribs_transfer.rst

---------

Co-authored-by: a <1@1.1>
2023-03-17 13:25:22 +06:00
Andy Kipp
868fff93c9
Add mention of jupyter (#5093)
Promote xonsh for jupyter
2023-03-17 11:52:48 +05:30
Andy Kipp
b9aa902102
Added repology.org badge (#5089)
Update README.rst
2023-03-16 19:15:26 +06:00
Andy Kipp
3bbd09b565
Update README.rst: install from pip (#4898)
Update README.rst

Co-authored-by: Noorhteen Raja NJ <jnoortheen@gmail.com>
2022-07-29 13:10:26 +05:30
Andy Kipp
4c6ad2cb03
Update README.rst: add link to xontrib-template (#4897)
Update README.rst
2022-07-29 13:08:43 +05:30
Andy Kipp
b5a282b294
Update README.rst (#4895)
* Update README.rst

* Update README.rst

* Update README.rst
2022-07-28 22:52:45 +05:30
Andy Kipp
0214b878de
Update README.rst (#4877)
* Update README.rst

* Update README.rst
2022-07-15 02:21:40 +05:30
Andy Kipp
1fe85ea5b7
Rewrite xontribs section 2022-07-06 00:58:44 +04:00
Andy Kipp
d6aa169eae
docs: add "The xonsh shell community" to the readme (#4585)
* docs: add "The xonsh shell community" to the readme

* docs: fix spelling

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2021-12-03 09:39:19 -05:00
Noorhteen Raja NJ
80cf91a719
Jnoortheen patch 1 (#4451)
* add codecov badge

* Update README.rst
2021-08-30 21:12:08 +03:00
Noorhteen Raja NJ
3ce8c9b337
add py310 (#4270)
* chore: adding py310 to ci

though this will require code/parser changes, this is to prepare for
upcoming adoption

* fix: set python version as string

* fix: reference to master -> main

* fix: coverage is not reported in master

- disable amalgamation
	1. during coverage report tests
	2. qa tools like mypy may follow imports
- use python 3.9 for coverage and qa report. since it will have more
coverage and better typing support

* chore: use py3.10 with setup-py action

* chore: add news-item check job

* fix: py3.10 error while starting

the match statement is not supported.
while the syntax support is only upto py3.8

* fix: news-item checker

* chore: enable fail report for py310 tests

* test: add test for ptk_shell
2021-06-07 13:40:40 -04:00
Gil Forsyth
120210cb5e
Delete codecov.yml (#4232)
* Delete codecov.yml

codecov got hacked, rather badly, and we aren't going to send them anything ever again

* Remove codecov badge and remove from requirements
2021-04-15 10:16:09 -04: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
Gil Forsyth
d3eda8e90b
Fix readme and rever test call for release (#4075)
The rever command hasn't been tested with the new parameters to
`run-tests.xsh` (spoiler alert, it breaks).

Also converted the `raw` block to regular RST since PyPI doesn't allow
`raw` directives in the `long_description` on upload to PyPI
2021-02-04 11:45:37 -05:00
Asaf Fisher
f3240c9c6d
Add Open in google cloudshell in the readme. (#4040)
* README: Add `open in google cloud shell` button in the readme 🤩

* news: Add google cloud button news
2021-01-04 12:46:56 -05:00
a
e903c3fc51 link 2020-10-22 19:41:10 +03:00
anki-code
0e4a7c2a81
Update README.rst 2020-10-22 18:20:52 +03:00
anki-code
8dcb89beec
readme twitter 2020-10-22 17:01:04 +03:00
a
3743b02c1f links 2020-10-20 10:05:55 +03:00
a
30e250124a links 2020-10-20 10:04:45 +03:00
a
c0ee2e4a3c text 2020-10-19 23:06:00 +03:00
a
7758346d02 text 2020-10-19 21:55:03 +03:00
a
88d2bb8be1 text 2020-10-19 21:53:32 +03:00
a
ff3e5618ff text 2020-10-19 21:52:54 +03:00
a
1751f689e6 url 2020-10-18 17:08:09 +03:00
a
58bc5fac40 readme 2020-10-18 03:50:44 +03:00
a
8df4d1fc1e readme 2020-10-18 03:49:06 +03:00
a
2a3afdf389 readme 2020-10-18 03:48:37 +03:00
a
bda0506e78 readme 2020-10-18 03:46:47 +03:00
a
0ddf4c073c readme 2020-10-18 03:43:49 +03:00
a
1aee3c4743 readme 2020-10-18 03:42:58 +03:00
a
fb1c441a22 readme 2020-10-18 03:41:53 +03:00
a
e63ef14945 readme 2020-10-18 03:40:19 +03:00
a
4503ce6d4a readme 2020-10-18 03:39:57 +03:00
a
35ffd0e852 readme 2020-10-18 03:37:35 +03:00
anki-code
38efeff60a
Update README.rst 2020-09-23 19:10:13 +03:00
anki-code
ffc16a77a6
Update README.rst 2020-09-23 18:36:22 +03:00
anki-code
fae0903dc2
Update README.rst 2020-09-23 18:22:32 +03:00
anki-code
aaf6bd5cff
Update README.rst 2020-09-23 09:19:53 +03:00
swedneck
c29330f435
Add link to matrix room
the matrix room is bridged to the gitter chat
2020-05-31 17:15:42 +02:00
anki-code
65363331bf xxh new repo name 2020-03-04 12:46:38 +03:00