All Projects → vuciv → Vim Bujo

vuciv / Vim Bujo

A minimalist task manager for vim.

Projects that are alternatives of or similar to Vim Bujo

Kronos.vim
A simple task and time manager. Project moved here:
Stars: ✭ 205 (+50.74%)
Mutual labels:  task-manager, vim-plugin
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (-55.15%)
Mutual labels:  vim-plugin, task-manager
Geek Life
The Todo List / Task Manager for Geeks in command line
Stars: ✭ 212 (+55.88%)
Mutual labels:  todolist, task-manager
taskontable
Taskontable is To-Do List & Time keeper on Spreadsheet.
Stars: ✭ 14 (-89.71%)
Mutual labels:  todolist, task-manager
Nickel
Micro tasks manager written in pure Python
Stars: ✭ 18 (-86.76%)
Mutual labels:  todolist, task-manager
Ecno
Ecno is a task state manager built on top of UserDefaults in pure Swift 4.
Stars: ✭ 92 (-32.35%)
Mutual labels:  todolist, task-manager
Incsearch Fuzzy.vim
Stars: ✭ 116 (-14.71%)
Mutual labels:  vim-plugin
Quickfixsigns vim
Mark quickfix & location list items with signs
Stars: ✭ 126 (-7.35%)
Mutual labels:  vim-plugin
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+1172.06%)
Mutual labels:  task-manager
Sqhell.vim
An SQL wrapper for vim
Stars: ✭ 113 (-16.91%)
Mutual labels:  vim-plugin
Ale
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
Stars: ✭ 11,380 (+8267.65%)
Mutual labels:  vim-plugin
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-2.94%)
Mutual labels:  todolist
Vim Operator Surround
Vim operator mapping to enclose text objects with surrounds like paren, quote and so on.
Stars: ✭ 124 (-8.82%)
Mutual labels:  vim-plugin
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-14.71%)
Mutual labels:  vim-plugin
Vim Clap
👏 Modern performant fuzzy picker for Vim and NeoVim
Stars: ✭ 1,802 (+1225%)
Mutual labels:  vim-plugin
Nvim Treesitter Context
Show code context
Stars: ✭ 113 (-16.91%)
Mutual labels:  vim-plugin
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+1264.71%)
Mutual labels:  task-manager
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+1208.82%)
Mutual labels:  todolist
Mmake
Mmake is a small program which wraps make to provide additional functionality, such as user-friendly help output, remote includes, and eventually more. It otherwise acts as a pass-through to standard make.
Stars: ✭ 1,593 (+1071.32%)
Mutual labels:  task-manager
Vem Tabline
A lightweight Vim/Neovim plugin to display buffers and tabs in the tabline
Stars: ✭ 129 (-5.15%)
Mutual labels:  vim-plugin

vim-bujo

This plugin allows people to easily access and manage todo lists for their projects from vim.

You can easily access and manage Todo lists of specific projects or a general Todo list.

Installation

If you use a plugin manager, such as vim-plug, follow its instructions on how to install plugins from github.

To install the stable version of the plugin, if using vim-plug, put this in your vimrc/init.vim:

Plug 'vuciv/vim-bujo'

Use / Mappings

  • Open Todo of current git repo:

    :Todo // from git repo
    
  • Open general Todo:

    :Todo g
    
  • Using mods:

    :botright Todo
    :botright Todo g
    

You can see more mod commands at :h mods

  • Insert a new task:

    nmap <C-S> <Plug>BujoAddnormal
    imap <C-S> <Plug>BujoAddinsert
    
  • Check off a task:

    nmap <C-Q> <Plug>BujoChecknormal
    imap <C-Q> <Plug>BujoCheckinsert
    
  • Change cache directory:

    let g:bujo#todo_file_path = $HOME . "/.cache/bujo"
    
  • Change todo window width:

    let g:bujo#window_width = 40
    

Screenshots

This gif shows how the Todo list opens up in vim.

Gif of Bujo use

We can also see that the task list is very easy to manage.

The ascii art is inserted manually, but you can do that yourself with the file 'templates/md.skeleton'

Notes

Feedback and bug reports are welcomed and encouraged. If you want new features, please do let me know. I would be honored at the opportunity to make a tool better for the community.

I built this because I wanted the ease of vim bindings with the benefits of keeping a todo list on hand. It is very simple and minimialist.

I plan to add diary capabilities, and all the fun little quotes and activities that make actual bullet journaling fun!

If you would like to work on this project with me, please reach out to me on twitter

License

Copyright (c) Jersey Fonseca. Distributed under the same terms as Vim itself. See :help license.

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].