A simple Go tool which concatenates files in a directory in to a another file within the same directory. Written for my friend Dave. Who needed to concatenate files within a directory.
davey .current directorydavey <path/to/directory>any other directory
Note
This assumes that you have added Davey to your system path.
- Walk a directory.
- Write the contents of each file to the terminal.
- Write the contemts of each file to a single file.
- Add CLI arguments.
- Create initial release. 🚀
- Integrate with https://github.com/spf13/cobra
- Add configuration.
- Add filters.
- Add sorting.