trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
<p>Raw link: <a href="https://www.youtube.com/watch?v=IDkx48JwDco">https://www.youtube.com/watch?v=IDkx48JwDco</a></p>
|
||||
|
||||
<p>In this video I demonstrate a workflow for searching for files
|
||||
recursively inside of a directory, using either a partial file name or
|
||||
through the contents of a file.</p>
|
||||
|
||||
<p>My functions leverage two external programs: <code>fzf</code> and <code>rg</code> (or
|
||||
<code>ripgrep</code>). These are parsed through the Ivy completion framework and
|
||||
its general Counsel front-end. In addition, I show the power of custom
|
||||
“Ivy actions” to dynamically change the scope of the search from file
|
||||
names to contents and vice versa, or to just switch the root directory.</p>
|
||||
|
||||
<p>For this setup check <a href="https://protesilaos.com/emacs/dotemacs">my dotemacs</a>.</p>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue