clockify-cli
clockify-cli copied to clipboard
A simple cli to manage your time entries on Clockify from terminal
started on #57
read cards from a connected board (allow filters) and create tasks based on then. must be able to know that the task was created from a card, and sync/ignore it...
may need to connect the labels and tags to work.
select tags based on the issue labels, may need to "connect" the label and the tag
allow user to connect a github repository to a clockify project and persist it to the config file
Apply the code for filtering options on project interactive mode. https://github.com/lucassabreu/clockify-cli/blob/77d97d9537fcb311735989bed62fe969995dc3e3/ui/ui.go#L15 For suggesting on auto-complete for projects https://github.com/lucassabreu/clockify-cli/blob/77d97d9537fcb311735989bed62fe969995dc3e3/cmd/suggestions.go#L79