
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
hyperterm-savetext
Advanced tools
hyperterm-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 with the stable version of Hyper 1.4.8, and the canary version Hyper 2.0.0-canary.16.
hyper install hyperterm-savetext
To install, edit ~/.hyper.js and add "hyperterm-savetext" to plugins:
plugins: [
"hyperterm-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, as shown in the first screenshot above. 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 HyperLine by requesting a feature, submitting a bug or contributing code.
To set up the project for development:
~/.hyper_plugins/local/hyperterm-savetext.hyper.js: localPlugins: [
// local plugins...
'hyperterm-savetext'
],
FAQs
Export text to file plugin for Hyper
The npm package hyperterm-savetext receives a total of 6 weekly downloads. As such, hyperterm-savetext popularity was classified as not popular.
We found that hyperterm-savetext demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.