A common part of my workflow is to copy and paste file paths into Emacs. This is usually done by navigating to the file in my desktop environment or from a terminal.
What would be more convenient is for me to do so via counsel-find-file
, navigate to the file path and then insert at the point in the current buffer (or some similar workflow with autocompletion) instead of actually opening the file.
Is there any way to do this in Emacs?
ivy
,counsel
andswiper
packages are so intricately tied and overlapping (they're part of the same project) that I advocate using only a single tag for simplicity, to avoid giving rise to something like the smorgasbord oforg
tags. In fact, I may go as far as suggesting to make theivy
,counsel
andswiper
tags synonymous. As justification, notice that the answer to yourcounsel-find-file
question wasivy
-specific. – Basil Feb 27 '18 at 18:04