Austin Jones

Results 56 issues of Austin Jones

Hey Everyone, I want to give everybody a status update on tab. I'm still committed to tab's development. I haven't had enough time over the past few weeks to maintain...

If the active user doesn't have admin permissions and doesn't have oh-my-zsh, the zsh installer fails with 'No such file or directory'. *Expected Behavior* The installer succeeds and autocomplete works....

bug

Call the new shutdown endpoint for `tab -W`, retiring the enum based method (which is brittle when the Request struct changes over semi-major versions).

Load configurations in parallel using async.

- `ctrl-T ctrl-T` for quick switch to the previously selected tab. - `ctrl-T ` for mode switches in the fuzzy finder. History mode once #256 is implemented, and the current...

enhancement

Tab uses TCP and WebSockets. I used TCP simply because there were some obstacles to implementing UNIX sockets in async rust. I did put together an experiment with UNIX sockets,...

enhancement

documentation
help wanted

Debug level logging has a significant performance impact because several statements print actual packet data. Reduce all those to trace.

tests

Add development documentation that explains: - The general project structure (tab, tab-daemon, tab-command, etc) - How to configure your machine to develop locally (scripts/run.sh) - How to use the cargo...

documentation