ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sub​Red

by noma4i ST3

Redmine Client for SublimeText

Details

Installs

  • Total 276
  • Win 132
  • Mac 68
  • Linux 76
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
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 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
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 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeText Redmine Client

SublimeText Plugin to interact with Redmine right in your editor.

Quick Start

  • Clone/download plugin to your SublimeText User folder under SubRed

Configure

Basic

Set the redmine_url and api_key in Preferences: Package Settings > SubRed > Settings – User:

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

Hotkeys

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

Available commands:

sub_red - Open Issue

sub_red_set_status - Set Issue Status

sub_red_get_query - List Queries

sub_red_go_redmine - Open Issue in default browser

sub_red_set_assigned - Assign Issue to me

Hotkeys available in Issue View:

c - post a comment | r - refresh issue | s - change state | g - open in browser

Hotkeys configuration:
{
    "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"
  }

Functions

- 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

Showtime!

Query

Why?

I really hate to open browser, navigate to Redmine.