Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gleich/Light-Speed-Sorting

📂 Blazing fast file sorting
https://github.com/gleich/Light-Speed-Sorting

Last synced: about 1 month ago
JSON representation

📂 Blazing fast file sorting

Awesome Lists containing this project

README

        

# Light-Speed-Sorting

Take all of your files sort them into folders based off the year, month, and day that they were created. Written in golang so its super fast.

## 📂 Example

### Before

```
.
└── file.txt
```

### After

```
.
└── 2020
└── June
└── Thursday-4th
└── file.txt
```

## 🚀 Install

### Golang

`go get github.com/Matt-Gleich/Light-Speed-Sorting`

### Homebrew (MacOS or Linux)

`brew install Matt-Gleich/homebrew-taps/light-speed-sorting`

## Usage

Just run `light-speed-sorting` to sort the current directory. Run `light-speed-sorting --help` for more information.