/listy

list / file manipulator written in golang with help from co-pilot.

Primary LanguageGoApache License 2.0Apache-2.0

Listy

List / File Manipulator

Install

go install github.com/netr/listy@latest

Run

List manipulator tool for files

Usage:
  listy [command]

Available Commands:
  chunk       Chunk file(s) by a given number of lines
  concat      Concatenate files in a directory into a single file. Output default `{dir}/all.txt`
  dedupe      Dedupe file(s)
  diff        Filter differences between file(s)
  random      Randomize lines of file(s)
  split       Split file(s) by a delimiter and pluck ids