7 Commits

Author SHA1 Message Date
Jesús Pérex
db778cab51 chore: rename FILES_TO_IGNORE to PATHS_TO_IGNORE 2025-05-25 00:19:03 +01:00
Jesús Pérex
6c0ecb402c chore:
- add syncthing directories to be excluded in clean_target
   - rename FILES_TO_IGNORE to PATHS_TO_IGNORE
2025-05-25 00:18:11 +01:00
Jesús Pérex
c13b2fe3ad chore: use FILES_TO_IGNORE to exclude files in cleanup_target 2025-05-24 07:57:27 +01:00
Jesús Pérex
08bad3380c chore: +nightly fmt 2025-05-23 20:03:30 +01:00
Jesús Pérex
640ce8334c feat:
- Add support for .doc and .docx files
  - Use FILES_TO_CONVERT constant for document types to convert to PDF
  - Refactor code, file checking and help text for formats
2025-05-23 19:50:47 +01:00
Jesús Pérex
a0b78e3c7e fix: correct path handling in directory processing
- Fix duplicate subdirectory creation bug when processing nested directories
- Change relative path calculation to use current directory instead of root
- Remove redundant subdirectory creation code
- Improve path display in logs to show cleaner relative paths
2025-05-23 19:49:11 +01:00
Jesús Pérex
4bfd43e1e0 fix: correct path handling in directory processing
- Fix duplicate subdirectory creation bug when processing nested directories
- Change relative path calculation to use current directory instead of root
- Remove redundant subdirectory creation code
- Improve path display in logs to show cleaner relative paths
2025-05-23 19:22:44 +01:00