All Projects → fifi2 → gtd.vim

fifi2 / gtd.vim

Licence: other
Getting things done with Vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to gtd.vim

Ff
A distributed note taker and task manager.
Stars: ✭ 149 (+254.76%)
Mutual labels:  gtd, notes, tasks
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+4761.9%)
Mutual labels:  todo, notes, tasks
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (+223.81%)
Mutual labels:  todo, tasks
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+5230.95%)
Mutual labels:  todo, gtd
Todoman
✅ A simple, standards-based, cli todo (aka: task) manager.
Stars: ✭ 247 (+488.1%)
Mutual labels:  todo, tasks
Minimal Notes
Minimal Notes web app build with Vue.js
Stars: ✭ 102 (+142.86%)
Mutual labels:  todo, notes
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+3219.05%)
Mutual labels:  todo, tasks
Code Notes
Tool to summarise all code annotation like TODO or FIXME
Stars: ✭ 192 (+357.14%)
Mutual labels:  todo, notes
Vscode Todo Plus
Manage todo lists with ease. Powerful, easy to use and customizable.
Stars: ✭ 622 (+1380.95%)
Mutual labels:  todo, tasks
cheq
A command-line checklist app
Stars: ✭ 17 (-59.52%)
Mutual labels:  todo, gtd
elm-simple-gtd
Reimagination of SimpleGTD.com using Elm and Polymer.
Stars: ✭ 24 (-42.86%)
Mutual labels:  todo, gtd
vscode-projects-plus-todo-plus
Bird's-eye view over your projects, view all your todo files aggregated into one.
Stars: ✭ 25 (-40.48%)
Mutual labels:  todo, tasks
Tracks
Tracks is a GTD™ web application, built with Ruby on Rails
Stars: ✭ 991 (+2259.52%)
Mutual labels:  todo, gtd
Gridcoin Tasks
tasks, wishes, ideas, ... for the Gridcoin project
Stars: ✭ 32 (-23.81%)
Mutual labels:  todo, tasks
Yokadi
Command line oriented, sqlite powered, todo list
Stars: ✭ 119 (+183.33%)
Mutual labels:  todo, gtd
Vdirsyncer
📇 Synchronize calendars and contacts.
Stars: ✭ 872 (+1976.19%)
Mutual labels:  todo, tasks
devlog
Command-line tool for tracking your day-to-day software development work
Stars: ✭ 16 (-61.9%)
Mutual labels:  todo, notes
Microsoft Graph Toolkit
Authentication Providers and UI components for Microsoft Graph 🦒
Stars: ✭ 518 (+1133.33%)
Mutual labels:  todo, tasks
Django Todo
A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
Stars: ✭ 592 (+1309.52%)
Mutual labels:  todo, tasks
vindigo
📝 A brand new kanban inspired planning tool for all your projects. 💻
Stars: ✭ 52 (+23.81%)
Mutual labels:  notes, tasks

Gtd.vim

Gtd.vim is a Vim plugin to deal with your tasks in a GTD way. It helps you manage them in separate files and retrieve archived files with tags.

Gtd.vim presentation

Installation

Make sure filetype plugin on (or something similar) is included in your vimrc to enable plugins.

The following methods allude to your personal Vim directory ~/.vim. If you don't use GNU/Linux, you may have to replace this with your runtime path. See :h 'runtimepath'.

Depending on the method you prefer to install plugins, you might choose:

Traditional

If you want to install Gtd.vim plugin the traditional way, simply download the archive from Github and extract it to your personal Vim directory.

Package

$ mkdir -p ~/.vim/pack/plugins/start
$ cd ~/.vim/pack/plugins/start/
$ git clone https://github.com/phb1/gtd.vim

Notes:

  • Replace the subdirectory "plugins" with whatever you like.
  • You can replace the subdirectory "start" with "opt" if you prefer loading yourself the plugin with :packadd command.
  • See :h package

Vundle

Plugin 'phb1/gtd.vim'

Pathogen

$ cd ~/.vim/bundle
$ git clone https://github.com/phb1/gtd.vim

Basic configuration

:filetype plugin on
:let g:gtd#dir = '~/notes'

Read the documentation

:helptags ALL
:h gtd.vim
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].