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

Add a way to select the current workspace #4

Open alexdewar opened 1 week ago

alexdewar commented 1 week ago

All tasks on Clockify run on a particular workspace. I don't particularly understand the details myself -- I only ever use one workspace -- but we still need to tell the API which workspace we're using.

For now, we could just select the first workspace in the list, but going forward, we want to make this user configurable (perhaps the user could specify workspaces by UUID in the config file?).

TinyMarsh commented 1 week ago

I'm taking a look at this.