Skip to content

dsmurl/the-war-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The War Panel

  • use this to build a new Icons set
    • iconutil -c icns icon.iconset
  • add a config file ~/the-war-panel.config.json like
{
  "buttons": [
    {
      "title": "Members",
      "command": "webstorm /Users/myName/Development/engine/members"
    },
    {
      "title": "Hydra",
      "command": "idea /Users/myName/Development/engine/he-hydra"
    },
    {
      "title": "LinuxSetup",
      "command": "webstorm /Users/myName/Development/tools/linux-setup"
    }
  ],
  "path": [
    "/usr/local/bin",
    "/opt/homebrew/bin",
    "~/Library/Application Support/JetBrains/Toolbox/scripts"
  ]
}

About

Just your plain old War Panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published