hyperterm-paste icon indicating copy to clipboard operation
hyperterm-paste copied to clipboard

Makes pasting into hyperterm safe and easy

Results 9 hyperterm-paste issues
Sort by recently updated
recently updated
newest added

From my understanding, paste detection is done via capturing the CTRL-V keycode in javascript. For linux users, it's common to use middle click on the mouse to paste. Could you...

Using Hyper with WSL, when I paste, and then hit enter, I see ^M. I have to delete that, hit enter again, and it works correctly.

Adding the option to specify your separator was great. Now I'm getting an issue where things are pasted twice. I think that the underlying Powershell session is still hearing `ctrl...

Hi, Off a fresh install of Windows 10, Hyper terminal and WSL (Windows Subsystem for Linux) I receive the following error when I try to paste something into the terminal...

Docs says we can use `shift` + `ctrl` + `v` but this is not working for me on a mac. `shift + cmd + v` is not working either. But...

For the folks who like to live dangerously and are therefore logged in as root, it would be convenient if this plugin removes `sudo` when the current user is the...

When pasting my password during a ssh login, it always says `wrong password`. If I just paste the password in plaintext into my terminal, it is copied the right way....

`docker run --detach \ --env 'RIAK_CS_BUCKETS=foo,bar,baz' \ --publish '8080:8080' \ --name 'riak-cs' \ ianbytchek/riak-cs`

enhancement