Skip to content

telega-user/helm-telega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helm <3 Telega

README

Screenshots

Insert

screenshot/insert.gif

Describe sticker

screenshot/describe.gif

Toggling favourites

screenshot/favourites.gif

Share stickers

screenshot/share.gif

Installation

helm-telega depends on helm, telega, dash. All of them can be downloaded from melpa.

Clone this repo and put it under your emacs’s load-path, and add this snippt to your configuration file

(with-eval-after-load 'telega
  (require 'helm-telega))

Interactive functions

FunctionsUsage
helm-telega-stickerset-chooseChoose sticker from stickerset with helm
helm-telega-sticker-miniChoose sticker from your favourite or recent usage
helm-telega-sticker-favourite-or-recentAlias of helm-telega-sticker-mini

Feature list

  • [X] Pick stickers from stickerset
  • [X] Pick stickers from recent usage and favourites
  • [ ] Pick stickers from emoji

Contributions

PRs and issues are welcomed.