⛔️ This tool is now deprecated, with no plans for future-maintenance. ⛔️
hyper-savetext is a text export plugin for Hyper. It enables you to save/export text within the terminal to a text file. The feel and functionality of the plugin has been modeled after the same feature within macOS's Terminal.app. Currently, Hyper has been tested on macOS, Linux, and Windows with the stable version of Hyper 1.4.8, 2.1.1, and 3.0.2.
hyper install hyper-savetext
To install, edit ~/.hyper.js
and add "hyper-savetext"
to plugins
:
plugins: [
"hyper-savetext",
// other plugins...
],
You have the option to save all the text in the terminal or just the selection. The save button is under Hyper's 'Shell' menu on macOS, and the 'File' menu on Window and Linux. Saving can also be done through the keybindings Cmd-S (Ctrl for Windows/Linux) or Cmd-Shift-S, which corresponds to saving all the terminal text or just the current selection, respectively.
Feel free to contribute to hyper-savetext by requesting a feature, submitting a bug or contributing code.
To set up the project for development:
- Clone the repo to
~/.hyper_plugins/local/hyper-savetext
- Add this to your
.hyper.js
:
localPlugins: [
// local plugins...
'hyper-savetext'
],
- Reload terminal window
- Neil Orans @neil-orans
- Nick Morrison @NicholasMorrison
Originally suggested by @mhamdan95 as a plugin request on Hyper's issue tracker.