todosync
1.0.0
다른 소스의 문제 및 작업을 Todoist와 동기화합니다.
구성 파일 예제 :
[ config ]
gitlab_token = " " # the token to connect with Gitlab
github_token = " " # the token to connect with Github
todoist_token = " " # the token to connect with Todoist
default_labels = [ 0 ] # list of labels to apply on ALL tasks
[ sources . "https://gitlab . com/creekorful/test" ]
labels = [ 0 ] # the optional labels to add to the tasks
default = 0 # default tasks section
todo = 0 # where we put tasks with todo status (section)
in_progress = 0 # where we put tasks with in_progress status (section)
[ sources . "https://github . com/creekorful/test" ]
labels = [ 0 ] # the optional labels to add to the tasks
default = 0 # default tasks section
todo = 0 # where we put tasks with todo status (section)
in_progress = 0 # where we put tasks with in_progress status (section)
[ sources . "https://bugs . debian . org/983289" ]
labels = [ 0 ] # the optional labels to add to the tasks
default = 0 # default tasks section
todo = 0 # where we put tasks with todo status (section)
in_progress = 0 # where we put tasks with in_progress status (section)