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

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