Skip to main content

Tracks issues and TODOs in a standalone branch in your repository.

Project description

A small script to manage TODO-entries inside a git repository. A personal project, with sparse documentation. Try git-todo --help to get detailed information about each command.

Integration

When git-todo is found via $PATH, git will find it if you run git todo. This is useful when using it from inside a repl.

Examples

Initializing a new TODO list and edit entries:

git todo new
git todo edit

A valid list:

x Do dishes.
* Cleanup apartment.
* Achieve world domination.
! Call mum on her birthday.

Running git todo, which is a shortcut for git todo list, yields the following (colorful) results:

git todo
! Call mum on her birthday.
* Cleanup apartment.
* Achieve world domination.
x Do dishes.

Note that completed tasks (x) have been moved to the end and important (!) tasks to the front.

Headings

Headings can be added in a format similar to ReStructured Text.

Chores
------
x Do dishes.
* Cleanup apartment.
! Call mum on her birthday.

Project X
---------
! Get started.
* Achieve world domination.
x Dream Big.

History

TODOs are kepy in a regular git branch that contains a single file:

git log --format=oneline todo
29e941f005de2fa998939b674ed7c4be47a93649 Updated TODO
8330b8167b4393f07ccc0f712301f0630f470a9e Initial commit for TODO branch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-todo-0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page