Skip to content

anadgouda/taskmanagementvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Task Management Vim Plugin Readme

Author: Abhijit Nadgouda
Version: 0.1
Created On:15 May 2011
Last Modified On:15 May 2011

TaskManagement is a vim plugin that uses GTD-like philosophy to let you manage tasks through vim. It is dependent on a schema I created to manage my tasks.

I wanted to keep this is as a .vimrc script so that you can easily modify it as per your need. However, plugins and changes to these plugins are easier to manage than loose scripts. Hence this attempt.

I will still encourage you glance over the code and make changes as per your need.

This plugin has a syntax file along with the functionality code. Install plugin/taskmanagement.vim in your vim plugins directory (e.g., .vim/plugin on Linux) and syntax/taskmanagement.vim in your vim syntax directory (e.g., .vim/syntax on Linux).

You can set the environment variable VIMTASKMANAGEMENTDIR` to point to the directory where these task files will be stored. If not explicitly set, it assumes the location to be ``~/wiki/.

I have to put in details of usage here. Till then read my blog post about this.

Other than the commands mentioned there, you can also use the command Pending to get a list of tasks not done in last 7 days.

The plugin depends on strftime() function. It will prompt you a message if your platform does not support strftime(). Please contact me at abhijit@ifacethoughts.net in case you come across other errors.

About

Task Management plugin for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published