sponsor Vim development Vim logo Vim Book Ad

unite-yarm : A Unite.vim plugin for redmine

 script karma  Rating -1/1, Downloaded by 929  Comments, bugs, improvements  Vim wiki

created by
basyura
 
script type
utility
 
description
unite-yarm is a unite.vim plugin for redmine

dev : https://github.com/basyura/unite-yarm


this is a redmine client which use REST api.

you can view ticket's list.
you can update ticket's description and field.
http://d.hatena.ne.jp/basyura/20101125/p1

dependency

  unite.vim
  https://github.com/Shougo/unite.vim

  webapi-vim
  https://github.com/mattn/webapi-vim

  open-browser.vim
  https://github.com/tyru/open-browser.vim

Usage:
  
  :Unite redmine
  :Unite redmine:project_id=hoge:status_id=open:per_page=100
  :Unite redmine:project=hoge:status=open:per_page=100
  :Unite redmine:!
  
change description ,  and save buffer by :w
issue is updated.
  
variables

  g:unite_yarm_server_url
    redmine server url
    default :http://localhost:3000
    example) let g:unite_yarm_server_url = 'http://localhost:3000'
    
  g:unite_yarm_access_key
    API Access Key
    you need key to update issue
   default : read only
   example) let g:unite_yarm_access_key = 'XXXXXXXXXXXXXXX'

  g:unite_yarm_per_page
    25 or 50 or 100
    default : 25
    example) let g:unite_yarm_per_page = 25
  
  g:unite_yarm_backup_dir
    backup ticket's description
    default : no backup
    example) let g:unite_yarm_backup_dir = '/tmp'


 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
unite-yarm.zip 0.1.5 2010-12-13 7.3 basyura fix escape
unite-yarm.zip 0.1.4 2010-12-10 7.3 basyura fix function name
unite-yarm.zip 0.1.3 2010-12-10 7.3 basyura change fileformat
unite-yarm.zip 0.1.2 2010-12-10 7.0 basyura Initial upload
ip used for rating: 18.221.85.33

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github