Skip to content

janik6n/go-fscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FScanner

Scan filesystem for things.

fscanner
  --path "path-to-directory-to-start-scanning"
  [--dirsonly]"

At the moment, this is just a dummy project, which returns the found objects as output.

Examples

Scan all objects in filesystem on given path:

go run cmd/fscanner/main.go --path "path-to-directory-to-start-scanning"

Scan for only directories in filesystem on given path:

go run cmd/fscanner/main.go --path "path-to-directory-to-start-scanning" --dirsonly

About

Filesystem scanner written in Go

Resources

License

Stars

Watchers

Forks

Languages