shower / cli

Command line interface for Shower
Other
35 stars 6 forks source link

Disable UI and notifications #15

Closed pepelsbey closed 5 years ago

pepelsbey commented 6 years ago

I doubt anyone needs BrowserSync’s UI page and “Browsersync: connected” message every time page opens or reloads. Options to disable:

ui: false,
notify: false
screenshot 2018-09-20 at 16 41 10
mrdimidium commented 6 years ago

I want to add flag '--ui' and by default using false

pepelsbey commented 6 years ago

Is there a use case for UI?

mrdimidium commented 6 years ago

I am comfortable to see that the browser sync did not fall off

pepelsbey commented 6 years ago

I just realized how annoying is this Browsersync is connected popup :(

Every time I save something I expect to see changes on the page, sometimes they are small and I need to be able to spot them. But now when I save HTML this (pretty useless) popup steals all attention.

mrdimidium commented 6 years ago

Yes, I understand your pain. I will remove popup in next release. It will be ready on this weekend.

pepelsbey commented 6 years ago

No rush :) I’ve been just thinking if UI option (even disabled by default) is something even worth keeping among available options. I mean, is “BS is still alive” knowledge that valuable? Also: what BS is doing in my browser, I’m using Shower now!

mrdimidium commented 5 years ago

By default UI and notify is disabled in 0.2.3 version