Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 309 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 309 Bytes

textutils

Golang CLI textutils, little project of mine, still very WIP! Creating a bunch of CLI textutils to ease text file handling on the command line. On the list:

  • fields: split lines into fields and arrange them back together
  • randomize: reverse of sort
  • lines: like cut for lines, but then easier