Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.19 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.19 KB

Project Manager CLI (pm-cli)

Spotlight-like launcher for some of common daily actions of a Project Manager. Built using Electron and VanillaJS.

pm-cli demo

Download

here

Usage

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

Configuration

See schema.json for description of required/optional fields.

Development

git clone https://github.com/anteq/pm-cli
cd pm-cli
npm install
npm start
# Build
npm run dist

Todo

  • 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

License

CC0 1.0 (Public Domain)