-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
It would be nice if there was support for incorporating ShellJS plugins into shx, like so:
$ shx open file.txt
$ shx git status # assuming there is a git plugin
$ shx mktemp foo.XXXXXX
Since shx blacklists certain commands, it might be good to have some option when creating the ShellJS plugin about whether it will be exposed to shx
. This would also get rid of the need for a literal blacklist, since it would then be redundant.