Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gleich/Light-Speed-Sorting
- Owner: gleich
- License: mit
- Archived: true
- Created: 2020-06-02T01:38:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T10:43:25.000Z (almost 4 years ago)
- Last Synced: 2024-05-04T04:33:43.993Z (7 months ago)
- Language: Go
- Homepage:
- Size: 204 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-blazingly-fast - Light-Speed-Sorting - 📂 Blazing fast file sorting (Go)
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.