1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: organize
Maintainer: Frédéric Bonnard <frediz@debian.org>
Section: utils
Priority: optional
Build-Depends: click-man,
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-exifread,
python3-fs,
python3-jinja2,
python3-poetry-core,
python3-pytest,
python3-rich,
python3-schema,
python3-send2trash,
python3-simplematch,
python3-yaml
Rules-Requires-Root: no
Standards-Version: 4.6.1.0
Homepage: https://github.com/tfeldmann/organize
Vcs-Git: https://salsa.debian.org/debian/organize.git
Vcs-Browser: https://salsa.debian.org/debian/organize
Package: organize
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: File management automation tool
organize is a command line utility to automate file organization tasks.
A list of folders containing files to organize are provided in a
configuration file.
A list of filters can be applied to those files : filtering can be done by
file extension, last modified date, regular expressions and many more.
And a list of actions will be applied to the filtered files : they can
put them into the trash, move them into another folder and many more.
|