A simple plaintext task manager, allowing you to edit tasks in plaintext lists (quick to edit, no metadata clutter), and store metadata in json files (for genrating reports, searching by date, etc). Inspired by git and taskwarrior.
Your vim must be compiled with python (2 or 3). Run the following command from a console - if a line is returned, your vim was built with python support.
vim --version | grep '+python' # unix
vim --version | find /I "+python" # windows
Tagbar (https://github.com/majutsushi/tagbar) integration is supported, but requires a system-installed python interpreter.
After setting up a vim plugin-manager like vundle, pathogen, etc. Add this plugin
to your ~/.vimrc
.
Plugin 'https://github.com/willjp/vim-taskmage'
- sphinx_documentation
- running_tests
- under_the_hood
- future_ideas
- similar_projects