<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: copier</title>
    <link>https://waylonwalker.com/tags/copier/</link>
    <description>All posts with the tag &#34;copier&#34;</description>
    <lastBuildDate>Thu, 19 Jun 2025 08:04:51 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://waylonwalker.com/tags/copier/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>copier vcs quirks</title>
      <link>https://waylonwalker.com/copier-vcs-quirks/</link>
      <description>Copier has a few quirks with vcs that I just discovered by trying to test out some changes. I may have some config that I have long forgotten about somewhere...</description>
      <pubDate>Thu, 19 Jun 2025 08:04:51 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-vcs-quirks/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>copier</category>
    </item>
    <item>
      <title>Obsidian Using Templater Like Copier</title>
      <link>https://waylonwalker.com/obsidian-using-templater-like-copier/</link>
      <description>I&#39;ve long used copier to create all of my posts for my blog, and it works really well for my workflow. I think of a title, call a template, and give it a...</description>
      <pubDate>Wed, 31 Jul 2024 13:34:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/obsidian-using-templater-like-copier/</guid>
      <author>hello@waylonwalker.com</author>
      <category>obsidian</category>
      <category>copier</category>
    </item>
    <item>
      <title>copier trust</title>
      <link>https://waylonwalker.com/copier-trust/</link>
      <description>I recently had to update my copier-gallery command to trust my own templates because some of them have shell scripts that run afterwards. Be warned that this...</description>
      <pubDate>Fri, 19 Apr 2024 20:41:06 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-trust/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>copier</category>
    </item>
    <item>
      <title>Copier Slugify | python templating | using cookiecutter</title>
      <link>https://waylonwalker.com/copier-slugify/</link>
      <description>It&#39;s no secret that I love automation, and lately my templating framework of choice has been copier. One hiccup I recently ran into was having spaces in my...</description>
      <pubDate>Sat, 11 Jun 2022 12:37:50 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-slugify/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>copier</category>
    </item>
    <item>
      <title>Copier &lt; 6.0.0b0 considered dangerous</title>
      <link>https://waylonwalker.com/update-copier/</link>
      <description>Copier is a fantastic templating library written in python, but older versions have a dangerous bug if you are using it inside of existing directories.</description>
      <pubDate>Sat, 30 Apr 2022 10:05:45 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/update-copier/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>copier</category>
    </item>
    <item>
      <title>Tmux hotkey for copier templates</title>
      <link>https://waylonwalker.com/tmux-copier-templates/</link>
      <description>I have added a hotkey to my copier template setup to quickly access all my templates at any time from tmux. At any point I can hit , thats holding control...</description>
      <pubDate>Mon, 24 Jan 2022 02:22:53 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/tmux-copier-templates/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>linux</category>
      <category>tmux</category>
      <category>copier</category>
    </item>
    <item>
      <title>Copier Tasks | Python templating post run task</title>
      <link>https://waylonwalker.com/copier-tasks/</link>
      <description>Copier allows you to run post render tasks, just like cookiecutter. These are defined as a list of in your . They are simply shell commands to run.</description>
      <pubDate>Sat, 22 Jan 2022 04:49:12 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-tasks/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>cli</category>
      <category>linux</category>
      <category>copier</category>
    </item>
    <item>
      <title>Using Copier Answers to rerun templates quickly</title>
      <link>https://waylonwalker.com/copier-answers/</link>
      <description>The copier answers file is a key component to making your templates re-runnable. Let&#39;s look at the example for my setup.py.</description>
      <pubDate>Sat, 08 Jan 2022 01:16:52 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-answers/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>linux</category>
      <category>cli</category>
      <category>copier</category>
    </item>
    <item>
      <title>Copier Templates</title>
      <link>https://waylonwalker.com/copier-templates/</link>
      <description>%%include til/copier_endops</description>
      <pubDate>Wed, 05 Jan 2022 01:54:07 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-templates/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>linux</category>
      <category>cli</category>
      <category>copier</category>
    </item>
    <item>
      <title>Changing copier template strings (_endops)</title>
      <link>https://waylonwalker.com/copier_endops/</link>
      <description>I was completely stuck for awhile. copier was not replacing my template variables. I found out that adding all these fixed it. Now It will support all of...</description>
      <pubDate>Tue, 04 Jan 2022 10:55:12 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier_endops/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>bash</category>
      <category>copier</category>
    </item>
    <item>
      <title>copier template variables</title>
      <link>https://waylonwalker.com/copier-template-variables/</link>
      <description>I&#39;ve been looking for a templating tool for awhile that works well with single files. My go to templating tool does not work for single files, it needs to...</description>
      <pubDate>Mon, 03 Jan 2022 12:37:32 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/copier-template-variables/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>bash</category>
      <category>copier</category>
    </item>
  </channel>
</rss>