Vim plugin for Trello
Japanese README.md is here.
Plug 'yoshio15/vim-trello', { 'branch': 'main' }
and execute :PlugInstall
command to install vim-trello.
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}'
:VimTrello
you can open your boards list of trello assosiaded with your Trello account by this command.
key | action |
---|---|
q | close buffer |
Enter | show the Board |
key | action |
---|---|
a | add new List |
b | back to Boards |
d | delete(archive) the List |
q | close buffer |
Enter | show the List |
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 |
key | action |
---|---|
b | back to Tasks |
q | close buffer |
:w | update description of the task |
Yoshio Kondo
This software is released under the MIT License, see LICENSE.