Commit graph

92 commits

Author SHA1 Message Date
Andy Kipp
31170c2daf
Update README.rst 2024-09-24 13:38:32 +02:00
Andy Kipp
ebb3b9b33d
Update README.rst: more examples 2024-08-08 15:29:18 +02:00
Andy Kipp
168299f23f
Update README.rst: projects reorder 2024-07-18 13:28:02 +02:00
Andy Kipp
968c90e7dc
Update README.rst: projects 2024-07-18 13:26:59 +02:00
Andy Kipp
24fcbb4638
fix link 2024-07-12 00:39:28 +02:00
Andy Kipp
bea8e3a300
Added lix to projects 2024-07-12 00:39:04 +02:00
Andy Kipp
10a75ec8ac
Update README.rst 2024-07-09 10:45:56 +02:00
pre-commit-ci[bot]
2c826c9b75
[pre-commit.ci] pre-commit autoupdate (#5584)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.1)

* [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>
2024-07-08 20:29:00 +02:00
Andy Kipp
7c2f0f404b
Update README.rst 2024-07-06 01:28:49 +02:00
a
8e5f460376 Solve a high priority issue 2024-07-04 16:48:01 +02:00
Andy Kipp
c3e1bd106f
Micro update README.rst (#5528)
Change the moto like in other places. Self merge.

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**
2024-06-22 22:53:50 +02:00
lunrenyi
80d68f583b
Update README.rst (#5513)
Add x-cmd to the projects-that-use-xonsh-or-compatible list

x-cmd is a toolset implemented using posix shell and awk. It is very
small in size and offers many interesting features. Here is a milestone
demo: https://www.x-cmd.com/mod/onsh

<!---

Thanks for opening a PR on xonsh!

Please do this:

1. Include a news file with your PR
(https://xon.sh/devguide.html#changelog).
2. Add the documentation for your feature into `/docs`.
3. Add the example of usage or before-after behavior.
4. Mention the issue that this PR is addressing e.g. `#1234`.

-->

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-18 18:15:49 +02:00
amacfie-tc
8e229a421f
Add Starship to xonsh-compatible projects (#5484)
## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**

---------

Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
2024-06-10 18:25:31 +02:00
Andy Kipp
55b341d477
Add Jupytext to news (#5402)
https://github.com/xonsh/xonsh/discussions/5401

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**

---------

Co-authored-by: a <1@1.1>
2024-05-10 11:03:44 +02:00
Gil Forsyth
81865354a1 chore(README): remove old CI status badges, light language polish 2024-04-29 21:16:17 +05:30
Andy Kipp
f71b5adde8
Xonsh Zulip Community started (#5372)
* wip

* wip

---------

Co-authored-by: a <1@1.1>
2024-04-29 10:01:02 -04:00
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