Skip to content

Create a list of absolute path names for a directory subtree using Python

License

Notifications You must be signed in to change notification settings

renesugar/filelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About

filelist recursively walks through all files and subfolders of a specified directory to create a list of files with specified extensions. Directories to be excluded can be specified.

Usage

Usage: python3 -B ./filelist.py [FLAGS]
    --path:       Base path of the project to be scanned (Default: .)
    --extensions: File extensions that are read (Default: .c.h.hpp.hxx.cc.cpp.c++.cxx.java.cs)
    --exclude:    Paths of folders to exclude (Default: none)

About

Create a list of absolute path names for a directory subtree using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages