2017 © Pedro Peláez
 

library minus-x

Removes executable bit from files that shouldn't be executable

image

mediawiki/minus-x

Removes executable bit from files that shouldn't be executable

  • Saturday, July 28, 2018
  • by mediawiki
  • Repository
  • 11 Watchers
  • 4 Stars
  • 20,819 Installations
  • PHP
  • 78 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 23 % Grown

The README.md

MinusX

MinusX is a utility that finds files that shouldn't have a UNIX executable mode., (*1)

Files that are marked as executable must either have a MIME type of application/x-executable or application/x-sharedlib, or start with a shebang., (*2)

It can be installed via composer:, (*3)

composer require mediawiki/minus-x --dev, (*4)

Usage:, (*5)

minus-x check ., (*6)

And to automatically fix errors:, (*7)

minus-x fix ., (*8)

If you want to ignore a specific file or directory from being checked, create a .minus-x.json in the repository root:, (*9)

{
    "ignore": [
        "./bin/executable"
    ],
    "ignoreDirectories": [
        "./extensions"
    ]
}

The directories .git, vendor, and node_modules are always ignored., (*10)

MinusX is licensed under the terms of the GPL, v3 or later. See COPYING for more details., (*11)

The Versions

28/07 2018

dev-master

9999999-dev https://www.mediawiki.org/wiki/MinusX

Removes executable bit from files that shouldn't be executable

  Sources   Download

GPL-3.0+ GPL-3.0-or-later

The Requires

 

The Development Requires

by Kunal Mehta

17/02 2018

0.3.1

0.3.1.0 https://www.mediawiki.org/wiki/MinusX

Removes executable bit from files that shouldn't be executable

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kunal Mehta

10/01 2018

0.3.0

0.3.0.0 https://www.mediawiki.org/wiki/MinusX

Removes executable bit from files that shouldn't be executable

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kunal Mehta

04/12 2017

0.2.1

0.2.1.0 https://www.mediawiki.org/wiki/MinusX

Removes executable bit from files that shouldn't be executable

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kunal Mehta

30/10 2017

0.2.0

0.2.0.0 https://www.mediawiki.org/wiki/MinusX

Removes executable bit from files that shouldn't be executable

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kunal Mehta

12/09 2017

0.1.0

0.1.0.0 https://www.mediawiki.org/wiki/MinusX

Removes executable bit from files that shouldn't be executable

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Kunal Mehta