BenjaminO Posted January 11 Share Posted January 11 (edited) Hello @vitor, Here is a workflow I would like to share. Author : me Link to the Github repo : https://github.com/BenjaminOddou/alfred-file-explorer List of dependencies : Python 3.6 (mentionned also in the README.md) Screenshots in the README as well Don't hesitate to tell me if something needs to be updated. 🙂 Edited March 26 by BenjaminO Link to comment Share on other sites More sharing options...
sepulchra Posted January 26 Share Posted January 26 @BenjaminO just reading the read me, would it be possible log the contents of an external volume (every file and every subdirectory) in a spreadsheet? And does 20tb worth of data seem like a bit beyond the scope of what the workflow should be managing? It looks like a such a useful workflow! Link to comment Share on other sites More sharing options...
vitor Posted January 26 Share Posted January 26 On 1/11/2023 at 5:49 PM, BenjaminO said: List of dependencies : Python 3.5 or above and openpyxl module Are you unable to bundle the module with the workflow? Link to comment Share on other sites More sharing options...
BenjaminO Posted January 26 Author Share Posted January 26 1 hour ago, sepulchra said: @BenjaminO just reading the read me, would it be possible log the contents of an external volume (every file and every subdirectory) in a spreadsheet? And does 20tb worth of data seem like a bit beyond the scope of what the workflow should be managing? It looks like a such a useful workflow! Hello @sepulchra and thank you for the feedback 😄. Normally you should be able to scan external volumes as I am using Alfred search. Make sure to include the volumes in the search scope of Alfred. For the 20tb of data, it will depend on the number of files in your volume and the depth level you selected (high number means that you'll scan deeper). For now the workflow will work if the files number doesn't exceed 1 048 575 (max length of worksheet for Excel, Wps Office...). It does take few minutes to complete. I strongly suggest you to open the debugger while running the workflow to know if any error happens during the process. But if there is demand for improvement, I'll consider updating the workflow (or create another) to scan deeper and output csv files instead (without limit). Link to comment Share on other sites More sharing options...
BenjaminO Posted January 26 Author Share Posted January 26 (edited) On 1/26/2023 at 1:51 PM, vitor said: Are you unable to bundle the module with the workflow? Hello @vitor, not sure how to do that 😅. I will look into it. Edited January 31 by BenjaminO Link to comment Share on other sites More sharing options...
BenjaminO Posted January 31 Author Share Posted January 31 Hello @vitor, openpyxl is now bundled within the workflow 😄. I also updated the doc . The only requirement is to have python 3.5 or above (indicated in the doc as well) Link to comment Share on other sites More sharing options...
BenjaminO Posted March 27 Author Share Posted March 27 @sepulchra with v2.3 you’ll not be limited to 1 048 575 files in the scan. The script will create new sheets when maximum number of rows is reached. sepulchra 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now