GithubHelp home page GithubHelp logo

symon-lingr's Introduction

symon-lingr.el

通知ベースの Lingr クライアント

A notification-based Lingr client powered by symon.el

Screenshot

Minibuffer notification of unread messages.

img/screenshot1.png

Timeline display.

img/screenshot2.png

Usage

This script provides a new symon-monitor symon-lingr-monitor, that reports number of unread Lingr messages.

To use symon-lingr-monitor, first load this script and setup your Lingr account. symon-lingr-user-name and symon-lingr-password are required to log in to Lingr. You can omit symon-lingr-log-file but all messages are mark ed as unread that case.

(require 'symon-lingr)
(setq symon-lingr-user-name "*YOUR_USERNAME_GOES_HERE*"
      symon-lingr-password  "*YOUR_PASSWORD_GOES_HERE*"
      symon-lingr-log-file  "~/.emacs.d/symon_lingr")

Then add symon-lingr-monitor to symon-monitors and turn symon-mode on.

(add-to-list 'symon-monitors 'symon-lingr-monitor t)
(symon-mode 1)

After turning symon-mode on, following commands are available in addition :

M-x symon-lingr-display
display all unread messages (and mark as read)
M-x symon-lingr-say
post a new message

You can optionally bind some keys to the commands.

(global-set-key (kbd "C-x C-l") 'symon-lingr-display)

Customization

symon-lingr-muted-rooms
List of room names not to subscribe.
symon-lingr-enable-notification
When non-nil, echo new messages in the minibuffer.

symon-lingr's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

emacsmirror

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.