# Functions
Add creates new Todo.
FormatAndPrint a Todo item to the console.
GetMarkedOrSelected todo item.
ImportList returns title -> Todo map for provider issues list.
List all todos.
Mark a single todo.
Remove an existing Todo.
Select asks the user to select a single Todo from all avaiable Todos and returns it.
# Structs
GitHubIssue type.
GitHubProvider for importing issues from GitHub -----------------------------------------------.
GitHubResponse type.
Todo represents a single Todo.
TodoCollection represents an array of Todos.
# Interfaces
Provider interface ------------------.