Skip to content

retnag/scripts

This branch is 564 commits behind PhoenicisOrg/scripts:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Travis CI
Dec 11, 2018
fe649ce · Dec 11, 2018
Dec 11, 2018
Dec 11, 2018
Sep 27, 2018
Dec 11, 2018
May 5, 2018
Feb 16, 2018
May 7, 2018
Oct 18, 2018
Dec 2, 2018
Oct 20, 2018
Sep 9, 2018
Apr 21, 2018
Apr 11, 2018
Apr 7, 2018
Apr 7, 2018

Repository files navigation

Build Status Codacy Badge Crowdin Badge

How to add a script

  1. Select the right category
  • Accessories
  • Development
  • Games
  • Graphics
  • Internet
  • Multimedia
  • Office
  • Other
  • Science
  1. Create a new folder for your script inside that category. The folder structure should be:

    category
    └── application-name
        ├── script-name
        │   ├── script.js
        │   └── script.json
        ├── miniatures
        │   └── main.png
        └── application.json
    

    Typically, script-name will be something like "Steam", "Online" or "v1.2".

    Even if the application name contains ®, ™ or the like, you should not use it in the folder name.

  2. Fill the files:

{
  	"scriptName": "Online",
  	"compatibleOperatingSystems": ["MACOSX", "LINUX"],
  	"testingOperatingSystems": [],
  	"free": true,
  	"requiresPatch": false
}
  • main.png: application icon (400px x 300px)
  • application.json: describes the application
{
  	"name":	"Steam",
  	"description": "Application description"
}
  1. Verify changes:
  • Ensure that the changes fulfill the code quality requirements and the files are formatted correctly (see tools).
  1. Create a pull request:
  • Please create one pull request per script if you want to commit multiple scripts.
  • use the following naming convention
    • for a new script: "Add <application name>" (e.g. "Add 7-zip")
    • for an updated script: "Update <application name> <what changed>" (e.g. "Update 7-zip to use Wine 2.1")

About

Phoenicis scripts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.2%
  • Python 3.2%
  • Shell 0.6%