Austin Jones

Results 56 issues of Austin Jones

portable_pty: https://docs.rs/portable-pty/0.3.0/portable_pty/ This looks much more robust than what `tokio-pty-process` does.

enhancement

**Story** - As a user, I want tab to remember what I was doing. I don't want a laptop reboot or a tab daemon restart to destroy my history. -...

enhancement

I thought `cd` might be enough to switch workspaces (right now the command client looks in it's directory, and parent directory to resolve tabs). But there is one case that...

enhancement

The tab command client isn't renaming the terminal window when selecting a tab.

enhancement

`tab --find foo` should search for a substring match on foo, and possibly search the scrollback buffer.

Several bugs have involved race conditions between parallel updates. A common one is multiple shutdown actions, where a 'flush' needs to occur first, then a process shutdown. Another was the...

If the user closes `tab -w foo/`, and a tab exists at `foo/bar/`, notify the user that the `foo/bar/` tab was kept active.

enhancement