Skip to content

LikeSundayLikeRain/hyperterm-paste

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperterm-paste

Makes pasting into hyperterm safe and easy

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

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

About

Makes pasting into hyperterm safe and easy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%