Feature idea: Merge bookmarks and find-file #813
Comments
This sounds great to me, as I bookmark directories too. |
A simple way to do this would just be to have |
Edit: Seems that the first time I read the issue I misinterpreted it, my fault, but after saw the pull request I realize what you really wanted. Still think that's a good idea. |
When non-nil and a directory is selected from counsel-bookmark, forward the choice to counsel-find-file instead of opening a dired buffer. Fixes abo-abo#813
I don't like to have too many bookmarks so I usually bookmark the directory of the relevant projects I'm working on. This means that I typically use
counsel-bookmark
then drop into dired and open a file from there. What would make sense to me and I think be a nice feature would be if in another command you could bring up a list of bookmarks but selecting a bookmark that represents a directory would immediately start afind-file
session. So it's as if the bookmarks make up a virtual directory that are a starting point forfind-file
. Does that make sense and what do you think?The text was updated successfully, but these errors were encountered: