forked from Crois-En-Toi/Template-Automater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.txt
48 lines (33 loc) · 1.26 KB
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
NAME:
autotemp - Manages templates made by user to be used before starting any project.
SYNOPSIS:
autotemp [OPTION]... [FILE]...
DESCRIPTION
Creates and Manages templates which can be used while starting a project\
$ autotemp TemplateName file1 file2 file3 ...
To add template content to given files
--add,
Adds a template which can be used later
Usage: autotemp --add TemplateName
-p,
copies the content of the template to a file with given specific path
Usage: autotemp -p TemplateName Path_to_file
-e,
Opens the given template in vim editor
Usage: autotemp -e TemplateName
-l,
Lists out all template stored
Usage: autotemp -l
-pf,
Displays content of the given template
Usage: autotemp -pf TemplateName
-r,
Removes the given template from the stored templates
Usage: autotemp -r TemplateName
--help,
Displays how to use the commands and other usages
Usage: autotemp --help (or) autotemp --h
AUTHOR
Written by Prathamesh Desai and Sahil.
REPORTING BUGS
Contact : "[email protected]".