-
Notifications
You must be signed in to change notification settings - Fork 0
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
allow multiple sources #2
Labels
enhancement
New feature or request
Comments
There should also be an option to change the default source
|
Removed myself as an assignee, as I am working on other things right now. |
Update: The new folder stucture should become: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be an option to add multiple sources.
It could be something like this:
scm source add <scriptName> <sourceName> <source>
scm source get <scriptName>
scm source remove <scriptName> <sourceName>
scm update <scriptName> <sourceName>
Every script should have a default source (probably the first that has been added) which will be updated from if no source is specified.
You could then download a program from GitHub with
scm get exampleProgram
and add a pastebin script as additional source withscm source add exampleProgram pb exampleProgram@abc123
.Then you could update the script from pastebin with:
scm update exampleProgram pb
.The text was updated successfully, but these errors were encountered: