aosasona / textify

Copy all source code into a text file - needed for a quick assessment submission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Textify

Take all the source code in a directory matching the provided parameters and put them all in a text file.

Why?

Because Uni?

Building

go build -o ./bin

Usage

./bin [options] path/to/foo

Flags

  • file - output file, defaults file.txt
  • extension - extensions to look for
  • ignore - a list of directories to ignore separated by commas

About

Copy all source code into a text file - needed for a quick assessment submission


Languages

Language:Go 100.0%