From 574e2de7d7ee4db67c56786ddfe500cc5a6ba72f Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 8 Apr 2024 14:20:59 +0200 Subject: [PATCH] Update README.md (#31) --- docs/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index 658fac5..b5f93c9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,9 +5,9 @@ Awesome list of [Xonsh](https://xon.sh/) contributions ([xontribs](https://xon.s - [Awesome Xontribs](#awesome-xontribs) + - [Education materials](#education-materials) - [Core Xontrib](#core-xontrib) - [Python virtual-environment management](#python-virtual-environment-management) - - [Education materials](#education-materials) - [Tab-completions](#tab-completions) - [Directory Navigation](#directory-navigation) - [Prompts](#prompts) @@ -22,6 +22,13 @@ Awesome list of [Xonsh](https://xon.sh/) contributions ([xontribs](https://xon.s +## Education materials + +- [xonsh-cheatsheet](https://github.com/anki-code/xonsh-cheatsheet/) - Cheat sheet for xonsh shell with copy-pastable examples. The best doc for the new users. +- [xonsh-install](https://github.com/anki-code/xonsh-install) - Best way to install xonsh on macOS or Linux and using it as core shell. +- [rc-awesome](https://github.com/anki-code/xontrib-rc-awesome/) - Snippets of code for the xonsh [run control (RC) file](https://xon.sh/xonshrc.html#run-control-file). +- [xonsh-awesome-cli-app](https://github.com/anki-code/xonsh-awesome-cli-app) - Example of awesome cli app template for xonsh. + ## Core Xontrib These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part of xonsh itself but need to be loaded explicitly using [`xontrib load`](https://xon.sh/tutorial_xontrib.html#loading-xontribs)\* @@ -38,12 +45,6 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part - [avox_poetry](https://github.com/jnoortheen/xontrib-avox-poetry) - auto-activate venv as one cd into a poetry project folder. Activate `.venv` inside the project folder is also supported. -## Education materials - -- [xonsh-cheatsheet](https://github.com/anki-code/xonsh-cheatsheet/) - Cheat sheet for xonsh shell with copy-pastable examples. The best doc for the new users. -- [rc-awesome](https://github.com/anki-code/xontrib-rc-awesome/) - Snippets of code for the xonsh [run control (RC) file](https://xon.sh/xonshrc.html#run-control-file). -- [xonsh-awesome-cli-app](https://github.com/anki-code/xonsh-awesome-cli-app) - Example of awesome cli app template for xonsh. - ## Tab-completions *Extends auto-completion capabilities*