Home

Awesome

Table of Contents

  1. About
  2. Requirements
  3. Installation
  4. Usage
  5. Examples

<a id="org673d72e"></a>

About

Dext (Directories by Extensions) is a script that moves (or copies) files of the same extension into a folder.

The main goal of this script is to make sense out of large number of messy and unorganized files by sorting them (according to their file extensions) in folders.

Dext moves files by default unless copy option is provided (-c).

<a id="orge32e026"></a>

Requirements

<a id="orgec4e642"></a>

Installation

    curl https://raw.githubusercontent.com/AfzGit/dext/main/dext --output dext
    chmod a+x dext
    sudo mv dext /usr/bin/

<a id="orge79668d"></a>

Usage

<a id="org3486f9e"></a>

Examples

Note: I am not responsible for any damages you encounter using this script