Version 0.3 of package Ilist has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Ilist describes itself as: ================================= Display a list in an ibuffer way. ================================= More at https://elpa.gnu.org/packages/ilist.html ## Summary: ━━━━━━━ ILIST ━━━━━━━ <2021-09-12 Sun 11:00> 1 About ═══════ This is a little library package that can "display a list in an ibuffer fashion". The core functionality it provides is a function that can accept a list, and produce a string showing the contents of the list according to the specifications of columns and groups. 2 Entry point ═════════════ The one main function this package provides is `ilist-string'. It is called as follows. ┌──── │ (ilist-string LIST COLUMNS GROUPS │ &optional DISCARD-EMPTY-P SORTER NO-TRAILING-SPACE) └──── ## Recent NEWS: [Not available 🙁]