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