-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscrape.man
39 lines (39 loc) · 851 Bytes
/
scrape.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.\" Manpage for scrape.sh.
.\" Contact [email protected] to correct errors or typos.
.TH man 6 "12 Jan 2015" "0.1" "scrape.sh man page"
.SH NAME
scrape.sh \- scrape modifiers out of a Markdown file.
.SH SYNOPSIS
scrape.sh [OPTIONS]
.SH DESCRIPTION
Per content flag, it prints the corresponding content on the stdout, one line at a time.
.SH OPTIONS
.TP
.B -h | --help | -?
Show this manual page.
.TP
.B --custom "identifier"
Extract the content corresponding to the given identifier.
.TP
.B -t | --title
Extract the title.
.TP
.B -a | --author
Extract the author.
.TP
.B -d | --date
Extract the date.
.TP
.B -e | --email
Extract the email.
.TP
.B -D | --description
Extract the description.
.TP
.B -i | --instititute
Extract the institute.
.SH SEE ALSO
.SH BUGS
No known bugs.
.SH AUTHOR
Willem Van Onsem ([email protected])