-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Export the text as ctrl + s doesn't exist in HyperTerminal #2693
Comments
export text as ? |
as a file , iterm2 and Terminal.app has this feat |
@ppot sorry, yes it's as file |
@lesce thanks for your participation Then do you have any idea about the solution? |
@mhamdan95 I can take a look tomorrow , |
Perfect idea for a plugin. |
@chabou that's true, thanks a lot 👍 |
hey guys, I didn't fix the feature yet, but I developed my ideas, and finally I found the root of the feature, it's in the folder app -> renderer in the file bundle.js We have to add some operation to make work the "Export the text as" |
@NicholasMorrison and I will be working on this issue in the coming weeks. |
yeaaah @neil-orans it will be just amazing, we can exchange our ideas together ;) And I added the "save as" in the program but without the functionality. Then actually we have to do the function that makes the "save as" run. |
@mhamdan95 We have written and confirmed saving text that exists in the hyper terminal window. Just need to test it on multiple operating systems. The plugin will be released soon. |
Be sure to target our canary version (our upcoming v2). |
@chabou If we simply pull from the canary branch and test our plugin with that version, would this suffice? Or is the canary version subject to a lot more change? The plugin mainly relies on being able to access the "term" object that is passed down to the _onTerminal function in most React Components that are implemented as hyper plugins. If the organization of the contents of the term object could possibly change a lot in the coming release of v2, then we will need to revise the plugin a bit. |
It will be enough to test upon current canary (This should be our last canary before shipping our v2). |
@chabou the onTerminal hook doesn't seem to be working/executing if we use the script in the canary. Is this a known issue? |
Yes, If you want to access |
@neil-orans Thank you so much for this plugin. |
No problem! Credit also goes to @NicholasMorrison since much of this code was produced via pair-programming. Once we can do a little more testing, we will release and publish the 1.0.0 to npm and submit it to the hyper-store. Thanks for your help along the way @chabou! |
Issue
Hi guys, when I open HyperTerminal I don't find "export the text as file" (like when I do ctrl + s) and it's very important as much in Terminal, then I want to know if anyone had already found this feature and I'm ready to participate your propositions
The text was updated successfully, but these errors were encountered: