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

Dummy REPL added as target option #291

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

tmhglnd
Copy link
Contributor

@tmhglnd tmhglnd commented Jul 17, 2024

Hey! I added this dummy repl, it has no syntax highlighting and it just sends the code as osc-message /flok "code here" to port 3001 when connected to the flok-repl. It either forwards single line, codeblock, or whole code based on the shortkey pressed. Using the panic shortkey it sends /flok silence. I added some documentation about the target as well.

I think this addresses issue #68

@tmhglnd
Copy link
Contributor Author

tmhglnd commented Oct 28, 2024

@munshkr bumping this, did you have time to look at this? :)

@munshkr
Copy link
Owner

munshkr commented Oct 29, 2024

Hey! Sorry I forgot about this... this is great! There is already a way to run arbitrary/dummy REPLs with flok-repl, but it works by running a real REPL process and pipes stdin/stdout/stderr. But I like the idea of also having a generic OSC-based client. I'll take a deeper look in the following days and get back to you.

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

Successfully merging this pull request may close these issues.

2 participants