Spotlight-like launcher for some of common daily actions of a Project Manager. Built using Electron and VanillaJS.
Press ⌃ + ⌘ + Space to open GUI.
Create new JIRA issue: {project} (new|create|add) {assignee?} {type?} {priority?} "{summary?}"
e.g. sp new impr antek
or sp create blocker bug "something is off"
.
Browse JIRA issue: {project}-{code}
e.g. sp-220
Open JIRA backlog: {project} backlog
e.g. sp backlog
Open custom URL: {custom}
e.g. jenkins
or google
See schema.json for description of required/optional fields.
git clone https://github.com/anteq/pm-cli
cd pm-cli
npm install
npm start
# Build
npm run dist
- move basic functionality from BTT to electron
- move basic CSS
- refactor actions
- clean CSS
- add live search in Safari history
- add descriptions
- format description
- add icons
- settings support with yaml file
- GitHub support
- custom URLs config
- dark mode support