Skip to content

Commit

Permalink
Add mise to the list of integrations
Browse files Browse the repository at this point in the history
mise is a tool that integrates into the shell,
providing a way to manage (globally and project-specific)
dev tools and env vars, and can be used as a task runner.

It may appeal to Nushell users,
as it's popular, written in rust, and supports Nushell.

- nushell specific info: https://mise.jdx.dev/getting-started.html#nushell
- source code: https://github.com/jdx/mise
  • Loading branch information
samuelallan72 committed May 26, 2024
1 parent 7f23a10 commit 8d8ed20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Other tools that work with or within the nu language ecosystem.
- [broot](https://github.com/Canop/broot): A new way to see and navigate directory trees.
- [nur](https://github.com/ddanier/nur): A taskrunner based on nu shell.
- [pspg](https://github.com/okbob/pspg): A postgres pager that integrates in nushell.
- [mise](https://mise.jdx.dev/): A development environment setup tool (dev tools, env vars, task runner) that integrates with Nushell.

## Editor Extensions
Plugins and Extensions that you can use in other text editors
Expand Down

0 comments on commit 8d8ed20

Please sign in to comment.