ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Sub​Red

noma4i ST3

SublimeText 的 Redmine 客户端

详细信息

安装

  • 总数 278
  • Win 132
  • Mac 70
  • Linux 76
8 月 6 日 8 月 5 日 8 月 4 日 8 月 3 日 8 月 2 日 8 月 1 日 7 月 31 日 7 月 30 日 7 月 29 日 7 月 28 日 7 月 27 日 7 月 26 日 7 月 25 日 7 月 24 日 7 月 23 日 7 月 22 日 7 月 21 日 7 月 20 日 7 月 19 日 7 月 18 日 7 月 17 日 7 月 16 日 7 月 15 日 7 月 14 日 7 月 13 日 7 月 12 日 7 月 11 日 7 月 10 日 7 月 9 日 7 月 8 日 7 月 7 日 7 月 6 日 7 月 5 日 7 月 4 日 7 月 3 日 7 月 2 日 7 月 1 日 6 月 30 日 6 月 29 日 6 月 28 日 6 月 27 日 6 月 26 日 6 月 25 日 6 月 24 日 6 月 23 日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

说明文件

源代码
raw.​githubusercontent.​com

SublimeText Redmine 客户端

SublimeText 插件,可在编辑器中直接与 Redmine 交互。

快速开始

  • 将插件克隆/下载到 SublimeText 用户文件夹下的 SubRed

配置

基本

Preferences: Package Settings > SubRed > Settings – User 中设置 redmine_urlapi_key

{
  "redmine_url" : "URL to your Redmine",
  "api_key": "Set your Redmine API Key"
}

快捷键

Preferences: Package Settings > SubRed > Key Bindings – User:

可用命令

sub_red - 打开问题

sub_red_set_status - 设置问题状态

sub_red_get_query - 列出查询

sub_red_go_redmine - 在默认浏览器中打开问题

sub_red_set_assigned - 将问题分配给我

问题视图中可用的快捷键

c - 发布评论 | r - 刷新问题 | s - 更改状态 | g - 在浏览器中打开

快捷键配置
{
    "keys": ["shift+command+k"],
    "command": "sub_red"
  },
  {
    "keys": ["shift+command+h"],
    "command": "sub_red_set_status"
  },
  {
    "keys": ["shift+command+l"],
    "command": "sub_red_get_query"
  },
  {
    "keys": ["shift+command+j"],
    "command": "sub_red_go_redmine"
  }

功能

- View issue in SublimeText
- Change issue state
- Post Comment
- Assign to Me
- Open current Issue in Browser
- View Queries list and issues from particular query
- Refresh Issue view

Functions

时间到了!

Query

为什么?

我真的很讨厌打开浏览器,导航到 Redmine。