From b2a26a735646bf03fb6db62bf9c23b2d509bf9fa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Jun 2016 00:14:24 +1200 Subject: Add jfcd(1) --- man/man1/jfc.1 | 2 +- man/man1/jfcd.1 | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 man/man1/jfcd.1 (limited to 'man/man1') 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 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 -- cgit v1.2.3