Skip to content

yoshio15/vim-trello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powered by vital.vim

vim-trello

Vim plugin for Trello
Japanese README.md is here.

vim-trello

Installation

vim-plug

Plug 'yoshio15/vim-trello', { 'branch': 'main' }

and execute :PlugInstall command to install vim-trello.

Setting

set your api key and token of Trello in your vimrc.

" Trello API Key
let g:vimTrelloApiKey = '{your api key}'
let g:vimTrelloToken = '{your token}'

Usage

:VimTrello

you can open your boards list of trello assosiaded with your Trello account by this command.

Key Map

■ Boards

key action
q close buffer
Enter show the Board

■ Lists

key action
a add new List
b back to Boards
d delete(archive) the List
q close buffer
Enter show the List

■ Tasks

key action
a add new Task
b back to Lists
d delete the Task
e edit the title of Task
q close buffer
Enter show the Task

■ Task Detail

key action
b back to Tasks
q close buffer
:w update description of the task

Author

Yoshio Kondo

License

This software is released under the MIT License, see LICENSE.

About

Vim plugin for Trello

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published