qdore / Mutate

A simple launcher inspired by Alfred for ubuntu and Fedora.
MIT License
1.28k stars 98 forks source link

Sharing Scripts #120

Open ishu3101 opened 8 years ago

ishu3101 commented 8 years ago

What is the best way to share your scripts? Also, each script should have a package.json file like in node js which contains meta data such as the name, description, author, icon etc. This way it would make sharing easier as currently all your preferences & metadata are stored in the config.ini file

benfalk commented 8 years ago

I really like this idea of sharing scripts! I would love to help out with a package system. One of the things I can foresee being an issue is the supporting languages the scripts use. I try to write mine in bash and sometimes ruby 2.2 for instance. So to support some of the scripts I write the host system would need to have the ruby dependency.