Lee Hambley
Lee Hambley
Hey @jrochkind thanks for the quick spike, that's super interesting - perhaps for now, without closing the door on this topic an entry in the `EXAMPLES.md` would be a welcome...
Thanks @jrochkind let's leave this here and see if someone comes back to it. I'll label it appropriately. Good luck with the yak shaving. 
I'd be more than happy for a PR with whatever you had in mind. Mabye you could piggyback this on the "command map" https://github.com/capistrano/sshkit#the-command-map ? I can't see right now...
OK, `echo`ing commands into `sudo` is kinda a nasty hack. That said, can't you use Ruby to monkey patch out what we're doing, and replace our `sudo` implementation with your...
Honestly, you will struggle... but you can find the implementation (that you hit most often) here: https://github.com/capistrano/sshkit/blob/fb5e2df8d000ed48428594fd2f87342cce7b6c85/lib/sshkit/command.rb#L170 If you can clone the code and run the tests, change this line...
You can do the same to replace as(), but as you can see.. You might be crossing the "cool hack" line into WTF territory. If you can do it, it'd...
Thanks, that's quite the patch :) I hope we can find a way to merge it nicely. It's not likely to be in the _next_ release of Cap/SSHKit, as they're...
Thanks for all the feedback, I understand it's tricky.
Thanks @theozaurus that sounds really interesting, I'll have to review more thoroughly, but I'd really suggest that if you would be fine maintaining it, we could consider it as a...