Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Planter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
planter
Planter
Commits
96cfc1b7
Commit
96cfc1b7
authored
Jun 04, 2017
by
seth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated man page
parent
8d60b3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
planter.8
usr/man/man8/planter.8
+7
-4
No files found.
usr/man/man8/planter.8
View file @
96cfc1b7
...
...
@@ -78,10 +78,13 @@ Use an alternate tree.list (config, or template) file.
.B
.SH CUSTOMIZING THE TEMPLATE
.PP
\fBPlanter\fP creates a project tree based on the contents of its
default template file, /etc/planter/tree.list.
\fBPlanter\fP creates a project tree based on the contents of the template file.
.PP
The default file /etc/planter/tree.list contanis sample project definitions, but you
Unless you point it to something else, Planter uses
~/.config/planter/tree.list, if it exists. Failing that, it defaults
to /etc/planter/tree.list.
.PP
The default file /etc/planter/tree.list contains sample project definitions, but you
are free to change the template to fit your needs. The configuration
file is in very simple YAML. This is an example:
.PP
...
...
@@ -91,7 +94,7 @@ blah:
- symfile: %COMMON%/art/bar/baz:baz
- copyfile: /usr/share/doc/gcc/COPYING:LICENSE
.PP
In this example, the blah tree
mak
es a directory foo, symlinks a
In this example, the blah tree
generat
es a directory foo, symlinks a
directory bar, symlinks the file baz, and copies the GPL license from
the GCC directory into your project directory. To use it, the command
is:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment