persp-mode.el
named perspectives(set of buffers/window configs) for emacs (by Bad-ptr)
burly.el
Save and restore frames and windows with their buffers in Emacs (by alphapapa)
persp-mode.el | burly.el | |
---|---|---|
15 | 22 | |
419 | 316 | |
0.7% | 0.9% | |
7.3 | 4.3 | |
8 months ago | 8 months ago | |
Emacs Lisp | Emacs Lisp | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
persp-mode.el
Posts with mentions or reviews of persp-mode.el.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-18.
- Trying to use emacs like a terminal multiplexer: Is there any way to restore window/tab layouts?
-
Reordering perspectives/tabs (where is :tabmove in vim)
I'm just switching to emacs (a noob). As far as I understood, doom uses " persp-mode.el " package instead of emacs built-in tab-mode. In order to reorder the tabs, tab-mode has tab-move and vim has tabmove. How can we do the same for doom?
-
Launch emacsclient without create new workspace
I assume that it's the workspaces module in Doom Emacs which is powered by persp-mode.el.
-
Multi project management - perspective, persp-mode, tab-bar-mode, or...?
But I'm rethinking about my approach, as tab-bar-mode would give me nice visual help (#3), and it seems difficult to recover a perspective using perspective, and persp-mode may be a better fit in that sense (#4). The Treemacs integration isn't working for me either, and I get the same list of file trees for all perspectives -- I'm pretty sure I'm doing something stupid, but this was handled nicely with Doom Emacs's workspace support (#5). But perspective seems to work best for segregated buffer list (#1).
-
Does Emacs provide the ability to separate your `.emacs.d` directory from your "working/project directory"?
I’ll also add that along with project.el/projectile persp-mode can be configured to work as you desire. persp-mode allows you to create different perspectives (or groups) of buffers. I usually have a few different perspectives and a project open in each of them.
-
Workspaces in Emacs
You could try perspective or persp-mode
- tree/directory package that only shows certain directory?
-
Any tips to manage different projects while retaining split layout?
Doom achieves this via persp-mode.
-
Windows, Frames... great...but sessions?!
The workspaces module in Doom uses persp-mode.
-
Ideas for writing a first extension useful to others.
Built-in elisp -- are there libraries in emacs that could be extended? Here are two ideas: project.el is a great start but is lacking in some ways, especially as compared to an external library like projectile.el. Could you write up something to extend project.el's functionality by comparison? Similarly, tab-bar-mode is great, but one thing it is missing is a way to group buffers by tab, as something like persp-mode does. Could you write something that would extend this functionality to cover that case?
burly.el
Posts with mentions or reviews of burly.el.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-18.
-
Window Management - share your display-buffer-alist
burly.el by u/alphapapa - might be an easier way to approach the current-window-configuration/set-window-configuration that Sacha has implemented
-
What's that email client doing here?
For the "lauch workspaces", I use burly which just uses simple bookmarks. Then with consult, I just use C-x b, then m to narrow to bookmarks and I have all the workspaces available (remote as well).
-
How to simply manage buffers?
Well, that is essentially what Burly does: https://github.com/alphapapa/burly.el
-
Trying to use emacs like a terminal multiplexer: Is there any way to restore window/tab layouts?
Install https://github.com/alphapapa/burly.el
-
Bit new to eMacs but any tips to recreate a similar modern layout?
These features are especially useful with Burly: https://github.com/alphapapa/burly.el Because Burly can save and restore those kinds of windows, so you need not recreate them manually.
-
[ANN] New package: perject
How does it compare to packages like burly, which (to my understanding) provide similar features?
-
Spacemacs layouts feature in base emacs?
I'm not sure exactly what you're looking for, but take a look at this: https://github.com/alphapapa/burly.el
-
Is there emacs functionality similar to tmux's 'next-window' command?
I think you want "window configurations", which can be saved into registers. You might try tab-bar-mode for cycling through them. Or there's also https://github.com/alphapapa/burly.el/ . (I'd like something similar but haven't found something that matches what I want)
- [ANN] alphapapa/burly.el: New release, tab-bar support
-
bufferlo: per frame|tab buffer lists
desktop is not a great solution for restoring buffers, because it generally only works for file-backed buffers. Instead, I wrote Burly to restore buffers, windows, and frames in mode-specific ways, on-demand using Emacs bookmarks. This is much more flexible and powerful than similar functionality in desktop.
What are some alternatives?
When comparing persp-mode.el and burly.el you can also consider the following projects:
perspective-el - Perspectives for Emacs.
ement.el - A Matrix client for GNU Emacs
dotemacs - My emacs configuration.
popper - Emacs minor-mode to summon and dismiss buffers easily.
nameframe - Manage Emacs frames by name
dot-emacs - My GNU/Emacs configuration