From c1f2c35d4a6d4f118407723c61d9ccf99abb59bd Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Sat, 13 Jan 2018 18:52:19 +0200 Subject: [PATCH] Add manpage Closes #259 --- youtube-dl-gui.1 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 youtube-dl-gui.1 diff --git a/youtube-dl-gui.1 b/youtube-dl-gui.1 new file mode 100644 index 0000000..bb03f43 --- /dev/null +++ b/youtube-dl-gui.1 @@ -0,0 +1,28 @@ +.\" [program name] [section] [date YYYY-MM-DD] [version] [empty] +.TH YOUTUBE\-DL\-GUI 1 "2018-01-13" "Version 0.4" "" + +.SH NAME +youtube\-dl\-gui \- cross platform graphical user interface for youtube\-dl. + +.SH SYNOPSIS +.B youtube\-dl\-gui + +.SH DESCRIPTION +Youtube\-dl\-gui is a graphical frontend of the popular youtube\-dl +command\-line program. As such, it does not take any command\-line parameters. +You may configure the program through the graphical settings dialog, or the +configuration file. + +.SH FILES +.\" .IP text indent_size (.IP = Indented Paragraph) +.IP "\fB$HOME/.config/youtube\-dlg/settings.json\fR" 4 +Configuration file. +.\" .IP text indent_size (.IP = Indented Paragraph) +.IP "\fB$HOME/.config/youtube\-dlg/log\fR" 4 +Log file. + +.SH NOTES +FAQS: https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/docs/faqs.md + +.SH SEE ALSO +.BR youtube-dl (1)