Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 898 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 898 Bytes

TeTg

A telegram client on your terminal with optimized experience of TUI! (I currently have no time for developing this, but if you're interested in working it out, please contact me!)

Usage

  • s: Send message to the corresponding chat
  • r: Reply a message
  • c: Open chat list, then enter to send message

TODO List:

Feature

  • Messages sent from "me" to private chat should show the chat title
  • Replied message should be shown in the UI
  • Cache data in local db
  • Optimize Hint

Refactor

  • In tui.js, sendMsgByRefMsgId's first param should be changed

Bug

  • Bug with emoji, this is a bug in blessed

About

This app is mainly powered by airgram and blessed

Reference