Skip to content

HCSV is a command line tool written in Haskell to format csv files.

Notifications You must be signed in to change notification settings

cartercameron2/hcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hcsv

HCSV is a command line tool written in Haskell to format csv files.

Setup

If you need to instal Haskell/Cabal see https://www.haskell.org/ghcup/ Otherwise run the following

cabal install

cabal build will build to ~/.cabal/bin

cabal build

Add the following to your .bashrc

alias = hcsv='~/.cabal/bin/hcsv-exe'

Usage

To format a file named data.csv you would run:

hcsv data.csv

About

HCSV is a command line tool written in Haskell to format csv files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published