jrnxf / thokr

✨ sleek typing tui with visualized results and historical logging
MIT License
528 stars 18 forks source link

fix: remove tweet functionality if no browser available #4

Closed jrnxf closed 2 years ago

jrnxf commented 2 years ago

What: Remove tweet functionality if no browser is available.

Why: Makes it so users running thokr in a docker container aren't shown a tweet option that won't work.

This How: Uses the newly updated 0.7.1 version of webbrowser-rs which exposes Browser::is_available().

Checklist: