<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stephan Dilly</title>
    <description>The latest articles on DEV Community by Stephan Dilly (@extrawurst).</description>
    <link>https://dev.to/extrawurst</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F352810%2F5ad1331b-86c8-4967-9d6a-28f31e94a966.jpg</url>
      <title>DEV Community: Stephan Dilly</title>
      <link>https://dev.to/extrawurst</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/extrawurst"/>
    <language>en</language>
    <item>
      <title>GitUI 0.24 supports searching the entire commit history</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Sun, 27 Aug 2023 14:46:14 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-024-supports-searching-the-entire-commit-history-4098</link>
      <guid>https://dev.to/extrawurst/gitui-024-supports-searching-the-entire-commit-history-4098</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;searching commits via sha, commit-msg, author or files-changed&lt;/li&gt;
&lt;li&gt;better visuals of changes to line breaks in diff &lt;/li&gt;
&lt;li&gt;simplify theme overrides&lt;/li&gt;
&lt;li&gt;support for sign-off of commits&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.24.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>git</category>
      <category>rust</category>
      <category>terminal</category>
      <category>productivity</category>
    </item>
    <item>
      <title>GitUI 0.23 supports rewording commits and more fuzzy finding</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Wed, 21 Jun 2023 07:22:05 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-023-supports-rewording-commits-and-more-fuzzy-finding-59o0</link>
      <guid>https://dev.to/extrawurst/gitui-023-supports-rewording-commits-and-more-fuzzy-finding-59o0</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;rewording previous commits (via rebase)&lt;/li&gt;
&lt;li&gt;resetting (hard/soft..) to any commit&lt;/li&gt;
&lt;li&gt;fuzzy finding/search in branches view&lt;/li&gt;
&lt;li&gt;show remote branches in log view&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.23.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>git</category>
      <category>rust</category>
      <category>terminal</category>
      <category>productivity</category>
    </item>
    <item>
      <title>GitUI 0.22 supports submodules and commit msg history</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Tue, 22 Nov 2022 11:35:39 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-022-supports-submodules-and-commit-msg-history-4a76</link>
      <guid>https://dev.to/extrawurst/gitui-022-supports-submodules-and-commit-msg-history-4a76</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui" rel="noopener noreferrer"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;support viewing and inspecting submodules and parents&lt;/li&gt;
&lt;li&gt;commit message history &lt;/li&gt;
&lt;li&gt;remember tab from last gitui session&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.22.1" rel="noopener noreferrer"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>GitUI 0.21 supports file history log view</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Fri, 19 Aug 2022 15:53:12 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-021-supports-file-history-log-view-3l32</link>
      <guid>https://dev.to/extrawurst/gitui-021-supports-file-history-log-view-3l32</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;support for viewing file history as a log&lt;/li&gt;
&lt;li&gt;stacking popups&lt;/li&gt;
&lt;li&gt;use &lt;code&gt;GIT_DIR&lt;/code&gt; and &lt;code&gt;GIT_WORK_DIR&lt;/code&gt; from environment if set &lt;/li&gt;
&lt;li&gt;support copy to clipboard on wayland&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.21.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>git</category>
      <category>terminal</category>
      <category>rust</category>
      <category>productivity</category>
    </item>
    <item>
      <title>GitUI 0.20 supports annotated tags</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Wed, 26 Jan 2022 23:36:19 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-020-supports-annotated-tags-3i58</link>
      <guid>https://dev.to/extrawurst/gitui-020-supports-annotated-tags-3i58</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;support for annotated tags&lt;/li&gt;
&lt;li&gt;delte a tag on remote&lt;/li&gt;
&lt;li&gt;support &lt;code&gt;core.hooksPath&lt;/code&gt; config&lt;/li&gt;
&lt;li&gt;revert any commit from the log&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.20.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>git</category>
      <category>terminal</category>
      <category>rust</category>
      <category>productivity</category>
    </item>
    <item>
      <title>7k ⭐️ GitUI</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Tue, 11 Jan 2022 14:43:19 +0000</pubDate>
      <link>https://dev.to/extrawurst/7k-gitui-3l06</link>
      <guid>https://dev.to/extrawurst/7k-gitui-3l06</guid>
      <description>&lt;p&gt;GitUI - your friendly #git GUI for the terminal - just breached the 7000 ⭐️ barrier on GitHub! Thanks for all your support and motivation ❤️&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3Ot7z3nW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zva5ciqn4k2vdkb13eek.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3Ot7z3nW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zva5ciqn4k2vdkb13eek.png" alt="github" width="722" height="260"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;see &lt;a href="https://github.com/extrawurst/gitui"&gt;https://github.com/extrawurst/gitui&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>git</category>
      <category>terminal</category>
      <category>performance</category>
    </item>
    <item>
      <title>GitUI - v0.19 handle bare repos</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Thu, 23 Dec 2021 19:02:10 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-v019-handle-bare-repos-580b</link>
      <guid>https://dev.to/extrawurst/gitui-v019-handle-bare-repos-580b</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Q9esB2w---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nftttcnsnxfj920eq9uj.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Q9esB2w---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nftttcnsnxfj920eq9uj.gif" alt="Image description" width="720" height="481"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;support opening bare repos&lt;/li&gt;
&lt;li&gt;file finder highlighting matches&lt;/li&gt;
&lt;li&gt;made key bindings less fragile&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.19.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>github</category>
      <category>terminal</category>
      <category>productivity</category>
      <category>rust</category>
    </item>
    <item>
      <title>GitUI - v0.18 supports rebase</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Mon, 11 Oct 2021 17:06:15 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-v0-18-supports-rebase-3ged</link>
      <guid>https://dev.to/extrawurst/gitui-v0-18-supports-rebase-3ged</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;rebase with conflicts&lt;/li&gt;
&lt;li&gt;better visuals when repo is in non-clean state&lt;/li&gt;
&lt;li&gt;supported checkout of hierarchical branchnames&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.18.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>github</category>
      <category>terminal</category>
      <category>productivity</category>
      <category>rust</category>
    </item>
    <item>
      <title>GitUI - v0.17.1 emojis and fuzzy find files</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Fri, 10 Sep 2021 20:46:34 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-v0-17-1-emojis-and-fuzzy-find-files-bn3</link>
      <guid>https://dev.to/extrawurst/gitui-v0-17-1-emojis-and-fuzzy-find-files-bn3</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;fuzzy find any file in your repo&lt;/li&gt;
&lt;li&gt;support markdown emojis in commit messages&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.17.1"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>github</category>
      <category>terminal</category>
      <category>productivity</category>
      <category>rust</category>
    </item>
    <item>
      <title>GitUI - v0.17 supports commit-compare</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Sun, 22 Aug 2021 17:00:25 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-v0-17-supports-commit-compare-3lib</link>
      <guid>https://dev.to/extrawurst/gitui-v0-17-supports-commit-compare-3lib</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;compare any two commits&lt;/li&gt;
&lt;li&gt;new options popup (show untracked files, diff settings)&lt;/li&gt;
&lt;li&gt;mark and drop multiple stashes &lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.17"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>github</category>
      <category>terminal</category>
      <category>productivity</category>
      <category>rust</category>
    </item>
    <item>
      <title>GitUI - v0.16 supports merging!</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Sat, 29 May 2021 13:21:45 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-v0-16-supports-merging-711</link>
      <guid>https://dev.to/extrawurst/gitui-v0-16-supports-merging-711</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved command line.&lt;/p&gt;

&lt;h1&gt;
  
  
  Release Highlights
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;merge branch, commit merge &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nz_4O3L8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hhcrcjqimfd6n292i8g7.gif" alt="Alt Text" width="800" height="457"&gt;
&lt;/li&gt;
&lt;li&gt;list and manage all your tags &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dFSUNnSW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zjoogd35nl2wk3ckt78v.gif" alt="Alt Text" width="800" height="545"&gt;
&lt;/li&gt;
&lt;li&gt;file browser (incl. syntax highlighting) &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--L9JlVrlr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b453xw804odetiaqzvn3.gif" alt="Alt Text" width="800" height="533"&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.16.0"&gt;much more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>github</category>
      <category>terminal</category>
      <category>productivity</category>
      <category>rust</category>
    </item>
    <item>
      <title>GitUI - v0.15 released</title>
      <dc:creator>Stephan Dilly</dc:creator>
      <pubDate>Tue, 27 Apr 2021 22:03:15 +0000</pubDate>
      <link>https://dev.to/extrawurst/gitui-v0-15-released-21oe</link>
      <guid>https://dev.to/extrawurst/gitui-v0-15-released-21oe</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/extrawurst/gitui"&gt;GitUI&lt;/a&gt; is a terminal UI for git written in Rust. We aim to simplify common git tasks in a fast, keyboard-only and cross platform way without leaving your beloved text interface.&lt;/p&gt;

&lt;h1&gt;
  
  
  Release Highlights
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;file blaming ☝️&lt;/li&gt;
&lt;li&gt;support &lt;code&gt;commit.template&lt;/code&gt; for commit message templates&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/extrawurst/gitui/releases/tag/v0.15.0"&gt;more&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for your interest and support!❤️&lt;/p&gt;

</description>
      <category>github</category>
      <category>terminal</category>
      <category>productivity</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
