Austin Jones

Results 55 comments of Austin Jones

Interesting. I'll rethink this and see if there is a way to unify the config formats.

Hey @savq, I like it. I'm going to think about it a bit more. And if anyone has thoughts, please chime in :)

I found a way to make this change in a backwards-compatible way. I'm thinking of including this in v0.6.0, and deprecating the old format in v0.7.0.

I have a WIP implementation on `austinjones-terminal-title`, but I ran into an issue. Applications running inside the pty shell send ANSI escape sequences which set the terminal title. Implementing this...

I ran into this issue in the tab terminal multiplexer. I was trying to add support for stdin input in a raw mode app: ``` echo query | tab ```...