Skip to content

siskinc/touch

Repository files navigation

Touch

Install

git clone --recursive https://github.com/siskinc/touch
cd touch
make test
make
make install_template
make install

Example

A template file

filename: ~/.touch/cpp

/*
** Author: {USER}
** Create: {TIME}
*/
#include <iostream>

int main(int argc, char **argv)
{{

    return 0;
}}

Result

cmd:
ctouch a.cpp

/*
** Author: daryl
** Create: 2018-12-12
*/
#include <iostream>

int main(int argc, char **argv)
{

    return 0;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published