webex-tui is an unofficial Webex chat client for the terminal.
It is work in progress but usable to some extent. Feedback is welcome.
- View a list of rooms
- Select a room and send messages to the room
- Handle message edits, both incoming and outgoing
- Handle nested conversations within a room
This is early work in progress, check the TODO list.
brew install sgrimee/tap/webex-tui
With Rust installed, you can install with:
cargo install --git https://github.com/sgrimee/webex-tui
Pre-build binaries are available on the releases page.
- This tutorial on TUI
- This article on concurrency with TUI
- The webex-rust crate and its authors
- Initial work for webexterm
- spotify-tui
This crate is not maintained by Cisco, and not an official SDK. The authors are current developers at Cisco, but have no direct affiliation with the Webex development team.
webex-tui is provided under the MIT license. See LICENSE.