Skip to content
/ pm-cli Public

bringing the simplicity of a command-line interface to the daily work of project managers 🎉

License

Notifications You must be signed in to change notification settings

anteq/pm-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

bringing the simplicity of a command-line interface to the daily work of project managers 🎉

Resources

License

Stars

Watchers

Forks

Packages

No packages published