Skip to content

Workspace roots#40

Open
atreyas wants to merge 4 commits intotigy32:mainfrom
atreyas:workspace-roots
Open

Workspace roots#40
atreyas wants to merge 4 commits intotigy32:mainfrom
atreyas:workspace-roots

Conversation

@atreyas
Copy link
Copy Markdown

@atreyas atreyas commented Mar 24, 2026

Add support for /workspaces command with list and add-roots to the cli.

  • Adds some minor Linux fixes while at it

atreyas added 4 commits March 24, 2026 22:27
When using cargo run, the tycode-cli binary will be the
default to run
This allows dynamically adding workspaces and showing
the tracked workspaces
if (e.key === 'Enter' && !e.shiftKey) {
if (e.key === 'Enter') {
if (e.shiftKey) {
e.preventDefault();
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be refactored. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant