van-ibm / hyper-scripts

Hyper plugin that displays a list of commands as a convenient sidebar
MIT License
2 stars 1 forks source link

suggestions #1

Open BananaAcid opened 5 years ago

BananaAcid commented 5 years ago

I got a few ideas, that would make fit its purpose:

Support for project.json run commands and *.gulp and ant scripts, running docker-compose.yml and more within a directory. Support for directory based scripts (regex filters).

van-ibm commented 5 years ago

"Support for directory based scripts (regex filters)" - I've wanted to move the JSON object that defines the script to an external object. Selectively reading files from a directory is a definite need. The other was simply reading a JSON file from a remote server (i.e. GitHub). That way there's a sharing ability.

It makes sense to do, just need to find the time these days.

platform-kit commented 3 years ago

@van-ibm do you still plan to implement this?