Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Add man page #106

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions data/gnome-twitch.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2015-2016 Tim Dengel <tim.dengel.debian@gmail.com>,
.\"
.TH GNOME-TWITCH 1 "2016-05-25"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
gnome-twitch \- GNOME Twitch app for watching Twitch.tv streams without a browser or flash.
.SH SYNOPSIS
.B gnome-twitch
.RI [ options ]
.SH DESCRIPTION
gnome-twitch provides a GTK3 interface for viewing streams on Twitch.
.br
At the moment you can
.br
* browse popular streams,
.br
* browse streams by game,
.br
* search for streams,
.br
* view streams,
.br
* use the chat with or without a Twitch account,
.br
* change the video quality,
.br
* mark streams as favorites for faster access and
.br
* turn local favorites into streams you follow on your account.
.br
More features like recording streams, VODs (Video-On-Demand), other player backends and integration of more Twitch account features are planned.
.PP
.SH OPTIONS
This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-l, \-\-log\-level=\fILevel\fP
Set logging level.
.br
.I Level
can be one of the following strings:
.br
.RS
* error
.br
* critical
.br
* warning
.br
* message
.br
* info
.br
* debug
.RE
1 change: 1 addition & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
install_man('gnome-twitch.1')
install_data('com.gnome-twitch.app.desktop', install_dir : 'share/applications')
install_data('icons/hicolor/16x16/apps/gnome-twitch.png', install_dir : 'share/icons/hicolor/16x16/apps/')
install_data('icons/hicolor/22x22/apps/gnome-twitch.png', install_dir : 'share/icons/hicolor/22x22/apps')
Expand Down