Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnkn/side-hustle
Hustle through a buffer's Imenu in a side window in GNU Emacs
https://github.com/rnkn/side-hustle
emacs emacs-lisp imenu
Last synced: 3 months ago
JSON representation
Hustle through a buffer's Imenu in a side window in GNU Emacs
- Host: GitHub
- URL: https://github.com/rnkn/side-hustle
- Owner: rnkn
- License: gpl-3.0
- Created: 2021-05-02T16:25:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T10:40:21.000Z (8 months ago)
- Last Synced: 2024-06-28T11:53:20.169Z (8 months ago)
- Topics: emacs, emacs-lisp, imenu
- Language: Emacs Lisp
- Homepage:
- Size: 512 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Side Hustle
===========[![MELPA Stable](https://stable.melpa.org/packages/side-hustle-badge.svg)][1]
[![MELPA](https://melpa.org/packages/side-hustle-badge.svg)][2]Hustle through a buffer's Imenu in a side window in GNU Emacs.
![screenshot](screenshot.png)
Side Hustle spawns a side window linked to the current buffer, which allows
working with multiple buffers simultaneously.See .
Installation
------------The latest stable release of Side Hustle is available via [MELPA-stable][1].
First, add MELPA-stable to your package archives:M-x customize-option RET package-archives RET
Insert an entry named `melpa-stable` with URL:
`https://stable.melpa.org/packages/`You can then find the latest stable version of `side-hustle` in the list
returned by:M-x list-packages RET
If you prefer the latest but perhaps unstable version, do the above using
[MELPA][2].Then add a key binding to your init file:
(define-key (current-global-map) (kbd "M-s l") #'side-hustle-toggle)
Bugs and Feature Requests
-------------------------Send me an email (address in the package header). For bugs, please
ensure you can reproduce with:$ emacs -Q -l side-hustle.el
Known issues are tracked with `FIXME` comments in the source.
Alternatives
------------Side Hustle takes inspiration primarily from
[imenu-list](https://github.com/bmag/imenu-list).[1]: https://stable.melpa.org/#/side-hustle
[2]: https://melpa.org/#/side-hustle