Organize Versions Save

The file management automation tool.

v3.2.3

1 month ago
  • Improves the logic of finding and creating config files.
  • Fixes a bug where config files in XDG_CONFIG_HOME are not found (#371).
  • Fixes a bug in the relative_path parameter crashing on actions after moving files (#372).

v3.2.2

2 months ago
  • Fixes a problem where the organize new command fails to create a new config file. (#359)

v3.2.1

2 months ago
  • Files and folders are now handled in natural sort order (#354).

v3.2.0

2 months ago
  • Integrated .docx, .pdf and various raw text parsers into filecontent filter.
  • Removed textract and ~50 MB of dependencies as they are no longer required.
  • Full Python 3.12 support
  • Add support for piping in a config file from STDIN (organize run --stdin < file.yml)

Important:

You may have to adjust your filecontent regexes. The output should be a bit cleaner now.

v3.1.2

3 months ago
  • Fixes a validation error where correctly defined actions were not accepted in Python 3.12.2.

v3.1.1

3 months ago
  • Fixes the organize show command which broke in v3.1.0.

v3.1.0

3 months ago
  • Add a new output format errorsonly which only shows output if an error occured.
  • Fixes a bug where messages and paths containing brackets where not printed correctly (#348, thanks @kwbr!)

v3.0.1

4 months ago
  • Fixes a bug where Quicktime and mp4 files return no Exif data. (#313, @jleatham thanks for debugging!)
  • Fixes a bug where exlude_dirs are not correctly excluded. (#339)

v3.0.0

4 months ago
  • Supports exiftool in the exif filter by setting the ORGANIZE_EXIFTOOL_PATH env var. (thanks to @HernandoR for working on qtff support)
  • Fixes the min_depth location parameter. (thanks to @danielklim for working on this)

v3.0.0a2

4 months ago
  • Fix bug on first run of organize new. Create the organize config directory if it does not exist. (thanks @white-gecko)
  • Adds action hardlink.