Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 461 Bytes

File metadata and controls

18 lines (12 loc) · 461 Bytes

cram Build Status

A line cramming and un-cramming utility.

Cramming replaces all newlines with tabs, writes to the filename plus .cram, and deletes the given file. Un-cramming replaces all tabs with newlines, writes to the filename removing .cram, and deletes the given file.

Install

$ go get github.com/mtso/cram

Command

cram [filepath]