-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Road to 0.2 - aka "first stable release" #9
Comments
|
Some decisions:
Also I did manage to run |
I also verified |
Maybe I should remove support for the config.nu:
From https://www.nushell.sh/book/configuration.html#configuring-nu-as-a-login-shell |
Refactor main to be more modular + add tests
Release of 0.2.0 is currently happening. So I will now close this issue. :) |
I'm currently using version 0.1.x for trying out things and finding the best way to implement stuff. Version 0.2.0 should be the version that provides some stable ground to build upon and also contain all the core features. After 0.2.0 I will switch to a semver based release versioning.
Ideas I want to think about and/or implement for 0.2.0:
nur
should not interfere with normalnu
shell config/env. Thus maybe we should setdefault-config-dir
to$project-path/.nur
. This would also replace the current.nurscripts
directory.main.rs
to be way more modular, should also increase testability.Maybe providenu_plugin_nur
command to easily registernur
as anu
plugin fornu
shell users. See Idea: Can nur be used as a nu plugin? #3nur
works from a user perspective, maybe actually call somenur
tasks for this. Might include Add some tests #6nur
was tested on Linux, Mac and Windows.nu
does thisShould it be possible to use plugins? Would be a local requirement - I don't really like that.env.nu
andscripts
behaviourThe text was updated successfully, but these errors were encountered: