Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noma4i/subred
Redmine Client for SublimeText
https://github.com/noma4i/subred
redmine redmine-client sublime-text
Last synced: 3 days ago
JSON representation
Redmine Client for SublimeText
- Host: GitHub
- URL: https://github.com/noma4i/subred
- Owner: noma4i
- Created: 2014-08-06T06:54:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T00:12:27.000Z (over 8 years ago)
- Last Synced: 2024-05-08T22:15:48.307Z (6 months ago)
- Topics: redmine, redmine-client, sublime-text
- Language: Python
- Homepage:
- Size: 1.11 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](screenshots/features.png?raw=true)
### Showtime!
![Query](screenshots/subred_show.gif?raw=true)### Why?
I really hate to open browser, navigate to Redmine.