netr / listy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%