github.com/noraj/quartz-utils

TODO

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  quartz-utils:
    github: noraj/quartz-utils
    version: ~> 0.0.4

Then run:

shards install

shard.yml

Crystal
>= 1.8, < 2.0
License
MIT
Author
Alexandre ZANNI
Targets
  • crlf2lf from src/crlf2lf.cr
  • lf2crlf from src/lf2crlf.cr
  • url2host from src/url2host.cr
  • stripansi from src/stripansi.cr
Executables
  • url2host
  • stripansi
  • crlf2lf
  • lf2crlf

Dependencies

Runtime Dependencies

  • docopt*github: chenkovsky/docopt.cr

Development Dependencies

  • ameba~> 1.6.0github: crystal-ameba/amebadev

README

quartz-utils

GitHub Workflow Status (with branch) GitHub License GitHub top language GitHub commit activity

quartz-utils logo

quartz-utils Everyday CLI utilities that are easily pipable

Build

GitHub tag (latest SemVer) GitHub tag (latest SemVer pre-release)

For x86_64-linux-gnu, a pre-compiled static binary is available and for pre-compiled object, see releases. Else you can build one.

Install

Packaging status

See install instructions.

Utils & Usage

  • url2host: Extract host from URL
  • stripansi: Remove ANSI escape sequences
  • crlf2lf: Convert CRLF to LF
  • lf2crlf: Convert LF to CRLF

See examples at Utils

Documentation

Documentation homepage: https://noraj.github.io/quartz-utils/

User documentation - Utils User documentation - Build User documentation - Install User documentation - Changelog Developer documentation - Contributing Developer documentation - Development

Author

  • noraj - creator and maintainer