Replies: 1 comment
-
Perry Smith ***@***.***> writes:
I am slowly venturing from projectile to project. I'm not 100% sure I
will make the switch for good but it looks like a simpler / better
choice for a few reasons right now. I'm wondering if anyone has added
Helm's features to some of the project commands such as
project-find-file, etc.
No, helm have its own helm-browse-project command that work with
helm-ls-git and helm-ls-hg, though helm-ls-hg needs a rework to make it
working as helm-ls-git (I don't use HG personally).
My workflow is to use helm-browse-project + helm-ls-git which
provides all what I need (replace magit as well for me).
If you use only git as vc backend it would be an option.
To use it, you have to install helm-ls-git and do M-x
helm-browse-project or C-x C-d from helm-find-files, each project you
visit (even the projects not handled by VCS) are added to history you
can access with M-x helm-browse-project-history (C-x r p for me).
For the features of helm-ls-git see
https://github.com/emacs-helm/helm-ls-git.
… —
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.*Message ID: ***@***.***>
--
Thierry
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am slowly venturing from projectile to project. I'm not 100% sure I will make the switch for good but it looks like a simpler / better choice for a few reasons right now. I'm wondering if anyone has added Helm's features to some of the project commands such as
project-find-file
, etc.Beta Was this translation helpful? Give feedback.
All reactions