AeroSpace
AeroSpace copied to clipboard
Add error message + docs to stdin commands
cmd(workspace): add error message
Align 'workspace' cmd with 'move-node-to-workspace'.
docs(move-node-to-workspace): describe stdin usage
Similar to docs/aerospace-workspace.adoc
Test plan
- tested with -
# current-workspace=4
echo "1\n2" | ./.debug/aerospace workspace prev # fail (now with an error message)
echo "1\n2\n4" | ./.debug/aerospace workspace prev # success
- built docs -
On a personal note, I've been really enjoying using AeroSpace and have some other contributions that I'm planning, starting with the simpler ones to the more complicated. Probably the next one is going to be https://github.com/nikitabobko/AeroSpace/issues/1190 😄