tylerchr / parallel-database

An experimental parallelized database optimized for read performance
2 stars 0 forks source link

Improve the functionality of the interactive shell such that it has many of the features of a typical shell #9

Closed jaredririe closed 8 years ago

jaredririe commented 8 years ago

https://github.com/carmark/pseudo-terminal-go

Features

jaredririe commented 8 years ago

This issue is completed, although I'm not sure on one thing: if I changed code in the pseudo terminal Github repo, what is the best practice for getting these changes to both of you? Should I move the code into this repository?

tylerchr commented 8 years ago

You could do that, or you could fork the GitHub repo and change the dependency to your version. Conveniently that's also the first step of opening a merge request to the original project.

On Saturday, December 5, 2015, Jared Ririe notifications@github.com wrote:

This issue is completed, although I'm not sure on one thing: if I changed code in the pseudo terminal Github repo, what is the best practice for getting these changes to both of you? Should I move the code into this repository?

— Reply to this email directly or view it on GitHub https://github.com/tylerchr/parallel-database/issues/9#issuecomment-162265618 .

jaredririe commented 8 years ago

Thanks. I forked the repo and made the dependency change. The history command does not remove duplicates or allow previous commands to be re-run using !, but I think this should be sufficient.