aboutsummaryrefslogtreecommitdiff
path: root/reposync.1
diff options
context:
space:
mode:
Diffstat (limited to 'reposync.1')
-rw-r--r--reposync.126
1 files changed, 26 insertions, 0 deletions
diff --git a/reposync.1 b/reposync.1
new file mode 100644
index 0000000..a819466
--- /dev/null
+++ b/reposync.1
@@ -0,0 +1,26 @@
+.TH REPOSYNC 1 reposync
+.SH NAME
+reposync - sync git repositories tracked by home-manager
+.SH SYNOPSIS
+.B reposync
+[\fI\,OPTION\/\fR]... [\fI\,REPOSITORY\/\fR]...
+.SH DESCRIPTION
+reposync will clone, pull, stow, etc. the repositories it tracks through your
+home-manager config.
+.P
+use the following options to interact with the script:
+.TP
+\fB\-a\fR, \fB\-\-all\fR
+sync all repositories at once
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+run verbosely
+.TP
+\fB\-d\fR, \fB\-\-dry\-run\fR
+show what would happen without making changes
+.SH COPYRIGHT
+Copyright 2025 Tim Keller.
+MIT License.
+.P
+.P
+<https://TJKeller.xyz>