blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.15k stars 574 forks source link

Ability to use System Text Replacement inside blink #1169

Closed kurktchiev closed 3 years ago

kurktchiev commented 3 years ago

On a regular system you can have tools like TextExpander or aText or for simple stuff the built in System Text Replacement functionality of OSX.

Currently Blink doesnt honor text replacement shortcuts from the system library and it would be really useful if it did. You could hack something together using the command history and what not, but thats just duplication of effort if there is already a cross system synced replacement engine running.

carloscabanero commented 3 years ago

Not sure I follow the requirements here. The problem we usually have when replacing text is that characters are often sent to the terminal, so it is difficult for us to replace the ones previously sent and just send what the builtin system wanted to do. We would need a special "writing" mode for that, and we have another concept in our heads for how this should work.

I will add the icebox and close so we can keep this for future reference when the time comes.