ecru-post

Roman Bogorodskiy

08 November 2008

Version 0.1.0

ecru-post is a tool for posting new entries to the journal.

Table of Contents

Synopsis

ecru-post [-Dprop=value] [-ssubject] [-ujournal] [-ttemplate] [-ffilename]

ecru-post -v

Description

ecru-post is a tool for adding new entries to the journal. As you can see, all options are optional. Unless -f is given, it starts editor specified via EDITOR environment variable or uses vi if it's not defined.

Read 'ecru introduction' for description of the post structure.

If you decide not to submit post, you can delete the post body and quit the editor, post will not be submitted.

Options

-Dprop=value
Set property prop to value value. This option can be used multiple times.
-ssubject
Set the subject of the entry to subject.
-ujournal
Set journal to post in.
-ttemplate
Specify template file to pre-load.
-ffilename
Instead of opening $EDITOR, load contents of the post from filename. If filename equals to -, read contents from stdin.

Environment

EDITOR
Specifies the editor to use.

See Also

ecru-edit(1), ecru-list(1), ecru-delete(1), ecru-info(1)