<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="377388" data-post-id="377388">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="AstonJ" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/AstonJ/120/15_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  AstonJ
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Another quick tip of something I use frequently in Terminal, is:</p>
<pre><code class="lang-plaintext">open .
</code></pre>
<p>Which will open the current directory in Finder.</p>
<p>So if you’re in <code>/Users/Aston/Projects</code>, it will open the <code>Projects</code> folder.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377388" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-377388" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377388"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="377413" data-post-id="377413">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="frankdugan3" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/frankdugan3/120/39210_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  frankdugan3
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>In vim, you can change the current/next search match with <code>cgn</code>. It’s also repeatable with <code>.</code>, and you don’t even need to use <code>n</code> to advance if you know you want to replace the next match.</p>
<p>Bonus tip: <code>*</code> will start a search for the word under the cursor and jump to the next match.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377413" data-batch-url="/posts/batch_likers">
                        5
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-377413" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377413"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="377425" data-post-id="377425">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="hauleth" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/hauleth/120/18942_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  hauleth
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="frankdugan3" data-post="13" data-topic="73131">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/frankdugan3/48/39210_2.png" class="avatar"> frankdugan3:</div>
<blockquote>
<p>n vim, you can change the current/next search match with <code>cgn</code>. It’s also repeatable with <code>.</code>, and you don’t even need to use <code>n</code> to advance if you know you want to replace the next match.</p>
<p>Bonus tip: <code>*</code> will start a search for the word under the cursor and jump to the next match.</p>
</blockquote>
</aside>
<p>That is why I created <a href="https://github.com/hauleth/sad.vim" class="inline-onebox" rel="noopener nofollow ugc">GitHub - hauleth/sad.vim: Quick search and replace for Vim · GitHub</a>, which is a plugin that utilises that functionality to provide repeatable replaces.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377425" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-377425" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377425"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="377482" data-post-id="377482">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="gmile" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/gmile/120/33982_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  gmile
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>One small from me - I’ve added a function in my fish-shell that looks like this:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">function dbg
  set test_path $argv[1]
  iex --dbg pry -S mix test $test_path --trace
end
</code></pre>
<p>Provided there’s a <code>dbg()</code> macro anywhere in the Elixir code under test, this allows me to enter an interactive debugging session quickly by going from:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">mix test test/my_app/permissions/api_test.exs:627
</code></pre>
<p>to:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">dbg test/my_app/permissions/api_test.exs:627
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377482" data-batch-url="/posts/batch_likers">
                        7
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-377482" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377482"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="377483" data-post-id="377483">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="muelthe" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/muelthe/120/35411_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  muelthe
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>As per the Finder version, if you’re using WSL: <code>explorer.exe .</code> does the same thing.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377483" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-377483" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377483"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #15"></div>
  </section>
</div>
    <div class="postbit" id="377497" data-post-id="377497">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sodapopcan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/120/34668_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sodapopcan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="frankdugan3" data-post="13" data-topic="73131">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/frankdugan3/48/39210_2.png" class="avatar"> frankdugan3:</div>
<blockquote>
<p>In vim, you can change the current/next search match with <code>cgn</code>.</p>
</blockquote>
</aside>
<p>Dang, can’t believe I never knew this, thanks!</p>
<aside class="quote no-group" data-username="frankdugan3" data-post="13" data-topic="73131">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/frankdugan3/48/39210_2.png" class="avatar"> frankdugan3:</div>
<blockquote>
<p>Bonus tip: <code>*</code> will start a search for the word under the cursor and jump to the next match.</p>
</blockquote>
</aside>
<p>I like to remap <code>*</code> like so:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">nnoremap &lt;silent&gt; * :let @/ = '\&lt;' . expand('&lt;cword&gt;') . '\&gt;'&lt;bar&gt;setlocal hlsearch&lt;cr&gt;
</code></pre>
<p>This set the search register to the current keyword under the cursor, turns on highlighting for the current buffer, <em>and leaves the cursor in place</em>.  This works like an opt-in <a href="https://github.com/markonm/traces.vim" rel="noopener nofollow ugc">traces.vim</a> that I find much less jarring.  Incidentally, I leave <code>#</code> as-is.  I can’t explain why but it’s just what feels right <img src="https://forum.elixirforum.com/images/emoji/apple/person_shrugging.png?v=15" title=":person_shrugging:" class="emoji" alt=":person_shrugging:" loading="lazy" width="20" height="20"></p>
<p>EDIT: I <em>can</em> explain <img src="https://forum.elixirforum.com/images/emoji/apple/sweat_smile.png?v=15" title=":sweat_smile:" class="emoji" alt=":sweat_smile:" loading="lazy" width="20" height="20"> It seems most of the time I’m not sure which way I’m looking, so remapping <code>*</code> this way gives me context.  If I know for sure I want to go up then <code>#</code> just takes me to the first thing.  Sometimes I know that I want to go down which means I have to press <code>*n</code> which is semi-annoying but not the worst.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377497" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-377497" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377497"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #16"></div>
  </section>
</div>
    <div class="postbit" id="377524" data-post-id="377524">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Samjowen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Samjowen/120/34530_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Samjowen
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>If you’re ever doing a capture the flag challenge and you have managed to get onto the box, always make sure to check the terminal history. You might find a clue as to what to do next in the puzzle.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377524" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-377524" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377524"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #17"></div>
  </section>
</div>
    <div class="postbit" id="377526" data-post-id="377526">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="AstonJ" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/AstonJ/120/15_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  AstonJ
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Now that I know where the file is I have created an alias for it <img src="https://forum.elixirforum.com/uploads/default/original/2X/6/6c3193d1dd46244da3c8c6f719c9f5e2abdd5ae8.gif?v=15" title=":003:" class="emoji emoji-custom" alt=":003:" loading="lazy" width="20" height="20"></p>
<pre data-code-wrap="elixir"><code class="lang-elixir">alias bashhistory="mate ~/.zsh_history"
</code></pre>
<p>Something that would be handy is directory specific history - do you (or anyone) know if that’s possible?</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377526" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-377526" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377526"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #18"></div>
  </section>
</div>
    <div class="postbit" id="377527" data-post-id="377527">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="eksperimental" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/eksperimental/120/1401_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  eksperimental
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I have been using this shell script for years to easily find the latest modified Git branches, specially when dealing with a crazy amount of branches per repo.</p>
<p><code>~/bin/git-branch-by-commit-date</code></p>
<pre data-code-wrap="shell"><code class="lang-shell">#!/bin/bash
# Lists Git branches sorted by commit dates in descending order.

# Originally taken from: http://stackoverflow.com/questions/2514172/listing-each-branch-and-its-last-revisions-date-in-git/2514279#2514279

for k in $(git branch | perl -pe s/^..//);
  do echo -e "$(git show --pretty=format:"%Cgreen%ci %Cblue%cr%Creset" "$k" -- | head -n 1)"\\\\t"$k";
done | sort -r
</code></pre>
<p>And the output looks like:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">❯ git-branch-by-commit-date
2025-11-04 12:31:53 +0100 3 days ago	main
2025-10-30 22:06:07 +0100 7 days ago	chore/remove-br-deprecations
2025-10-30 08:18:13 -0500 7 days ago	chore/update-mix-tasks-new-reserved-app-names
2025-10-29 01:06:47 -0500 9 days ago	feature/mix-new-sample-code
2025-10-08 12:02:21 -0500 4 weeks ago	chore/fix-spdx-summary
…
2025-07-09 23:08:13 -0500 4 months ago	chore/use-commas-in-numbers
2025-05-09 21:01:53 -0500 6 months ago	feature/ci-docs-warnings-as-errors
2025-05-09 21:00:06 -0500 6 months ago	feature/makefile-docs-options
…
2023-05-12 08:43:45 -0500 2 years, 6 months ago	improve-error-message-supervisor-child-spec
2018-12-06 13:07:49 +0100 7 years ago	v1.3
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377527" data-batch-url="/posts/batch_likers">
                        4
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-377527" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377527"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #19"></div>
  </section>
</div>
    <div class="postbit" id="377528" data-post-id="377528">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Samjowen" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Samjowen/120/34530_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Samjowen
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I have never considered that before, but I have seen a few people hooking into <code>PROMPT_COMMAND</code> in bash to make some solutions. I see that you’re using zsh, so this might be of interest to you: <a href="https://superuser.com/questions/735660/whats-the-zsh-equivalent-of-bashs-prompt-command" rel="noopener nofollow ugc">https://superuser.com/questions/735660/whats-the-zsh-equivalent-of-bashs-prompt-command</a></p>
<p>I also saw this GitHub repo that looks useful, although it is for bash specifically: <a href="https://github.com/wolfwoolford/dish" class="inline-onebox" rel="noopener nofollow ugc">GitHub - wolfwoolford/dish: Store and retrieve directory specific shell history · GitHub</a></p>
<p>Finally, an interesting StackOverflow for you to check out for zsh specifically <a href="https://unix.stackexchange.com/questions/71189/per-directory-history-in-zsh" rel="noopener nofollow ugc">https://unix.stackexchange.com/questions/71189/per-directory-history-in-zsh</a>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="377528" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/share-an-elixir-or-dev-env-tip-a-day/73131/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-377528" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="377528"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #20"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/73131/load_more?page=3">Load more posts (10 remaining)</a>
</div></template></turbo-stream>