Skip to content

Releases: LordOfPolls/FileCat

0.3.0

08 Mar 09:42

Choose a tag to compare

  • Added toggle for adding filename comments (-c)
  • Refactored code to allow for adding extension specific handlers
  • Added toggle to only use the default handler (-d)
  • Added csv handler which concatenates CSV files by aligning the headers and columns.

0.2.0

07 Mar 12:04

Choose a tag to compare

Updates project to use Clap for command line arguments.

Introduces new arguments

  • -r to toggle recursion
  • -s to strip newlines from the output
  • -m to specify the maximum recursion depth