This project is not covered by Drupal’s security advisory policy.
Drush is a very nice framework for building CLI tools. But it's not a proper ecosystem until it has a todo app.
@Todo is intended to provide developers and administrators with a lightweight task-recording tool that can replace burying @todos in your code. Those can sometimes be useful to inform others of future intent, but are a pain to actually track your own actions.
With new or tiny projects, I often find myself putting high-level notes in an issue tracker somewhere but jotting down more detailed action items in a hard to manage scratch space... @Todo provides cleaner structure and is easily there for me on the command-line when I want to drop a quick thought into the queue.
Again, it is not intended to compete with a real issue tracker. Feature requests oriented at making @Todo scale to more users or more issues will likely be rejected.
Localized, Contextual Tasks
@Todo leverages it's own concept of project context to bundle together tasks. In decreasing order of immediacy, it searches for:
- A Git repository.
- A Drupal core directory.
- Your home directory.
What does that mean? Well, when you type:
$> drush todo-add "menu_router performance patch"
from any location within a Git repository, it will be grouped with every other todo you created in that repo. This means your entire project's todos are readily bundled, and viewable with a quick `drush todo-list`.
For more information continue on to the README.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Developer tools
- Created by Grayside on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.