charmbracelet / vhs

Your CLI home video recorder 📼
MIT License
14.97k stars 248 forks source link

Unnecessary `vhs publish` message #188

Open rm-dr opened 1 year ago

rm-dr commented 1 year ago

There's no reason to show users the Host your GIF on vhs.charm.sh... message every single time vhs is run.

Showing this message on the first run of vhs would make sense, but that involves keeping state and is probably more trouble than it's worth.

So, I propose we remove that message altogether, and instead rely on the documentation and on vhs --help.

maaslalani commented 1 year ago

You can hide the hint/message with by setting VHS_PUBLISH=false.

We'll also likely remove the hint in the future.

bashbunni commented 1 year ago

I think we can remove this once we add the info for vhs publish to our docs 👍