rosera / taskn

Iterative through a file list and repeat a task per file item

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TASKN

A simple tool to read a CSV file and perform a task on each entry read from the file. The application assumes an input.csv file is present in the current directory.

Usage

Add a command to perform on the filename read from the CSV.

Long Form

./taskn ownr --input [FILENAME.csv]

Short Form

./taskn ownr -i [FILENAME.csv]

Test

go test

About

Iterative through a file list and repeat a task per file item

License:GNU General Public License v3.0


Languages

Language:Go 100.0%