Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanburnette/go-sequentialize
https://github.com/ryanburnette/go-sequentialize
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanburnette/go-sequentialize
- Owner: ryanburnette
- License: isc
- Created: 2023-05-09T15:49:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T21:16:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T19:52:23.656Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [sequentialize](https://github.com/ryanburnette/go-sequentialize)
Sequentialize files in a directory based on a specified ordering and with a new
base file name.## Usage
The `-order` flag accepts name or date for the resulting sequential ordering.
The `directory` argument is the directory to be sequentialized.
The `new_file_name` argument is the base name for sequentialized file names.
```shell
sequentialize [-order=name|date] [-d] directory new_file_name
```