Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryanburnette/go-sequentialize


https://github.com/ryanburnette/go-sequentialize

Last synced: 22 days ago
JSON representation

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
```