https://github.com/paulfariello/aparte Skip to content Sign up * Product + Features + Mobile + Actions + Codespaces + Copilot + Packages + Security + Code review + Issues + Discussions + Integrations + GitHub Sponsors + Customer stories * Team * Enterprise * Explore + Explore GitHub + Learn and contribute + Topics + Collections + Trending + Skills + GitHub Sponsors + Open source guides + Connect with others + The ReadME Project + Events + Community forum + GitHub Education + GitHub Stars program * Marketplace * Pricing + Plans + Compare plans + Contact Sales + Education [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} paulfariello / aparte Public * Notifications * Fork 9 * Star 81 Simple XMPP console client written in Rust and inspired by Profanity. License MPL-2.0 license 81 stars 9 forks Star Notifications * Code * Issues 11 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights paulfariello/aparte This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. develop Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 9 branches 2 tags Code * Clone HTTPS GitHub CLI [https://github.com/p] Use Git or checkout with SVN using the web URL. [gh repo clone paulfa] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @paulfariello paulfariello fmt ... 94f03a6 Sep 17, 2021 fmt 94f03a6 Git stats * 346 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time src fmt Sep 17, 2021 .gitignore Initial commit Jul 30, 2019 .travis.yml Deny warning on travic CI Jan 27, 2021 Cargo.toml Exclude travis file from package Jul 6, 2021 LICENSE Add license headers and file Nov 13, 2019 README.md Add config option to disable bell on notification Sep 3, 2021 guix.scm Add a guix manifest to build from sources (guix.scm) Aug 18, 2021 View code [ ] Aparte Demo Features Install From sources From sources with GNU/guix Package for Archlinux Windows with WSL Configuration Contact README.md Aparte 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 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 Aparte 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 Aparte. cargo install --git https://github.com/paulfariello/aparte --branch develop Configuration Aparte 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 = "me@example.org/aparte" autoconnect = true Contact Join aparte@conference.fariello.eu About Simple XMPP console client written in Rust and inspired by Profanity. Resources Readme License MPL-2.0 license Stars 81 stars Watchers 6 watching Forks 9 forks Releases 2 Foundation and Empire Latest Jul 6, 2021 + 1 release Packages 0 No packages published Contributors 5 * @paulfariello * @jubalh * @linkmauve * @kaffeekanne * @jgarte Languages * Rust 93.6% * Scheme 6.4% Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.