Skip to content

Commit 2a36bb6

Browse files
committed
Add: Lister
1 parent a1db374 commit 2a36bb6

File tree

2 files changed

+61
-25
lines changed

2 files changed

+61
-25
lines changed

README.org

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,6 +3030,7 @@ XTest is a simple set of extensions for ERT. XTest speeds up the creation of te
30303030
:CONTENTS:
30313031
- [[#libraries][Libraries]]
30323032
- [[#bui-buffer-interface-library][bui: Buffer interface library]]
3033+
- [[#lister-yet-another-list-printer][lister: Yet another list printer]]
30333034
- [[#calfw-calendar-framework][calfw: Calendar framework]]
30343035
- [[#ctable-table-component][ctable: Table Component]]
30353036
- [[#emacss-widget-for-object-collections-ewoc][Emacs's Widget for Object Collections (ewoc)]]
@@ -3064,6 +3065,12 @@ BUI provides means to display entries in 2 types of buffers:
30643065
In short, you define how a =list= / =info= interface looks like (using =bui-define-interface= macro), and then you can make some user commands that will display entries (using =bui-get-display-entries= and similar functions).
30653066
#+END_QUOTE
30663067

3068+
**** [[https://github.com/publicimageltd/lister][lister: Yet another list printer]]
3069+
3070+
#+BEGIN_QUOTE
3071+
Lister is a library for creating interactive "lists" of any kind. In contrast to similar packages like hierarchy.el or tablist.el, it aims at not simply mapping a data structure to a navigatable list. Rather, it treats the list like emacs treats buffers: It is an empty space to which you can successively add stuff. So in Emacs lingo, lister should be rather called listed - it is a library for editing lists, instead of displaying them.
3072+
#+END_QUOTE
3073+
30673074
**** [[https://github.com/kiwanami/emacs-calfw][calfw: Calendar framework]]
30683075

30693076
#+BEGIN_QUOTE

0 commit comments

Comments
 (0)