Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

slack

Text-based UI (TUI) for a Slack client

Slack client
Running the example in a terminal

image

High quality video on Youtube: https://youtu.be/RJRGfvKEgEw

Coding timelapse: https://youtu.be/cEqNYesDCXg

Live demo in the browser

The following page runs an Emscripten port of the application for demonstration purposes:

slack.ggerganov.com (not suitable for mobile devices)

Details

This is mock UI for a Slack client that runs in your terminal. The business logic of the client is completely missing. The purpose of this example is to demonstrate the capabilities for the ImTui library.

Building

Linux and Mac:

git clone https://github.com/ggerganov/imtui --recursive
cd imtui
mkdir build && cd build
cmake ..
make

./bin/slack