Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Organizer

A CLI tool to organize files by extension into subdirectories.

Usage

go run main.go /path/to/messy/directory

What it does

Organizes files by their extensions:

  • .txt files go to txt/ folder
  • .jpg files go to jpg/ folder
  • etc.

Example

Before:

downloads/
  document.pdf
  photo.jpg
  song.mp3

After:

downloads/
  pdf/document.pdf
  jpg/photo.jpg
  mp3/song.mp3

About

CLI tool for organizing and managing files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages