Austin Jones

Results 55 comments of Austin Jones

Progress in #141. Removed all the sleeps during retask.

Oh sure. I'll take a look at this. For a quick fix, you could comment out this line, and run `cargo install --locked --path tab`: https://github.com/austinjones/tab-rs/blob/main/tab-pty/src/service/client.rs#L87

That would be cool! This would be pretty simple to implement with a setting in the [global config](https://github.com/austinjones/tab-rs/blob/main/tab-command/src/config.rs#L20), and a property in the [CreateTabMetadata](https://github.com/austinjones/tab-rs/blob/main/common/tab-api/src/tab.rs#L98) - which gets passed through the...

Bumping to 0.5.0, as 0.4.0 will support `tab -w foo bar baz`.

Bumping again, as there are much higher value items on main that need to be released.

@AkechiShiro Here are a few things that might help: - I'm not sure what the flag short name should be. I use `tab -W` for shutdown - so maybe this...

@AkechiShiro I took another look, and it seems like the MainCloseTabsService provides a lot of what you need. It'd probably be best to enhance it to support this additional method...

Hi @nothingnesses, I've thought about this as well. Particularly w/ WD and Command Histories, those could power some really nice fuzzy finder interfaces. I haven't been able to find a...