Skip to content
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

Ability to string several commands together on the same line in a nanorc interactive session? #65

Open
bieryAtFnal opened this issue Mar 22, 2022 · 1 comment
Labels
good first issue Good for newcomers maintenance Addresses user request or change in another part of the system

Comments

@bieryAtFnal
Copy link
Contributor

It might occasionally be helpful to be able to combine several nanorc commands on one line.
For example:

nanorc> boot; init; conf
nanorc> start 101 ; wait 20 ; stop
nanorc> start 102 ; wait 30 ; stop
nanorc> scrap ; terminate

I'm not sure if this would be technically possible, but I wanted to ask.
And, I understand if the CCM group would prefer to wait until further run-control improvements are made before addressing this request...

@bieryAtFnal bieryAtFnal added the maintenance Addresses user request or change in another part of the system label Mar 22, 2022
@dingp dingp added the good first issue Good for newcomers label May 24, 2022
@plasorak
Copy link
Contributor

plasorak commented Aug 30, 2022

There is an interesting PR on click_shell here: clarkperkins/click-shell#46 that would make this very simple. I don't know how to make this without touching click_shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers maintenance Addresses user request or change in another part of the system
Projects
None yet
Development

No branches or pull requests

3 participants