All Projects → krzkaczor → hyperterm-paste

krzkaczor / hyperterm-paste

Licence: MIT license
Makes pasting into hyperterm safe and easy

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to hyperterm-paste

hyper-night-owl
A Hyper theme based on night-owl-vscode-theme.
Stars: ✭ 98 (+117.78%)
Mutual labels:  hyperterm
hyper-sierra-vibrancy
Theme for Hyper with vibrancy 🌄
Stars: ✭ 30 (-33.33%)
Mutual labels:  hyperterm
hyperclean
🌴 Hyper.app plugin to remove traffic lights
Stars: ✭ 16 (-64.44%)
Mutual labels:  hyperterm
hyper-rose-pine-next
Hyper Theme - which supports your System Preferences
Stars: ✭ 28 (-37.78%)
Mutual labels:  hyperterm
hyper-bloody
⚡ A bloody theme for hyper
Stars: ✭ 18 (-60%)
Mutual labels:  hyperterm
hyperterm-gruvbox
Hyperterm theme based on gruvbox
Stars: ✭ 16 (-64.44%)
Mutual labels:  hyperterm
Awesome Hyper
🖥 Delightful Hyper plugins, themes, and resources
Stars: ✭ 9,687 (+21426.67%)
Mutual labels:  hyperterm
hyper-broadcast
Extension for Hyper.app to broadcast user inputs to multiple terms.
Stars: ✭ 15 (-66.67%)
Mutual labels:  hyperterm
hyper-markdown-preview
Preview Markdown files right from your Hyper Terminal!
Stars: ✭ 18 (-60%)
Mutual labels:  hyperterm

hyperterm-paste

Makes pasting into hyperterm safe and easy

Not maintained anymore, might not work correctly

npm js-standard-style

Pasting into hyperterm

hpm install hyperterm-paste

Description

Now pasting from browser into terminal will never run shell command by itself!

Transformations applied to input:

  • remove leading $
  • remove leading whitespaces
  • multiline input will be concatenated to one line by adding &&
  • trailing newline will be removed which prevents from execution

Custom separators

By default plugin will use && for new lines which is fine for bash and zsh shells. If you use something more exotic you can specify custom separator as env in your config .hyper.js file:

env: {
  "HYPER_PASTE_SEPARATOR": " & "
},

Escape hatch

You can still make "raw" paste by using ctrl + shift + v

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].