all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [ELPA] package proposal: fannypack.el
@ 2022-02-22 13:24 Theodor Thornhill
  2022-02-22 19:11 ` Philip Kaludercic
  2022-02-24  6:30 ` Uwe Brauer
  0 siblings, 2 replies; 16+ messages in thread
From: Theodor Thornhill @ 2022-02-22 13:24 UTC (permalink / raw)
  To: emacs-devel

Hi there!

I've been using a small utility for some time that might be useful for
others.  It's called fannypack.el, and is a file management/file
navigation helper.  So, what does it do?

When working on some feature, I usually checkout a branch, then start
working.  After a while, some files reveal themselves as more relevant
to the ongoing work than others, and I want to be able to jump to them
quickly, without them getting lost in the sea of buffers.  In addition,
I want it to be persisted, so that when I restart my emacs session, I
still can jump to things quickly.  This demotes the general
switch-to-buffer mechanism to store the bulk of buffers, and the
fannypack provides some clarity.  When changing branches, or projects,
the fannypacks are automatically updated to the relevant ones.  So to
sum it up:

* Keep different subsets of project files easily accessible, delimited
  by branch

* Automatically update what sets of files are shown

* Persist the data between sessions


The keybinds I use at the moment for this are:
```
(global-set-key (kbd "s-f") 'fannypack-pick)
(global-set-key (kbd "s-k") 'fannypack-drop)
(global-set-key (kbd "s-m") 'fannypack-place)
(global-set-key (kbd "s-+") 'fannypack-promote)
(global-set-key (kbd "s--") 'fannypack-demote)
(global-set-key (kbd "s-n") 'fannypack-feeling-lucky)
(global-set-key (kbd "s-d") 'fannypack-default-directory)
```

I'm not sure if this is wanted in ELPA or anywhere else, but I find it
very useful, and others might too.

Source can be found at https://git.sr.ht/~theo/fannypack

All the best,
Theodor Thornhil



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-02-24  7:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 13:24 [ELPA] package proposal: fannypack.el Theodor Thornhill
2022-02-22 19:11 ` Philip Kaludercic
2022-02-22 19:40   ` Theodor Thornhill
2022-02-22 20:02     ` Philip Kaludercic
2022-02-22 21:11       ` Theodor Thornhill
2022-02-22 21:16         ` Bob Rogers
2022-02-22 21:29           ` Theodor Thornhill
2022-02-22 21:41         ` Stefan Monnier
2022-02-22 22:24           ` Theodor Thornhill
2022-02-24  4:50       ` Richard Stallman
2022-02-24  6:14         ` Theodor Thornhill
2022-02-24  6:30 ` Uwe Brauer
2022-02-24  6:43   ` Theodor Thornhill
2022-02-24  7:04     ` Uwe Brauer
2022-02-24  7:28       ` Theodor Thornhill
2022-02-24  7:41         ` Uwe Brauer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.