<?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: Lyneetra Works</title>
    <description>The latest articles on DEV Community by Lyneetra Works (@lyneetrastudio).</description>
    <link>https://dev.to/lyneetrastudio</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%2F3910310%2Fe033c929-5545-4b80-a6a4-ecc515a01b05.png</url>
      <title>DEV Community: Lyneetra Works</title>
      <link>https://dev.to/lyneetrastudio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lyneetrastudio"/>
    <language>en</language>
    <item>
      <title>Hey Guys, I've Created Modern Alternative for Windows XCOPY</title>
      <dc:creator>Lyneetra Works</dc:creator>
      <pubDate>Sun, 03 May 2026 12:41:14 +0000</pubDate>
      <link>https://dev.to/lyneetrastudio/hey-guys-ive-created-modern-alternative-for-windows-xcopy-9nl</link>
      <guid>https://dev.to/lyneetrastudio/hey-guys-ive-created-modern-alternative-for-windows-xcopy-9nl</guid>
      <description>&lt;p&gt;A modern version of xcopy and why I created it&lt;br&gt;
For years, Windows users have relied on tools like xcopy and robocopy for file operations.&lt;/p&gt;

&lt;p&gt;They work.&lt;/p&gt;

&lt;p&gt;But the experience has not really evolved.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
When using xcopy, the output typically looks like this:&lt;/p&gt;

&lt;p&gt;file1 copied&lt;br&gt;
file2 copied&lt;br&gt;
file3 copied&lt;br&gt;
file4 copied&lt;br&gt;
...&lt;/p&gt;

&lt;p&gt;With robocopy, the opposite happens:&lt;/p&gt;

&lt;p&gt;too much output&lt;br&gt;
difficult to track progress&lt;br&gt;
overwhelming for simple tasks&lt;/p&gt;

&lt;p&gt;Both tools are functional, but neither feels modern or easy to use.&lt;/p&gt;

&lt;p&gt;What I Wanted&lt;/p&gt;

&lt;p&gt;I wanted a tool that feels:&lt;/p&gt;

&lt;p&gt;clean&lt;br&gt;
minimal&lt;br&gt;
predictable&lt;br&gt;
easy to read&lt;/p&gt;

&lt;p&gt;Most importantly, I wanted clear progress feedback without flooding the terminal.&lt;/p&gt;

&lt;p&gt;Introducing flow&lt;/p&gt;

&lt;p&gt;flow is a modern command-line tool for file operations on Windows.&lt;/p&gt;

&lt;p&gt;It focuses on simplicity, clarity, and a better user experience.&lt;/p&gt;

&lt;p&gt;Features :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Copy, move, and delete in a single CLI&lt;/li&gt;
&lt;li&gt;Clean progress display&lt;/li&gt;
&lt;li&gt;Wildcard support (for example: *, *.png)&lt;/li&gt;
&lt;li&gt;Smart conflict handling:
overwrite, skip, rename&lt;/li&gt;
&lt;li&gt;Interactive shell mode (flow&amp;gt;)&lt;/li&gt;
&lt;li&gt;Support for both recycle bin and permanent deletion&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Example :&lt;/p&gt;

&lt;p&gt;Instead of scrolling output:&lt;br&gt;
file1 copied&lt;br&gt;
file2 copied&lt;br&gt;
file3 copied&lt;br&gt;
...&lt;/p&gt;

&lt;p&gt;flow provides a clear progress view:&lt;/p&gt;

&lt;p&gt;[██████████░░░░░░░░] 60%&lt;br&gt;
Files: 120 / 200&lt;br&gt;
Speed: 45 MB/s&lt;/p&gt;

&lt;p&gt;This makes it much easier to understand what is happening in real time.&lt;/p&gt;

&lt;p&gt;Usage&lt;br&gt;
flow copy file.txt D:\backup&lt;br&gt;
flow move D:\old D:\archive&lt;br&gt;
flow del D:\cache --yes&lt;br&gt;
Interactive Mode&lt;br&gt;
flow&lt;br&gt;
flow&amp;gt; copy file.txt D:\backup --overwrite&lt;br&gt;
flow&amp;gt; move D:\old D:\archive&lt;br&gt;
flow&amp;gt; del D:\cache --yes&lt;br&gt;
flow&amp;gt; help copy&lt;br&gt;
flow&amp;gt; exit&lt;br&gt;
Why I Built This&lt;/p&gt;

&lt;p&gt;The goal was not to replace powerful tools like robocopy.&lt;/p&gt;

&lt;p&gt;Instead, it was to create something that:&lt;/p&gt;

&lt;p&gt;feels good to use&lt;br&gt;
provides clear feedback&lt;br&gt;
works naturally for everyday tasks&lt;br&gt;
Try It&lt;/p&gt;

&lt;p&gt;You can download the project here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/lyneetrastudio/lyneetra_flow_file_operations" rel="noopener noreferrer"&gt;https://github.com/lyneetrastudio/lyneetra_flow_file_operations&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cli</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
