nur
nur copied to clipboard
nur - a taskrunner based on nu shell
It may be useful to execute arbitrary `nurfile` commands using something like `nur -c foo`, like it is possible with `nu -c ...`.
Maybe allow structured data transfer by doing so?
For common thinks like docker support :)
`nur` should be moved here: [nur-taskrunner](https://github.com/nur-taskrunner)
**Is your feature request related to a problem? Please describe.** No, just am improvement **Describe the solution you'd like** nu shell introduces a data/cache dir, see https://www.nushell.sh/blog/2024-06-25-nushell_0_95_0.html Those are currently...
I'm not so happy about the latest changes to nu's output in case of an error. But that's not the main point. In nur, when a command fails, I get...
# Description Upgrade to nu 0.104.1
**Is your feature request related to a problem? Please describe.** I'm having trouble installing `nur` in WSL ``` $ cargo install nur ... Caused by: failed to select a version...
**Is your feature request related to a problem? Please describe.** `nu` introduced a user autoload directory, we should have that, too. **Describe the solution you'd like** We should load all...
**Is your feature request related to a problem? Please describe.** I would like to run a tasks that starts an http server, do more things after that, and allows to...