Easy REPL-like way to evaluate NSS config syntax? #498
Unanswered
stamminator
asked this question in
Q&A
Replies: 1 comment
-
item(title="test" cmd=msg('
hello @user.name
@user.directory()
')) You do not need to re-register Shell. Just Save changes, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if I want to compare the output of the
user.directory
anduser.profile
functions to make sure they're what I expect, I currently have to create dummy items somewhere, use function outputs as the titles (e.g.item(mode="single" title=@user.directory)
), re-register NSS, then clean up and re-register again when I'm done.Is there an easier way to run NSS code and evaluate the output? Perhaps a way to pass in statements to be evaluated via the command line? For example:
Something like this would make it easier to experiment with out setups and contribute to the project.
Beta Was this translation helpful? Give feedback.
All reactions