Skip to content

Commit

Permalink
Update README.md (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Apr 8, 2024
1 parent 588098f commit 574e2de
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Awesome list of [Xonsh](https://xon.sh/) contributions ([xontribs](https://xon.s
<!--TOC-->

- [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)
Expand All @@ -22,6 +22,13 @@ Awesome list of [Xonsh](https://xon.sh/) contributions ([xontribs](https://xon.s

<!--TOC-->

## 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)\*
Expand All @@ -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*
Expand Down

0 comments on commit 574e2de

Please sign in to comment.