FZF wrapper for managing templates.
templari -h # display help
templari # open template picker
templari remove # open picker to remove template
templari <directory/file> # create new template from the specified directory/fileExample usage:
mkdir template
touch template/a template/b template/c
templari template/ # turns the folder into a template
templari # open it in the file picker to get the contents backThe templates' saving location is $HOME/.config/templari/.
git clone github.com/niliaranet/templari
cd templari
makeThe binary file (templari) should be stored somewhere in $PATH afterwards.