Skip to content

mtso/cram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]