vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Alfred text expander not working properly #1877

Open dubielzyk opened 7 years ago

dubielzyk commented 7 years ago

Issue

Alfreds Snippet/Text Expander doesn't work within Hyper. I have ;gs as a shortcut to replace with git status and it doesn't work within Hyper. The replacing sound plays, but it just leaves it blank. If I try 5-7 times it might work one of those times, but likely I have to manually type. I'm not sure if other text expander apps like aText and Text Expander work, but Alfred Snippets does not at least.

chabou commented 7 years ago

Reproduced. Keyword is deleted but snippet is not inserted.

@dubielzyk There is a work around if you set some aliases in your shell (like zsh git plugin does)

jtphelan commented 7 years ago

Since the release of 1.4 aText Snippet/Text Expander not longer works in hyper. aText works fine in other apps and pasting text into hyper with cmd+v works fine. The snippet fires and is deleted and it makes its replacement noise but the replacement text is not inserted.

jtphelan commented 6 years ago

This was fixed for a while but now in 2.0 text expanding paste the text plus a bit of the string again. For instance, if the snippet ",ssh" were to inset "ssh name@123.123.123.123" it'll paste "ssh name@123.123.123.123123"

ddarbyson commented 6 years ago

@jtphelan I have exactly the same issue

stephanschubert commented 6 years ago

Text Expander itself isn't working for me either. (macOS 10.13.4)