trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -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>