/cfft

Create File From Templates.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

What is CFFT

CFFT, Create File From Templates, just like its name -- it lets you create files using certain existed templates.

CFFT works in terminal.

How to Use

Installation

From Source Code

  1. Download this repo at your wanted path
git clone https://github.com/Corona09/cfft.git
  1. run makefile
make install

The script will be installed as ~/.local/bin/cfft.

  1. Put your template file in ~/Templates

  2. In terminal, run cfft, and you can create file from template in current working directory now.