Giter VIP home page Giter VIP logo

elfeed-dashboard's Introduction

elfeed-dashboard

https://melpa.org/packages/elfeed-dashboard-badge.svg https://img.shields.io/badge/license-GPL_v3-green.svg

A frontend for elfeed, similar to mu4e landing page. The UI can be customized with org mode.

Installation

(straight-use-package '(elfeed-dashboard :type git :host github :repo "Manoj321/elfeed-dashboard"))

With use-package

Save sample dashboard to a file

curl https://raw.githubusercontent.com/Manoj321/elfeed-dashboard/main/elfeed-dashboard.org -o ~/elfeed-dashboard.org

Install the package

(use-package elfeed-dashboard
  :ensure t
  :config
  (setq elfeed-dashboard-file "~/elfeed-dashboard.org")
  ;; update feed counts on elfeed-quit
  (advice-add 'elfeed-search-quit-window :after #'elfeed-dashboard-update-links))

Direct

Clone this repo, ex: if cloning under ~/.emacs.d/lisp/. Following config should work.

(use-package elfeed-dashboard
  :load-path "~/.emacs.d/lisp/elfeed-dashboard/"
  :config
  (setq elfeed-dashboard-file "~/.emacs.d/lisp/elfeed-dashboard/elfeed-dashboard.org")
  ;; update feed counts on elfeed-quit
  (advice-add 'elfeed-search-quit-window :after #'elfeed-dashboard-update-links))

Usage

  1. M-x elfeed-dashboard will bring up the UI
  2. “E” will let you edit in org-mode
  3. “U” will fetch new feeds. If elfeed-org is installed then it will call (elfeed-org) before fetching.
  4. Add new key maps in configuration section and call M-x elfeed-dashboard-mode to install.

License

GNU GPLv3.0

Contribute

Yes please! open github issues

Credits

Much thanks to mu4e-dashboard for inspiring me!

elfeed-dashboard's People

Contributors

manojm321 avatar progfolio avatar yangsheng6810 avatar

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.