scripts nodejs pour ranger ses fichiers selon la méthodo PIM de Karl Voit, avec quelques utilitaires personnels
Go to file
Tykayn 1783ce4fba add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
conf add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
locales add log level, start i18n 2023-07-04 12:08:05 +02:00
testFiles add debug data 2023-07-19 17:59:20 +02:00
tests add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
utils add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
.editorconfig add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
.gitignore remove ignored coverage 2023-07-05 23:14:04 +02:00
LICENSE Initial commit 2023-07-01 12:33:47 +02:00
README.md split config files 2023-07-19 10:04:08 +02:00
babel.config.js add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
create_folders.mjs add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
development.sh convert to ts finder and config files 2023-07-19 12:32:13 +02:00
index.mjs convert to ts finder and config files 2023-07-19 12:32:13 +02:00
index.ts add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
jest.config.ts add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
old_index.mjs add editorconfig, reformat all 2023-09-10 11:30:50 +02:00
package-lock.json pass index to typescript and its functions ot the finder 2023-07-19 17:31:41 +02:00
package.json pass index to typescript and its functions ot the finder 2023-07-19 17:31:41 +02:00
tsconfig.json add editorconfig, reformat all 2023-09-10 11:30:50 +02:00

README.md

Devine le rangement

script qui devine comment renommer des fichiers selon un pattern de date trouve des infos exif et prend la plus ancienne pour renseigner le nom de fichier. Inspiré des travaux de Karl Voit et de ses libs python GuessFileName, append2name, move2archive.

Ce script s'utilise selon la méthode de rangement détaillée ici: https://www.cipherbliss.com/organiser-ses-fichiers-avec-des-tags-avec-filetags mais ce n'est pas encore prêt à être utilisé en production.

mise en place

utiliser le setup pour mettre en place l'architecture de dossiers de rangement. Différentes questions vont vous être posées afin de personnaliser les dossiers et vérifier l'intégrité.

lancement de renommage

devine mon_fichier.jpg mon_autre_fichier.pdf

➡️ 🎉

## options

  • -n , dry-run, ne pas renommer
  • --photos-folder, spécifie un dossier pour les photos

English

## This is a work in progress

"npm start" gives you a demo of what Rangement can do, but this is not a production ready package yet.

done

  • Handle verbosity levels in logs
    • log.trace(msg)
    • log.debug(msg)
    • log.info(msg)
    • log.warn(msg)
    • log.error(msg)

Roadmap

  • Internationalisation of console texts
  • Proper testing
  • Template configuration for auto dispatching of files after rename
  • Handle a configuration file
    • create config file if needed
  • batch rename like the python pip script "guessfilename"
  • revert renaming actions
    • Log renaming actions