aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-30 00:14:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-30 00:14:24 +1200
commitb2a26a735646bf03fb6db62bf9c23b2d509bf9fa (patch)
treea0646f544aac7391c4ac850ee0ccd6cb300bb821 /man
parentExtend jfc(1) to check for changes before commit (diff)
downloaddotfiles-b2a26a735646bf03fb6db62bf9c23b2d509bf9fa.tar.gz
dotfiles-b2a26a735646bf03fb6db62bf9c23b2d509bf9fa.zip
Add jfcd(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/jfc.12
-rw-r--r--man/man1/jfcd.116
2 files changed, 17 insertions, 1 deletions
diff --git a/man/man1/jfc.1 b/man/man1/jfc.1
index 8b5f9626..1c3c8400 100644
--- a/man/man1/jfc.1
+++ b/man/man1/jfc.1
@@ -11,6 +11,6 @@ with a stock message. This is for cases where you're tracking content and
changes but don't need to care about being rigorous with commit messages. The
author uses it for his ~/.remind files.
.SH SEE ALSO
-git(1)
+git(1), jfcd(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/jfcd.1 b/man/man1/jfcd.1
new file mode 100644
index 00000000..9efa9d07
--- /dev/null
+++ b/man/man1/jfcd.1
@@ -0,0 +1,16 @@
+.TH JFCD 1 "June 2016" "Manual page for jfcd"
+.SH NAME
+.B jfcd
+\- watch a directory and automatically commit changes to it
+.SH SYNOPSIS
+.B jfcd
+/path/to/dir &
+.SH DESCRIPTION
+.B jfcd
+watches a directory recursively with inotifywait(1) and commits all changes
+with jfc(1) as it detects them. It logs its output and errors to syslog using
+logger(1).
+.SH SEE ALSO
+git(1), inotifywait(1), jfc(1), logger(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>