Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aatxe/alectro
A terminal IRC client in Rust.
https://github.com/aatxe/alectro
irc irc-client terminal tui
Last synced: 3 months ago
JSON representation
A terminal IRC client in Rust.
- Host: GitHub
- URL: https://github.com/aatxe/alectro
- Owner: aatxe
- License: gpl-3.0
- Created: 2017-07-19T18:05:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T01:42:19.000Z (over 6 years ago)
- Last Synced: 2024-09-17T23:53:08.652Z (4 months ago)
- Topics: irc, irc-client, terminal, tui
- Language: Rust
- Homepage:
- Size: 275 KB
- Stars: 68
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alectro [![Build Status](https://travis-ci.org/aatxe/alectro.svg?branch=master)](https://travis-ci.org/aatxe/alectro) [![Crates.io](https://img.shields.io/crates/v/alectro.svg)](https://crates.io/crates/alectro) [![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org) #
A terminal IRC client in Rust. Very much a work in progress, and the screenshot below may not always be accurate.
![alectro in action](alectro.png)
## Acknowledgements ##
* In its current state, a lot of the UI code is derived from [tui-rs](https://github.com/fdehau/tui-rs) by [Florian Dehau](http://fdehau.com).