Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeetelongname/elfeed-goodies
Various goodies for Elfeed
https://github.com/jeetelongname/elfeed-goodies
elfeed emacs
Last synced: 3 months ago
JSON representation
Various goodies for Elfeed
- Host: GitHub
- URL: https://github.com/jeetelongname/elfeed-goodies
- Owner: jeetelongname
- License: gpl-3.0
- Created: 2015-12-03T11:54:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T14:06:34.000Z (about 2 years ago)
- Last Synced: 2024-04-17T00:56:57.616Z (7 months ago)
- Topics: elfeed, emacs
- Language: Emacs Lisp
- Size: 1.62 MB
- Stars: 92
- Watchers: 2
- Forks: 14
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Elfeed goodies
==================[![MELPA](https://melpa.org/packages/elfeed-goodies-badge.svg)](https://melpa.org/#/elfeed-goodies)
Various bits and pieces to enhance the [Elfeed][elfeed] user experience.
[elfeed]: https://github.com/skeeto/elfeed
[![Screenshot](data/screenshot.png)](https://raw.githubusercontent.com/algernon/elfeed-goodies/master/data/screenshot.png)
Features
-------* An adaptive, powerline-based header for the `*elfeed-search*` and
`*elfeed-entry*` buffers, with a matching entry format.
* Split pane setup.
* A function to toggle the `*elfeed-log*` buffer in a popup window.
* Easy customisation.Getting started
------------The easiest way to get started is to install the package via [MELPA][melpa]:
```elisp
(package-install 'elfeed-goodies)
```[melpa]: https://melpa.org/#/elfeed-goodies
Following which, it is recommended to call the `(elfeed-goodies/setup)`
function, that sets up the various bits and pieces of the enhancements.```elisp
(require 'elfeed)
(require 'elfeed-goodies)(elfeed-goodies/setup)
```You can customise some aspects of the package with `M-x customize-group
elfeed-goodies`.Faces used by the package
-------------------------------The package does not define any new faces, but uses a number of them defined by
[Elfeed][elfeed]. They work reasonably well with most dark themes, but light
ones they may have problems with. Consider customising the following faces:* `powerline-active1`, `powerline-active2`: Used for the powerline block
backgrounds in the various headers.
* `elfeed-search-feed-face`: Used in the `*elfeed-entry*` header for the feed
title, and in the `*elfeed-search*` buffer for the same purpose. Not to be
confused with the entry title!
* `elfeed-search-title-face`: Used in the `*elfeed-entry*` header for the entry
title, and in the `*elfeed-search*` buffer for the same purpose. Not to be
confused with the feed title!
* `elfeed-search-tag-face`: Used in the `*elfeed-entry*` header for the tags
list, and in the `*elfeed-search*` buffer for the same purpose.Copyright & License
------------------------Copyright (c) 2015, 2016 Gergely Nagy, released under the terms of the GNU GPLv3+.