Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

szapp/FeatShare

Repository files navigation

FeatShare

Share specific features between text-based projects of same origin

FeatShare

While merge-tools generally allow fusing all changes from two versions of a project, FeatShare integrates only a selected set of changes (along with creation and deletion of files) into an environment. This is done irrespective of how far the target project has evolved from the common origin - and that outside of a version control system in form of a light-weight stand-alone setup. Its strengths lie in the high customization of configuration and its flexibility of how to integrate the features.

For more information read the documentation avaliable in each release.

Third-Party Software

The following third-party software is used.

Building

To compile this project, the most recent version of AutoHotkey (v1.1.24.0) is recommended. Compile (with v1.1.24.0 Unicode 32-bit) the following files in the indicated order:

  1. FeatShare.ahk*
  2. template.ahk
  3. Felper.ahk*
  4. BuildSetup.ahk*

Afterwards, template.exe and FeatShare.exe can be deleted has they are included in BuildSetup.exe.

Files annotated with an asterisk (*) should be compressed with mpress (included in this repository).