Skip to content

Unify the content of multiple files into a single file

Notifications You must be signed in to change notification settings

felipowsky/Unifile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Unifile

Description

This python script unifies the content of multiple files into a single file. Edit extensions variable in unifile.py to configure which files you want to merge.

Example:

extensions = ['.swift', '.h', '.m', '.cpp', '.c', '.py', '.java']

Usage

To unify the content of files of the current directory:

./unifile.py

To unify the content of files of a specific directory:

./unifile.py <directory>

About

Unify the content of multiple files into a single file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages