Skip to content

Commit

Permalink
Add xontrib-brace-expansion (#26)
Browse files Browse the repository at this point in the history
* Standardize unordered list markers

* Add xontrib-brace-expansion
  • Loading branch information
rpdelaney authored Dec 5, 2023
1 parent 6782652 commit 7cbb6e1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part

- [autovox](https://github.com/xonsh/xontrib-vox) - A framework for automatic vox.\* [voxapi](https://github.com/xonsh/xontrib-vox) - API for vox.

* [avox](https://github.com/AstraLuma/xontrib-avox) - Policy for autovox based on project directories.
- [avox](https://github.com/AstraLuma/xontrib-avox) - Policy for autovox based on project directories.

* [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.
- [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

Expand All @@ -49,7 +49,7 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part

- [abbrevs](https://github.com/xonsh/xontrib-abbrevs) - Expands input words as you type in xonsh shell (fish-shell-like abbreviations).

* [apt_tabcomplete](https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete) - Adds tabcomplete functionality to apt-get/apt-cache inside of xonsh.
- [apt_tabcomplete](https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete) - Adds tabcomplete functionality to apt-get/apt-cache inside of xonsh.

- [argcomplete](https://github.com/anki-code/xontrib-argcomplete) - Argcomplete support to tab completion of python and xonsh scripts in xonsh.

Expand All @@ -61,7 +61,7 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part

- [fish_completer](https://github.com/xonsh/xontrib-fish-completer) - Populate rich completions using fish shell instead of bash.

* [jedi](https://github.com/xonsh/xontrib-jedi) - Use Jedi as xonsh's python completer.
- [jedi](https://github.com/xonsh/xontrib-jedi) - Use Jedi as xonsh's python completer.

- [makefile_complete](https://gitlab.com/taconi/xontrib-makefile-complete) - Adds tabcomplete functionality to make inside of xonsh.

Expand All @@ -77,7 +77,7 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part

- [cd](https://github.com/eugenesvk/xontrib-cd) - 'cd' to any path without escaping in xonsh shell ('cd '→'cd! ').

* [free_cwd](https://github.com/xonsh/xontrib-free-cwd) - This will release the lock on the current directory whenever the prompt is shown.
- [free_cwd](https://github.com/xonsh/xontrib-free-cwd) - This will release the lock on the current directory whenever the prompt is shown.

- [hist_navigator](https://github.com/jnoortheen/xontrib-hist-navigator) - fish like `nextd` and `prevd` with default keybindings.

Expand Down Expand Up @@ -127,7 +127,7 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part

- [bashisms](https://xon.sh/api/_autosummary/xontribs/xontrib.bashisms.html#module-xontrib.bashisms) - Bash-like interface extensions for xonsh.

* [distributed](https://github.com/xonsh/xontrib-distributed) - The [distributed](https://pypi.org/project/distributed/) parallel computing library hooks for xonsh.
- [distributed](https://github.com/xonsh/xontrib-distributed) - The [distributed](https://pypi.org/project/distributed/) parallel computing library hooks for xonsh.

- [jupyter](https://github.com/xonsh/xontrib-jupyter) - Jupyter Notebook kernel for Xonsh.

Expand Down Expand Up @@ -169,6 +169,8 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part

- [direnv](https://github.com/74th/xonsh-direnv) - Supports direnv.

- [brace-expansion](https://pypi.org/project/xontrib-brace-expansion/) - Implements simple brace expansion: `a{d,c,b}e` -> `ade ace abe`

- [fzf-widgets](https://github.com/laloch/xontrib-fzf-widgets) - Adds some fzf widgets to your xonsh shell.

- [skim](https://github.com/eugenesvk/xontrib-skim) - Fuzzy-search (with skim) xonsh history of commands and their CWDs, zoxide cd history (CWD/dir support in-place navigation), files/dirs in the current directory, ssh hosts.
Expand Down

0 comments on commit 7cbb6e1

Please sign in to comment.