Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions extensions/dbsgg/redmine/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "dbsgg.redmine",
"title": "Redmine",
"shortDescription": "Work with Redmine from the Command Palette — open issues by number, copy rich links, browse comments, run saved queries, and make quick edits.",
"description": "Redmine for Command Palette is an unofficial extension that brings your Redmine issues into the PowerToys Command Palette, so you can act on tickets without switching to the browser.\n\nType an issue number to jump straight to its description and comments. Recently viewed tickets stay one keystroke away in the history, and your favorite Redmine filters become saved queries — each listed with its issue count and ready to pin as a top-level command. Status changes and comments are handled right in the palette; anything more detailed opens in the browser with Ctrl+Enter.\n\nThe extension is designed to be gentle on your server (batched requests and caching) and careful with your credentials: the API key is stored only in the Windows Credential Manager (DPAPI-encrypted, per user) and is never written to disk in plain text. The UI is available in English and Japanese, following the Windows display language.\n\nRequirements:\n- Microsoft PowerToys with the Command Palette feature enabled.\n- A Redmine server with the REST API enabled. An API access key is optional: public servers can be browsed read-only without one; a key is needed for private projects and for status changes / comments.\n\n\"Redmine\" is a trademark of its respective owner. This is an independent, unofficial extension.",
"author": {
"name": "dbsgg",
"url": "https://github.com/dbsgg"
},
"icon": "icon.png",
"homepage": "https://github.com/dbsgg/RedmineExtension",
"tags": ["redmine", "issue-tracker", "tickets", "project-management"],
"categories": ["developer-tools", "productivity"],
"installSources": [
{
"type": "msstore",
"id": "9N5ZH1H98NV2"
}
],
"listed": true
}
Binary file added extensions/dbsgg/redmine/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading