Skip to content

Latest commit

 

History

History
107 lines (82 loc) · 1.89 KB

File metadata and controls

107 lines (82 loc) · 1.89 KB

FileMover or the software to move bibliographies

This script moves files stored in a folder to the parent folder for easier access. Other files are deleted. It is intended to be used when exporting libraries with the software Zotero.

❗ All child folder are deleted, with the content ❗

Quick use

This script move file from child folder to parent folder.

Before After
files              
    ├───1210       
    │       A.pdf  
    ├───1264       
    │       B.html 
    ├─── ***       
    └───C.pdf      
files          
    ├───A.pdf  
    ├───B.html 
    ├─── ***   
    └───C.pdf  

Only select the parent file, and click Process files!

Generate folder with the PDFs - Zotero

  • Select all the PDFs you want to export.
  • Right click on it, and select Export items....
  • Check the mark Export Files. (Default format BibLaTeX is good to go).
  • Now you can select the folder files with the tool.

Credits

Libraries Version
eframe 0.22.0
egui 0.22.0
env_logger 0.10.0
open 5.0.0
rfd 0.11.4