align v0.3 Release Notes

Release Date: 2017-09-01 // over 6 years ago
  • Provides a new flag, -i which allows the user to specify the justification for particular columns.

    • 1 or more columns can have such an override specified
    • The -i flag is NOT required

    0️⃣ Example (default justification of left with column overrides for field 1 and 4):
    cat file.csv | align -i 1:right,4:center

    • 📚 Minor updates to documentation