Skip to content
/ columnate Public

Small unix utility to columnate data sets without stripping color codes

License

Notifications You must be signed in to change notification settings

bts/columnate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

badf692 · Nov 2, 2018

History

16 Commits
Dec 2, 2017
Nov 2, 2018
Dec 4, 2017
Dec 1, 2017
Dec 4, 2017
Dec 1, 2017
Dec 1, 2017
Dec 1, 2017
Dec 4, 2017
Dec 1, 2017
Nov 2, 2018
Nov 2, 2018
Dec 1, 2017
Dec 1, 2017

Repository files navigation

columnate

Columnates data sets without stripping color codes, which column does on Linux.

Building the code

  • To build the project: nix-build release.nix

Development

  • To enter a development environment: nix-shell
  • Running a REPL: cabal repl lib:columnate
  • Running ghcid: ghcid -c "cabal repl lib:columnate --ghc-options=-fno-code"

Testing

  • Running ghcid for test code: ghcid -c "cabal repl test-suite:tasty". At the moment I'm having trouble getting this working with --ghc-options="-fno-code" for a faster (typecheck-only) workflow.
  • Running a REPL for test code: cabal repl test-suite:tasty

About

Small unix utility to columnate data sets without stripping color codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published