├── .gitignore ├── IneffectivePower.plist ├── IneffectivePower.xm ├── LICENSE ├── Makefile ├── README.md └── control /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/.gitignore -------------------------------------------------------------------------------- /IneffectivePower.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/IneffectivePower.plist -------------------------------------------------------------------------------- /IneffectivePower.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/IneffectivePower.xm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/README.md -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akemin-dayo/IneffectivePower/HEAD/control --------------------------------------------------------------------------------