Heholord / FalconStats

MIT License
447 stars 21 forks source link

Beautify services #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

This gives each service an individual line and give a little indent between the service and the active/inactive output.

HermannBjorgvin commented 6 years ago

That takes up too much space, the reason the services message is compacted is because otherwise it would take up like 10-20 lines. If you want to add this you'll need to add a "servicesWidth" field to config.json and pull the value you need from that. But this won't be the default since it's just too big.

HermannBjorgvin commented 6 years ago

Maybe create another version of the script? Append the filename to say -long or something? I was also thinking yesterday it might be cool to add a list of services that have failed to the list automatically

ghost commented 6 years ago

Good idea but I'll work on that later. I have another project I'm on with right now but this really piqued my interest on reddit. Hope to iron out the bugs with everyone.

ghost commented 6 years ago

I'm going to wait and see what happens with the branch that is moving everything to bash. I have a feeling that is going to take precedent at the moment.