| Crates.io | aparte |
| lib.rs | aparte |
| version | 0.2.0 |
| created_at | 2019-11-13 12:44:52.953316+00 |
| updated_at | 2021-07-06 10:34:12.376886+00 |
| description | Simple XMPP console client written in Rust and inspired by Profanity. |
| homepage | |
| repository | https://github.com/paulfariello/aparte |
| max_upload_size | |
| id | 180958 |
| size | 414,882 |
Simple XMPP console client written in Rust and inspired by Profanity.
cargo install --git https://github.com/paulfariello/aparte --branch develop
AUR package is available: aparte-git.
git clone https://aur.archlinux.org/aparte-git.git
cd aparte-git
makepkg -si
Or with your favorite aur-helper:
paru aparte-git
Aparté should be available inside the Windows subsystem for Linux. The following instruction are made for a Debian based subsystem (debian or ubuntu for example).
First enter the WSL:
PS C:\> debian
Then ensure the required dependencies are installed.
sudo apt update
sudo apt install libssl-dev pkg-config curl
Rust can be installed with rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
Finally install Aparté.
cargo install --git https://github.com/paulfariello/aparte --branch develop
Aparté can be configured with a configuration file.
The configuration file should be placed in
$XDG_CONFIG_HOME/aparte/config.toml. If $XDG_CONFIG_HOME is not set,
Aparte will fallback to $HOME/.config/aparte/config.toml.
The configuration file should look like the following:
[accounts]
[accounts.example]
jid = "me@example.org/aparte"
autoconnect = true