logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vimplate - the vim template system.

Author

       Urs Stotz <stotz@gmx.ch>

Depends On Packages

Template-Toolkithttp://search.cpan.org/~abw/Template-Toolkit-2.14

       please install Template-Toolkit on your system.

Depends On Settings

variableHOME

       on unix/bsd/linux the variable home is set.  On Windows please set the variable home to the value where
       _vimplaterc should be locatet.

Description

vimplate Print a spezified template to standard output.

Name

       vimplate - the vim template system.

Options

-help|-h|-?
           Print a brief help message and exit.

       -man
           Print the manual page and exit.

       -version
           Print the version and exit.

       -createconfig
           Write a vimplate config to $HOME/.vimplaterc or %HOME%\_vimplaterc (on Windows) and exit.

       -listtemplate
           Print the avaible templates and exit.

       -listusers
           Print the avaible users and exit.

       -user|u=<username>
           Use the information form user <username> while parsing templates.

       -dir|d=<templatedir>
           Search templatefiles in <templatedir>.

       -template=<templatefile>
           Use the <templatefile>.

See Also

perl(1) Template(3)

perl v5.32.1                                       2021-09-25                                        VIMPLATE(1)

Synopsis

       vimplate <-template=<template>> [-out=<file>] [-user=<user>] [-dir=<dir>] [-config=<file>]
       vimplate <-createconfig>
       vimplate <-listtemplates>
       vimplate <-listusers>
       vimplate <-version>
       vimplate <-help|-h|-?>
       vimplate <-man>

See Also