Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Releases: dimankiev/gofilesort

Recursive Update

13 Jul 23:36
1430033
Compare
Choose a tag to compare
Recursive Update Pre-release
Pre-release

Go File Sorting v1.1.1b

Go Workflow CodeQL
Program, written in golang, that sorts and group the files into categorized folders
Recursively sorts folders content, creates sorted folder and places a report (log) into it

Changelog

This release comes with recursive child folders content sorting feature

Features

  • Recursively sorts folders content
  • Program does copy the files into sorted folder
    • Every copied file is located in the corresponding Firstname Lastname pair folder
  • Get a report with exact numbers, how many files are sorted, unsorted and the total number of processed files

File Sorting: Sort by name

13 Jul 01:04
Compare
Choose a tag to compare

Go File Sorting v1.0.0

Program, written in golang, that sorts and group the files into categorized folders
Skips folders, creates sorted folder and places a report (log) into it

Changelog

This release comes with name sorting feature, oriented on sorting by Firstname/Lastname pair
It uses progress bar to tell about how much is left until full sort completion
In the end of procedure of sorting, program generates a report (log file)

Available features

  • Program does copy the files into sorted folder
  • Every copied file is located in the corresponding Firstname Lastname pair folder
  • Get a report with exact numbers, how many files are sorted, unsorted and the total number of processed files