<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Unlængst</title>
    <link>https://unlaengst.de/</link>
    <description>A collection of notes and ideas, sometimes just checklists with tasks to walk through to get something accomplished.</description>
    <pubDate>Tue, 07 Apr 2026 22:30:32 +0000</pubDate>
    <item>
      <title>Posted on the command line</title>
      <link>https://unlaengst.de/posted-on-the-command-line?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[This post was written on the command line with the help of Write.as&#39; command line client. Here&#39;s how to do it:&#xA;&#xA;!--more--&#xA;&#xA;Syntax:&#xA;&#xA;writeas new -b nameofyourblog --font serif --md&#xA;&#xA;By the way: the CLI client is a bit picky about the position of the parameters. If you want your post to appear in your blog (and not as an anonymous post) you have to supply the blogname (-b nameofyourblog) after the new command.&#xA;&#xA;The new command opens your default terminal editor and let&#39;s you write the content of the post.&#xA;If you instead want to post the content from a text file you&#39;ll use the publishcommand:&#xA;&#xA;writeas publish filename.txt -b nameofyourblog --font serif --md&#xA;&#xA;#writeas #til]]&gt;</description>
      <content:encoded><![CDATA[<p>This post was written on the command line with the help of <a href="https://github.com/writeas/writeas-cli">Write.as&#39; command line client</a>. Here&#39;s how to do it:</p>



<p>Syntax:</p>

<pre><code class="language-bash">writeas new -b nameofyourblog --font serif --md
</code></pre>

<p>By the way: the CLI client is a bit picky about the position of the parameters. If you want your post to appear in your blog (and not as an anonymous post) you have to supply the blogname (<code>-b nameofyourblog</code>) <strong>after</strong> the <code>new</code> command.</p>

<p>The <code>new</code> command opens your default terminal editor and let&#39;s you write the content of the post.
If you instead want to post the content from a text file you&#39;ll use the <code>publish</code>command:</p>

<pre><code class="language-shell">writeas publish filename.txt -b nameofyourblog --font serif --md
</code></pre>

<p><a href="https://unlaengst.de/tag:writeas" class="hashtag"><span>#</span><span class="p-category">writeas</span></a> <a href="https://unlaengst.de/tag:til" class="hashtag"><span>#</span><span class="p-category">til</span></a></p>
]]></content:encoded>
      <guid>https://unlaengst.de/posted-on-the-command-line</guid>
      <pubDate>Sun, 09 Jul 2023 13:53:27 +0000</pubDate>
    </item>
    <item>
      <title>Syntax Highlightning</title>
      <link>https://unlaengst.de/syntax-highlightning?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[write.as supports syntax highlightning. Just use the typical three backticks with the corresponding name of the programming language. Here I use SQL:&#xA;&#xA;SELECT &#xA;FROM table&#xA;&#xA;results in:&#xA;&#xA;SELECT &#xA;FROM table&#xA;&#xA;#writeas #til]]&gt;</description>
      <content:encoded><![CDATA[<p><em>write.as</em> supports syntax highlightning. Just use the typical three backticks with the corresponding name of the programming language. Here I use SQL:</p>

<pre><code>```sql
SELECT *
FROM table
</code></pre>

<p>results in:</p>

<pre><code class="language-sql">SELECT *
FROM table
</code></pre>

<p><a href="https://unlaengst.de/tag:writeas" class="hashtag"><span>#</span><span class="p-category">writeas</span></a> <a href="https://unlaengst.de/tag:til" class="hashtag"><span>#</span><span class="p-category">til</span></a></p>
]]></content:encoded>
      <guid>https://unlaengst.de/syntax-highlightning</guid>
      <pubDate>Sun, 09 Jul 2023 13:20:36 +0000</pubDate>
    </item>
    <item>
      <title>Relaunch</title>
      <link>https://unlaengst.de/relaunch?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[I decided to relaunch my Unlaengst &#34;microblog&#34; on the Write.as service. Will use it as a logbook for notes, lessons learned, little code snippets and so on.&#xA;&#xA;this]]&gt;</description>
      <content:encoded><![CDATA[<p>I decided to relaunch my Unlaengst “microblog” on the Write.as service. Will use it as a logbook for notes, lessons learned, little code snippets and so on.</p>

<p><a href="https://unlaengst.de/tag:this" class="hashtag"><span>#</span><span class="p-category">this</span></a></p>
]]></content:encoded>
      <guid>https://unlaengst.de/relaunch</guid>
      <pubDate>Sun, 09 Jul 2023 12:56:28 +0000</pubDate>
    </item>
  </channel>
</rss>