Skip to content

Quick-scripts/Touch-executable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

touchexec

Description

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.

Installation

Prerequisites

Python pyinstaller must be installed and added to PATH. pyinstaller is available with

pip install pyinstaller

First clone and enter the repository

git clone https://github.com/Quick-scripts/Touch-executable.git
cd Touch-executable

Second, build main.py with

source build.sh

Then, move the binary touchexec to PATH ($HOME/.local/bin)

mv ./touchexec $HOME/.local/bin/touchexec

About

Creates a executable permissive file in only one line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages