<?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: Frederik Hudák</title>
    <description>The latest articles on DEV Community by Frederik Hudák (@frehu).</description>
    <link>https://dev.to/frehu</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%2F3785090%2Ff46c58b5-5f1f-4211-b960-7c136d4d6f0a.jpeg</url>
      <title>DEV Community: Frederik Hudák</title>
      <link>https://dev.to/frehu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/frehu"/>
    <language>en</language>
    <item>
      <title>Fresh File Explorer - vscode extension for navigating recent changes</title>
      <dc:creator>Frederik Hudák</dc:creator>
      <pubDate>Sun, 22 Feb 2026 14:30:53 +0000</pubDate>
      <link>https://dev.to/frehu/fresh-file-explorer-vscode-extension-for-navigating-recent-changes-13c1</link>
      <guid>https://dev.to/frehu/fresh-file-explorer-vscode-extension-for-navigating-recent-changes-13c1</guid>
      <description>&lt;p&gt;Do you have a large codebase where 98% of the files are not relevant at any given moment, but you have to scroll past them?&lt;/p&gt;

&lt;p&gt;Maybe you use the SCM view to keep track, but after you make a commit, your context disappears?&lt;/p&gt;

&lt;p&gt;That's my motivation behind making &lt;strong&gt;Fresh File Explorer&lt;/strong&gt; — a VS Code extension that shows you a mix of your pending changes and recent history (x days ago, up to you), the way you'd see it in the file explorer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq0qhy3a4ej8cug5npfy0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq0qhy3a4ej8cug5npfy0.png" alt="main view" width="658" height="797"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A few highlights:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multi-repo support.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deleted files stay visible.&lt;/strong&gt; You don't have to go through git history to find them again. Right-click → &lt;em&gt;Resurrect&lt;/em&gt; to restore them in one step.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Search tools.&lt;/strong&gt; Search scoped to only your fresh files. For not-so-fresh changes, there's Diff search (pickaxe), line/function history (&lt;code&gt;git log -L&lt;/code&gt;), file history, and also searching inside search results.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8a8qrpenw59igdzktba6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8a8qrpenw59igdzktba6.png" alt="diff search" width="665" height="1320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1fxdr4kund4p1pzw8ie5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1fxdr4kund4p1pzw8ie5.png" alt="file history" width="800" height="393"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pinned section.&lt;/strong&gt; Keep any file handy regardless of the time window. Readme on your desktop, a deleted file, or add short notes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Grouping modes.&lt;/strong&gt; Beyond the standard folder structure, you can group by author, commit, or moon phase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Heatmap.&lt;/strong&gt; Colorize files based on how recently they changed. This is not specific to the Fresh Files view and also works in the file explorer.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flt4tck1mlqzy418q53f2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flt4tck1mlqzy418q53f2.png" alt="heatmap" width="660" height="983"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The extension currently has more features than users, so I'd appreciate your feedback.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/FreHu/vscode-fresh-file-explorer" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | &lt;a href="https://marketplace.visualstudio.com/items?itemName=frehu.fresh-file-explorer" rel="noopener noreferrer"&gt;VS Code Marketplace&lt;/a&gt; | &lt;a href="https://open-vsx.org/extension/frehu/fresh-file-explorer" rel="noopener noreferrer"&gt;OpenVSX&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>productivity</category>
      <category>git</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
