-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Switch workspace via shortcuts #443
Comments
tengstrand
added a commit
that referenced
this issue
Feb 27, 2024
Issue #443 * Support via-file and via-dir in the switch-ws command. * New sponsor.
This was referenced Mar 1, 2024
tengstrand
added a commit
that referenced
this issue
Mar 2, 2024
issue #443 * Use absolute paths in switch-ws, wia-dir/file, where we add the value of :ws-shortcuts-root-dir to the path. * Moved in the :root-dir into :ws-shortcuts. * 0.2.20-SNAPSHOT 5
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for switching workspace via shortcuts that are specified in the
:ws-shortcuts
key in the user config file ~/.config/polylith/config.edn (the value of:root-dir
is added to the paths), e.g.:Now we can switch workspace with
via:NAME
where NAME is the name of the directory/file, or:name
if given, e.g.:If we for example select
realworld
then the tool will perform aswitch-ws dir:../clojure-polylith-realworld-example-app
for us:We can always switch back to the root workspace with:
It's also possible to switch to a workspace that has been exported to a file:
The text was updated successfully, but these errors were encountered: