Creates a file for each of the given filenames and enables its executable permission. If a filename already exists, it will not be overwritten and will be given executable permissions.
Python pyinstaller must be installed and added to PATH.
pyinstaller is available with
pip install pyinstallerFirst clone and enter the repository
git clone https://github.com/Quick-scripts/Touch-executable.git
cd Touch-executableSecond, build main.py with
source build.shThen, move the binary touchexec to PATH ($HOME/.local/bin)
mv ./touchexec $HOME/.local/bin/touchexec