Open
Description
create an smc-share
command, based on the ideas of Stuart Prescott
can we get some sort of tool so that I can:
$ jupyter-nbconvert --to html tutorial.ipynb
$ smc-share add tutorial.ipynb
$ smc-share add tutorial.html
I could envisage a tool that could:
smc-share [ add | remove | list ] [ --description "some description" ] [ filename | directoryname ] ...
The "list" sub-command could be able to list the shared resources by filename, directory or project according to what it is told.
Later, the "add" sub-command could take additional options like "--public" for whether it should be publicly indexed. [...]