1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/docs/profanity.1

72 lines
2.0 KiB
Groff
Raw Normal View History

2019-04-23 23:08:38 +00:00
.TH PROFANITY 1 "2019-04-23" "Profanity XMPP client"
2012-08-19 19:34:05 +00:00
.SH NAME
Profanity \- a simple console based XMPP chat client.
2012-08-19 19:34:05 +00:00
.SH SYNOPSIS
.B profanity
[\-vh] [\-l level] [\-a account]
2012-08-19 19:34:05 +00:00
.SH DESCRIPTION
.B Profanity
is a simple lightweight console based XMPP chat client. Its emphasis is
on having a simple and configurable command driven UI, see the homepage
2012-08-21 23:33:22 +00:00
at:
.br
.PP
<https://profanity-im.github.io>
2012-08-19 19:34:05 +00:00
.SH OPTIONS
.TP
.BI "\-v, \-\-version"
2015-02-10 23:30:21 +00:00
Show version and build information.
2012-08-19 19:34:05 +00:00
.TP
.BI "\-h, \-\-help"
Show help on command line arguments.
.TP
2015-02-10 23:30:21 +00:00
.BI "\-a, \-\-account "ACCOUNT
Auto connect to an account on startup,
.I ACCOUNT
must be an existing account.
.TP
2015-02-10 23:30:21 +00:00
.BI "\-l, \-\-log "LEVEL
2012-08-19 19:34:05 +00:00
Set the logging level,
.I LEVEL
may be set to DEBUG, INFO (the default), WARN or ERROR.
2012-08-19 20:14:13 +00:00
.SH USING PROFANITY
The user guide can be found at <https://profanity-im.github.io/userguide.html>.
2012-08-19 19:34:05 +00:00
.SH SEE ALSO
.B Profanity
itself has a lot of built\-in help. Check the /help command for more information.
2012-08-19 19:35:53 +00:00
Type "/help help" for information on how to use help itself.
2012-08-19 19:34:05 +00:00
.SH CONFIGURATION
Configuration for
.B Profanity
is stored in
2012-11-25 22:05:00 +00:00
.I $XDG_CONFIG_HOME/profanity/profrc
, details on commands for configuring Profanity can be found at <https://profanity-im.github.io/reference.html>.
.SH BUGS
2015-02-10 23:30:21 +00:00
Bugs can either be reported by raising an issue at the Github issue tracker:
.br
.PP
<https://github.com/profanity-im/profanity/issues>
.br
.PP
or to the mailing list at:
.br
.PP
<https://groups.google.com/forum/#!forum/profanitydev>
.br
.PP
2015-02-10 23:30:21 +00:00
or by sending a mail directly to:
.br
.PP
<boothj5web@gmail.com>
.br
.SH LICENSE
2019-04-23 23:08:38 +00:00
Copyright (C) 2012 \- 2019 James Booth <boothj5web@gmail.com>.
2016-07-21 10:49:52 +00:00
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
2012-08-19 19:34:05 +00:00
.SH AUTHORS/CREDITS
.B Profanity
was written by James Booth
.B <boothj5web@gmail.com>
with many contributions from others, see the full list at: <https://github.com/profanity-im/profanity/graphs/contributors>