-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add eshell source #13
Comments
I just saw that @oantolin already proposed this a while ago on reddit: https://www.reddit.com/r/emacs/comments/q4as4c/jumping_directories_in_eshell/ |
@minad Sorry for the delay. This would be useful to folks who use both Eshell and consult-dir, which includes you, me and @oantolin. But I'm guessing most consult-dir users don't use Eshell, since both packages are quite niche. Do you think it makes sense to add an eshell-specific feature to consult-dir from a composability perspective? |
You may be right that eshell is a little niche, but you can editorialize: encourage your users to use it by providing the source. I think any package that comes with Emacs is fair game for that. (Although, some really are too obscure: I have commands to add or remove email addresses from ecomplete's adressbook, but I wouldn't add them to Embark because ecomplete is practically unknown.) A good compromise is too add the source to consult-dir but not have it on by default, consider that option too. Also, does |
Hi Karthik,
I tried to improve my eshell experience a little bit yesterday. What about including the eshell directory source from your post by default?
Furthermore if the buffer is an eshell buffer, the selected directory could be passed directly to cd? Or do you think it is better to use
consult-dir-default-command
in that case, set buffer-locally in the eshell?The text was updated successfully, but these errors were encountered: