-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A menu (UI) for straight.el? #1085
Comments
There is a hydra for straight.el https://github.com/abo-abo/hydra/wiki/straight.el |
But if i've understood how hydra works (simple knowledge), then that won't show the packages being installed or having an action performed on them. Isn't that correct? |
Yes - the hydra I showd won't do that. |
As I had thought. Lazy.nvim does show the package being installed + displays changelog of installed package (compare between current installed version vs latest released version). That imo would've been more helpful than the just a hydra menu. |
See |
Interesting! Perhaps I ought to take a look at Elpaca and see if it's better fit for my needs. Appreciate the mention! :) |
First and foremost, wonderful project and appreciate all the effort being put into maitaining / upgrading it!
Had an idea, coming from neovim, which could benefit straight.el to some extent:
a. Select a package and perform certain actions on it,
b. Upgrade packages
c. Sync packages (upgrade and rebuild perhaps?)
d. Uninstall packages,
e. Debug, profile and whatnot
f. Clean (remove) old packages?
This idea is similar to what Lazy is currently offering as a neovim package manager.
Lazy UI:
The text was updated successfully, but these errors were encountered: