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

Multiline commands #88

Closed
calexicoz opened this issue Sep 27, 2019 · 5 comments
Closed

Multiline commands #88

calexicoz opened this issue Sep 27, 2019 · 5 comments

Comments

@calexicoz
Copy link

Hi @denisidoro,

Any chance of supporting multiline commands, such as:

command abc xyz \
  --param1 foo \
  --param2 bar

Or some other method of running more complex commands (think involved things with pipes).

Thanks 🙏

@denisidoro
Copy link
Owner

Yeah, I think it's possible to add this feature. I'll try to work on some implementation today, maybe

@denisidoro
Copy link
Owner

I'm trying to implement this, but I can't figure out a way to make it work on OSX. Only on Linux 😞

@denisidoro
Copy link
Owner

denisidoro commented Sep 27, 2019

sed 's/\\\n//g' won't work on OSX

@denisidoro
Copy link
Owner

Fixed in the dev branch already.

While there's no another release, please run navi from the dev branch or run brew install --HEAD denisidoro/tools/navi-nightly to see the changes.

denisidoro added a commit that referenced this issue Sep 27, 2019
@calexicoz
Copy link
Author

Awesome. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants