embiggen profanity
This commit is contained in:
parent
34ee9055eb
commit
a3cd7d92f3
@ -2,8 +2,7 @@
|
|||||||
title: "profanity"
|
title: "profanity"
|
||||||
tags: [ "Documentation", "Chat" ]
|
tags: [ "Documentation", "Chat" ]
|
||||||
---
|
---
|
||||||
|
# Setup (Commands)
|
||||||
# Pre Setup
|
|
||||||
|
|
||||||
Sign up to an account somewhere.
|
Sign up to an account somewhere.
|
||||||
|
|
||||||
@ -21,21 +20,86 @@ Join a room:
|
|||||||
|
|
||||||
> /join room1@bobserver.org
|
> /join room1@bobserver.org
|
||||||
|
|
||||||
# Starting
|
Save your configuration so you don't have to do this again:
|
||||||
|
|
||||||
|
> /save
|
||||||
|
|
||||||
|
Check your `~/.config/profanity/profrc` for how to data's saved.
|
||||||
|
|
||||||
|
## Automatically Sign In
|
||||||
|
|
||||||
|
To automatically sign in, add your password to [pass](../data/pass.md).
|
||||||
|
|
||||||
|
> /account set *malin@oosm.org* eval_password pass *xmpp*
|
||||||
|
|
||||||
|
> /autoconnect set *malin@oosm.org*
|
||||||
|
|
||||||
|
> /save
|
||||||
|
|
||||||
|
Remember to save the config for other commands too.
|
||||||
|
|
||||||
|
# General Use
|
||||||
|
|
||||||
|
## Messages
|
||||||
|
|
||||||
|
> /msg alice@aliceserver.org
|
||||||
|
|
||||||
|
This opens in a new tab.
|
||||||
|
Switch tabs with alt+number.
|
||||||
|
|
||||||
|
## Docs
|
||||||
|
|
||||||
|
The [docs](https://profanity-im.github.io/guide/0131/reference.html) are massive, so it's often better to use:
|
||||||
|
|
||||||
|
> /help <Tab>
|
||||||
|
|
||||||
|
## Editing
|
||||||
|
|
||||||
|
For long text, you can use vim:
|
||||||
|
|
||||||
|
> /executable editor set vim
|
||||||
|
|
||||||
|
> /editor
|
||||||
|
|
||||||
|
## Sending & Receiving Files
|
||||||
|
|
||||||
|
Tell it how to save files:
|
||||||
|
|
||||||
|
> /executable urlsave set "wget %u -O %p"
|
||||||
|
|
||||||
|
Then get the file with:
|
||||||
|
|
||||||
|
> /urlsave *<Tab>*
|
||||||
|
|
||||||
|
Same for `/urlopen`
|
||||||
|
|
||||||
|
## Theme
|
||||||
|
|
||||||
> profanity
|
> profanity
|
||||||
|
|
||||||
> /help ui theme
|
> /theme list
|
||||||
|
|
||||||
> theme load batman
|
> theme load batman
|
||||||
|
|
||||||
# omemo
|
# Encryption
|
||||||
|
|
||||||
|
## omemo
|
||||||
|
|
||||||
> /omemo gen
|
> /omemo gen
|
||||||
|
|
||||||
> /omemo start
|
> /omemo start
|
||||||
|
|
||||||
# otr
|
You can accept everyone's fingerprint all the time with
|
||||||
|
|
||||||
|
> /omemo trustmode firstusage
|
||||||
|
|
||||||
|
This will still encrypt, but there will be no check that you have the right person the first time you speak with someone.
|
||||||
|
|
||||||
|
You can ensure omemo automatcally turns on:
|
||||||
|
|
||||||
|
> /omemo policy automatic
|
||||||
|
|
||||||
|
## otr
|
||||||
|
|
||||||
Install libotr-dev or libotr5-dev or whatever..
|
Install libotr-dev or libotr5-dev or whatever..
|
||||||
|
|
||||||
@ -49,17 +113,17 @@ Then you can start an otr converstation.
|
|||||||
|
|
||||||
> /otr start bob@jobbies.org
|
> /otr start bob@jobbies.org
|
||||||
|
|
||||||
Or if you already havea conversation windows open, switch to otr using:
|
Or if you already have a conversation windows open, switch to our using:
|
||||||
|
|
||||||
> /otr
|
> /otr
|
||||||
|
|
||||||
Finally, verify!
|
Finally, verify!
|
||||||
|
|
||||||
/otr question "Who are you?" bob
|
> /otr question "Who are you?" bob
|
||||||
|
|
||||||
Bob is verified upon the answer, 'bob'.
|
Bob is verified upon the answer, 'bob'.
|
||||||
|
|
||||||
# Finger Prints
|
### OTR Finger Prints
|
||||||
|
|
||||||
Get yours with
|
Get yours with
|
||||||
|
|
||||||
@ -69,11 +133,3 @@ Get yours with
|
|||||||
|
|
||||||
> /otr myfp
|
> /otr myfp
|
||||||
|
|
||||||
# Automatically sign in
|
|
||||||
|
|
||||||
To automatically sign in, add your password to [pass](../data/pass.md).
|
|
||||||
|
|
||||||
> /account set *malin@oosm.org* eval_password *pass xmpp*
|
|
||||||
|
|
||||||
> /save
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user