-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashcards.8
More file actions
25 lines (25 loc) · 711 Bytes
/
Copy pathbashcards.8
File metadata and controls
25 lines (25 loc) · 711 Bytes
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
.\" Manpage for bashcards.
.\" Contact me@robertwpearce.com to correct errors or typos.
.TH man 8 "30 August 2020" "0.1.3" "bashcards man page"
.SH NAME
bashcards \- Practice flashcards in bash
.SH SYNOPSIS
bashcards [-v,--version] [-h|--help] [-d directory]
.SH DESCRIPTION
bashcards is a bash program for practicing flashcards in bash.
.SH OPTIONS
.TP
.BR -d,--dir
Directory containing bashcard files (*.bcrds). Each file should contain a group
of bashcards (one per line) formatted as front=back. If not provided, default
bashcard values will be used.
.TP
.BR -h,--help
See this help information
.TP
.BR -v,--version
Current version
.SH BUGS
No known bugs.
.SH AUTHOR
Robert W. Pearce (me@robertwpearce.com)