Releases: BenjaminOddou/alfred-file-explorer
Releases · BenjaminOddou/alfred-file-explorer
v2.3.3
v2.3.2
Alfred File Explorer
- Modify the way file path is displayed in the renamefiles flow
- Modify the documentation
- Add an update.sh script for openpyxl
v2.3.1
Alfred File Explorer
- New icons 💅
- Usage of checkbox for dual choices parameters 💅
v2.3
Alfred File Explorer
- Redesigned workflow 💅
- Support more than 1 048 575 output files in a single scan 🚀
- Workflow output actions 🔫
- Notification module 🎷
v2.2
- Rebundle
openpyxl 3.1.1
📦 - Icons folder and removal of
prefs.plist
💅
v2.1
openpyxl 3.0.10
is now bundled inside the workflow 📦- Minor documentation update 🔧
v2.0
Totally rewritten Workflow ✨
- Using
python
andopenpyxl
🐍 - Compatible with all Spreadsheet softwares that supports
.xlsx
file format such asMicrosoft Excel
,WPS Office
,Numbers
,LibreOffice
... 😎 - You have now the possibility to select multiple
folders
ANDfiles
at the same time 🤹♂️ - You can define the
depth search level
to list file in subdirectories 🔍 - You can define
regex
expression to prevent files from being listed by the workflow 🚫 - You have now a
safe guard
that will ignore files when file extensions are not matching, avoiding breaking files involuntarily 🛡️ - You have the option to get back your old names if you made a mistake 🌊
v1.2
Bug Fix : Transform wrongly encoded path from MacRoman to UTF-8 encoding🐞
When using special characters like é
in a folder / file name, the workflow stopped working properly. As explained here, AppleScript can't read UTF-8 ArgV or environment variables properly because it assumes everything is encoded in MacRoman.
v1.1
New way of searching folders and files through Alfred ✨
- You'll be able to choose between Finder picking or Alfred searching for the two workflows !
Finder selection type 🔍
- In the Finder, the user was able to pick any type of file when the excel file was required. Fixed.
Reveal in the finder the folder with modified files 👀
- After the
renamefiles
step, the folder with modified files will be revealed in the Finder