Skip to content

christoph-weiser/filetree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filetree - Compare File and Directory structures

commandline example

Filetree can be used directly from the commandline using the script provided in scripts folder.

filetree dir_a dirb

script example

Alternatively it can be used in customs python scripts using Filetree and/or Dirtree objects.

from filetree import Filetree, compare_set

fta = Filetree("./dir_a")
ftb = Filetree("./dir_b")

result = compare_set(fta, ftb)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages