Releases: tfeldmann/organize
Releases · tfeldmann/organize
v1.8.0
- Added action
Delete
. - Added filter
FileContent
. - Python 3.4 is officially deprecated and no longer supported.
--config-file
command line option now supports~
for user folder and expansion
of environment variables- Added
years
,months
,weeks
andseconds
parameter to filtercreated
and
lastmodified
v1.7.0
v1.6.2
v1.6.1
v1.6
- Added filter:
Python
- Added filter:
FileSize
- The organize module can now be run directly:
python3 -m organize
- Various code simplifications and speedups.
- Fixes an issue with globstring file exclusion.
- Remove
clint
dependency as it is no longer maintained. - Added various integration tests
- The "~~ SIMULATION ~~"-banner now takes up the whole terminal width
v1.5.3
organize v1.5.2
- Environment variables in folder pathes are now expanded (syntax
$name
or${name}
and additionally%name%
on windows).
For example this allows the usage of e.g.%public/Desktop%
in windows.