alexdewar / clockify-tui

An unofficial terminal UI for the Clockify time-tracking app.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Allow for opening the web interface from the UI #8

Open alexdewar opened 1 week ago

alexdewar commented 1 week ago

I'm not sure exactly how to get the URL for a user's homepage on the Clockify website. It may be that you can get it from the API (or work it out) or just go to a generic URL, such as clockify.com/user or whatever. Needs looking into.

The URL should be opened with the user's default browser. Make sure your approach is cross-platform.