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 code to read in and edit config file #16

Closed alexdewar closed 1 week ago

alexdewar commented 1 week ago

Description

Add commands to edit and read in the config file. For now, nothing is done with the loaded config object as it is not needed anywhere.

This allows the user to easily enter their API key. In future this will also be used for other config options.

Closes #3.

Type of change

Key checklist

Further checks