Skip to content

Commit

Permalink
Merge pull request #86 from tesujimath/bash-env-module-not-plugin
Browse files Browse the repository at this point in the history
Deprecate nu_plugin_bash_env in favour of bash-env-nushell module
  • Loading branch information
fdncred authored Oct 28, 2024
2 parents 30efa1c + b648111 commit afd3d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are looking for interesting blog posts, media attention or youtube videos
You can find some examples about how to create and use plugins in the [Nushell Plugins](https://www.nushell.sh/book/plugins.html) page.

- [nu_plugin_audio_hook](https://github.com/FMotalleb/nu_plugin_audio_hook): A nushell plugin to make and play sounds.
- [nu_plugin_bash_env](https://github.com/tesujimath/nu_plugin_bash_env): A Bash environment plugin for nushell.
- [nu_plugin_bash_env](https://github.com/tesujimath/bash-env-nushell): The Bash environment plugin for nushell is **deprecated** in favour of the bash-env-nushell module (below)
- [nu_plugin_bexpand](https://codeberg.org/Taywee/nu-plugin-bexpand): Bash style brace expansion for nushell.
- [nu_plugin_bin_reader](https://github.com/WindSoilder/nu_plugin_bin_reader): A high level, general binary data reader.
- [nu_plugin_bio](https://github.com/Euphrasiologist/nu_plugin_bio): A bioinformatics plugin for nushell.
Expand Down Expand Up @@ -81,6 +81,7 @@ You can find some examples about how to create and use plugins in the [Nushell P
You can find some examples about how to create and use scripts in the [Nushell Scripts](https://www.nushell.sh/book/scripts.html) page.

- [ai.nu](https://github.com/fj0r/ai.nu): OpenAI and Ollama Clients.
- [bash-env-nushell](https://github.com/tesujimath/bash-env-nushell): Bash environment for Nushell.
- [cargo_search](https://github.com/nushell/nu_scripts/blob/main/sourced/cool-oneliners/cargo_search.nu): Perform a cargo search.
- [docker.nu](https://github.com/fj0r/docker.nu): Docker client toolset.
- [dotnu](https://github.com/nushell-prophet/dotnu): tools for Nushell module developers.
Expand Down
5 changes: 0 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ plugins:
repository:
url: https://github.com/hulthe/nu_plugin_msgpack
branch: master
- name: nu_plugin_bash_env
language: rust
repository:
url: https://github.com/tesujimath/nu_plugin_bash_env
branch: main
- name: nu_plugin_units
language: rust
repository:
Expand Down

0 comments on commit afd3d48

Please sign in to comment.