Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make move-node-to-workspace next|prev to accept stdin similar workspace next|prev #930

Open
nikitabobko opened this issue Jan 6, 2025 · 1 comment
Labels
feature-proposal A well defined feature proposal triaged The issue makes sense to maintainers

Comments

@nikitabobko
Copy link
Owner

Similar to how one can do:

echo "1 2 3" | aerospace workspace next

it would make sense to support stdin consumption for move-node-to-workspace next|prev

Use case: #842

@nikitabobko nikitabobko added the feature-proposal A well defined feature proposal label Jan 6, 2025
@nikitabobko
Copy link
Owner Author

BTW there is "a bug" that this works:

echo -e "1\n2\n3" | aerospace workspace next

but this doesn't:

echo 1 2 3 | aerospace workspace next

It would be nice to fix "the bug" in scope of this issue

@nikitabobko nikitabobko added the triaged The issue makes sense to maintainers label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-proposal A well defined feature proposal triaged The issue makes sense to maintainers
Projects
None yet
Development

No branches or pull requests

1 participant