Skip to content

masutaka/emacs-helm-esa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

helm-esa.el

melpa badge melpa stable badge

Introduction

helm-esa.el is a helm interface for esa.

You can open esa articles to the web browser using helm interface.

Screenshot

helm-esa

Requirements

  • Emacs 26.2 or higher
  • helm 3.2 or higher

Installation

You can install helm-esa.el from MELPA with package.el (M-x package-install helm-esa).

Setup

(setq helm-esa-team-name "Your esa team name")
(setq helm-esa-access-token "Your Access Token") ;; See https://{team_name}.esa.io/user/applications
(helm-esa-initialize)

The required scope is Read for helm-esa-access-token.

Usage

helm-esa

  • A function to be able to select the searched esa articles

helm-esa-source

  • A helm source for the searched esa articles

helm-esa-search-query

  • Query for searching esa articles

You can customize it. e.g;

(setq helm-esa-search-query "watched:true -in:日報")

The default value is "watched:true kind:stock".

See also help/記事の検索方法 - docs.esa.io.

About

esa with helm interface (\( ⁰⊖⁰)/)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published