Skip to content

A simple Go Tool which concatenates files in a directory. Written for my friend Dave. Who needed to concatenate files within a directory.

License

Notifications You must be signed in to change notification settings

declan-whiting/davey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Davey

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.

Useage examples

  • davey . current directory
  • davey <path/to/directory> any other directory

Note
This assumes that you have added Davey to your system path.

TODO

  • 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.

About

A simple Go Tool which concatenates files in a directory. Written for my friend Dave. Who needed to concatenate files within a directory.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages