Skip to content

Various python scripts for managing files and other content

License

Notifications You must be signed in to change notification settings

lsclark/utilities

Repository files navigation

Utilities

Various python scripts for managing files and other content

Notes

  • Assumes Python 3.6+
  • All scripts use argparse

Contents

compare.py

Check two folders are equivalent by finding, for each file in a directory, a matching file in a reference.

manage_duplicates.py

Find and delete duplicated files within a single directory

predate_filenames.py

Identify dates in filenames and move them to the front as YYYY_MM_DD. Falls back to using the modification time.

xls_search.py

Launches searches in a browser based on entries in an XLS(X) file.

About

Various python scripts for managing files and other content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages