File-Organizer
Overview
File Organizer is a command line utility to organize and prettify cluttered folders, written in Go.
Features
- Prettify files in a folder
- Organize files in a folder
- Rename files in a folder
- Watch the actions performed by the program at the end
- Master plan which prettifies as well as organizes files
Installation
Using Git
Type the following command in your Git Bash:
- For SSH:
git clone git@github.com:Shravan-1908/File-Organizer.git
- For HTTPS:
git clone https://github.com/Shravan-1908/File-Organizer.git
The whole repository would be cloned in the directory you opened the Git Bash in.
Using GitHub ZIP download
You can alternatively download the repository as a zip file using the GitHub Download ZIP feature.
You can either use the exe build of the File Organizer or if you have Go compiler installed on your system, you can run the program using the command go run .\FileOrganizer.go.