Austin Jones

Results 55 comments of Austin Jones

Removed from the 0.3.0 milestone, since there is strong coverage of this in the integration tests. It's less direct, but good enough for now.

Hi @zsugabubus, Good question! I used both tmux and screen for quite a while. I wrote tab because I'm a software engineer, and I use the terminal as a rapid...

Hey @bbigras, thanks for the comment! I wrote the `tab ` command first and just added the fuzzy finder in [v0.5.0](https://implaustin.hashnode.dev/whats-new-in-tab-v050). Yeah, I'd recommend using ctrl-T and the fuzzy finder...

Hi @kseistrup, I see the issue... I'll take a look at this and I'll see if I can find a solution. I did some searching for conflicts when I named...

Sure! All it needs to run is write access to `$XDG_CONFIG_HOME/tab` as the current user, and permission to relaunch the executable that was invoked on the command line. Everything is...

`tab -w` was covered in #213 workspace tabs were covered in #205

This would be very broken in vi/nano sessions. I think the client would need to know if there were recent ANSI escape sequences in the tab stdout.

I think this could work if `tab` filtered the scrollback buffer. It would need to remove content that was over N lines above the end of the terminal, and remove...

Hi @passcod, Great idea! I'll look into it. I think the protection is quite strong at the HTTP protocol layer - but this would make it even better.

Looks quite easy to implement with https://docs.rs/tokio/0.2.22/tokio/net/struct.UnixStream.html