Code Monkey home page Code Monkey logo

aparte's Introduction

Aparté Build Status

Simple XMPP console client written in Rust and inspired by Profanity.

Demo

asciicast

Features

  • Channel
  • Roster
  • Auto completion
  • Bookmarks
  • Consistent color generation
  • MAM
  • Omemo (no MUC support currently)

Install

From sources

cargo install aparte

From sources with GNU/guix

git clone https://github.com/paulfariello/aparte --branch develop
cd aparte
guix package -f guix.scm

Package with GuixRUS

The GuixRUs channel also provides aparte.

After subscribing to GuixRUs by adding the channel entry to your channels.scm, run the following two commands:

guix pull
guix install aparte

Package for Archlinux

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

Windows with WSL

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

Configuration

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:

bell = true

[accounts]

[accounts.example]
jid = "[email protected]/aparte"
autoconnect = true

Contact

Join [email protected]

aparte's People

Contributors

paulfariello avatar linkmauve avatar jubalh avatar jgarte avatar kaffeekanne avatar xmppftw avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.