You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps a possibility in the future, also, may be a vcspull run-script <script> command
This could make it possible to interact with vcspull and libvcs based on the environmental context.
vcspull run <script>
This allows running against your environment settings.
System configs: XDG_CONFIG_DIRS/scripts/my_script.py, e.g. /etc/tmuxp/scripts/my_script.py or vcspull run my_script
User configs: You can also have $XDG_CONFIG_DIR/scripts/my_script.py and use vcspull run my_script
Also support XDG_CONFIG_DIRS for global configs on systems
defrun(repos, configs, *args, **kwargs):
# list of repo objects that can syncedblender=
The text was updated successfully, but these errors were encountered:
https://github.com/vcs-python/vcspull/issues/new
Perhaps a possibility in the future, also, may be a
vcspull run-script <script>
commandThis could make it possible to interact with
vcspull
andlibvcs
based on the environmental context.vcspull run <script>
This allows running against your environment settings.
System configs:
XDG_CONFIG_DIRS/scripts/my_script.py
, e.g./etc/tmuxp/scripts/my_script.py
orvcspull run my_script
User configs: You can also have
$XDG_CONFIG_DIR/scripts/my_script.py
and usevcspull run my_script
Also support
XDG_CONFIG_DIRS
for global configs on systemsThe text was updated successfully, but these errors were encountered: