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

Support running in split-screen terminal #5

Open
JKrag opened this issue Feb 12, 2021 · 0 comments
Open

Support running in split-screen terminal #5

JKrag opened this issue Feb 12, 2021 · 0 comments

Comments

@JKrag
Copy link
Owner

JKrag commented Feb 12, 2021

If you are working in an environment where you can open multiple terminals, whether it is a terminal that supports splitting (like iTerm or hyper), tmux, or even just opening multiple windows, then it might be useful to run the actual typing part in one window and live updating message output in another, to get a more Slack like feeling. This could potentially be extended with a third window listing existing channels, and ideally showing which ones have new messages.

In this use case, I envision running the interactive chat in one session, and running a live refreshing output in the other, to actually give you live chat. To do this, it would need a run-mode that just does the live refresh without waiting for any user input, and a modification of the existing run-mode where it doesn't have to print out incoming messages.

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

1 participant