v1.4.1-rc
How to install the pre-release
MacOS/Linux
SPF_INSTALL_VERSION=1.4.1-rc bash -c "$(curl -sLo- https://superfile.netlify.app/install.sh)"
Note - If you have spf installed via brew or other package manager, you would need to remove that installation; otherwise, running spf command in the terminal might still point to the one you installed via the package manager, not the one you installed via the script.
Windows
powershell -ExecutionPolicy Bypass -Command "$env:SPF_INSTALL_VERSION=1.4.1-rc; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://superfile.netlify.app/install.ps1'))"
Note - You can also build it from source. Refer to the README file in the repository for more information.
Major Changes
- Added video and PDF preview support.
- Added hover-to-file behavior while launching Superfile. Launching
spf /path/to/1.txtwill open the directory containing1.txtwith1.txtsepected - Enabled user-configurable editors per file extension.