todo icon indicating copy to clipboard operation
todo copied to clipboard

A simple command line todo list manager which can be as powerful as you want it to be.

Results 4 todo issues
Sort by recently updated
recently updated
newest added

Is there a way to set a task as recurring? I checked the user guide and could not find anything about this.

Consider repeatedly running: ``` todo rmctx pizza_list --force todo add "Pepperoni" --context pizza_list todo add "Margarita" --context pizza_list todo add "Veggie" --context pizza_list todo add "Supreme" --context pizza_list todo pizza_list...

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies

## Description This pull request introduces a new `export` command that allows users to dump their task list in three popular formats—CSV, JSON, or Markdown—either to standard output or to...