termigram
v0.1.1
Published
Telegram client for the terminal
Maintainers
Readme
Termigram
A Telegram client for the terminal that's only slightly less uggo. Built with Ink and GramJS.
Install
npx termigramOr globally:
npm install -g termigram
termigramAuth
On first launch, you'll be prompted for your phone number and a Telegram verification code. Your session is saved to ~/.termigram/config.json — you won't need to log in again.
Keys
Dashboard
| Key | Action |
|-----|--------|
| ↑ / ↓ | Navigate chats |
| Enter | Open chat |
| S | Settings |
| L | Log out |
| Q | Quit |
Chat
| Key | Action |
|-----|--------|
| ↑ / ↓ | Scroll history |
| esc | Back to dashboard |
| /history <n> | Reload with n messages |
| /quit | Exit |
Settings
| Key | Action |
|-----|--------|
| ↑ / ↓ | Navigate |
| ← / → | Change value |
| esc | Save & exit |
From source
git clone https://github.com/miknosaj/Termigram.git
cd Termigram
npm install
npm startLicense
MIT
