todosh_notion package

Submodules

todosh_notion.settings module

todosh_notion.todonotion module

todosh_notion.todonotion.add(arg: argparse.Namespace)None[source]

Create a task in To Do Task List

Parameters

arg (Namespace) – Arg with card title

todosh_notion.todonotion.configure(arg: argparse.Namespace)[source]

Configure todo.sh actions Add the actions in ~/.todo.actions.d, create the directory if not exists As explained in: github.com/todotxt/todo.txt-cli/wiki/Creating-and-Installing-Add-ons

Parameters

arg (Namespace) –

todosh_notion.todonotion.delete(arg: argparse.Namespace)None[source]

Like “done” command, but performs a delete action. Delete all the tasks that have the “task” name into their titles

Parameters

arg (Namespace) – Arg with card title

todosh_notion.todonotion.done(arg: argparse.Namespace)None[source]

Move all the tasks that have the “task” name into their titles to Done

Parameters

arg (Namespace) – Arg with card title

todosh_notion.todonotion.organize()[source]
todosh_notion.todonotion.run()[source]

Module contents