Version 1.0.1 of package Breadcrumb has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Breadcrumb describes itself as: ======================================== project and imenu-based breadcrumb paths ======================================== More at https://elpa.gnu.org/packages/breadcrumb.html ## Summary: Usage: Breadcrumbs are sequences of short strings indicating where you are in some big tree-like maze. To craft these strings, this library uses the maps provided by project.el and Imenu, respectively. Project breadcrumbs shows you the current buffer's path in a large project. Imenu breadcrumbs show the current position of point in the buffer's nested structure of programming constructs (for example, a specific functions within multiple C++ nested namespaces). To use this library: * `M-x breadcrumb-mode` is a global mode. Will try to turn itself on conservatively and only if there's a project. * `M-x breadcrumb-local-mode` is a buffer-local minor mode, if you don't want the default heuristics for turning it on everywhere. * Manually put the mode-line constructs ## Recent NEWS: [Not available 🙁]