-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Minor improvements to the msm tool #1201
Minor improvements to the msm tool #1201
Conversation
Sorry for not referencing the issues in the commit messages. Next time I'll read the contribution guidelines before making the PR. |
Thank you, this sounds like very useful features. I'll give it a go in a bit. In the meantime I'd like you to sign the contributors licensing agreement (https://mycroft.ai/cla/), this is needed to make sure everything is Ok on the licensing side and you are aware what rights you're granting us. |
Thanks for the information. I just signed the agreement. 👍 |
This works really nicely. Tested and works for me. @forslund let me know if you have any concerns with this. otherwise it looks good to me. thanks @theCalcaholic! |
I tested it earlier and it works really well. Merging. Big thanks @theCalcaholic! |
I'm glad it works. I think I should point out a short coming off the |
I think we still pull the head version so that's quite accurate. I'll make a note to check it over when we start to use the version the submodule is pointing to |
@forslund Oh, perfect. Thanks! |
This pull requests adds two improvements to the msm command line tool.
msm list
will now show which skills are already installed (issue show which skills are installed in msm list #1202)A new
msm info <skill>
command has been added, with either being a distinct substring of a skill's name or the skill's github repository's url. It will display the readme.md from the repository in the terminal (if found). (issue Show skill description from within msm (command line) #1203)