Simple directory scanner to extract all sub directories and file from a given path.
This is mainly targeted at C/C++ development where you have to setup the include paths yourself.
- Exclude or include files from paths
- Exclude specified folders, paths or file names
- Only include file of a given extensions
- Generate text file of all directories
- Generate or append a
c_cpp_properties.jsonfile for vsCode include paths - Generate a Makefile
- Command Line interface
- Test on Linux
- Generate a XML import file for Eclipse
- Add template file support