github yorukot/superfile v1.4.1-rc

pre-release10 hours ago

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.txt will open the directory containing 1.txt with 1.txt sepected
  • Enabled user-configurable editors per file extension.
  • Improve rendering performance by removing repeated syscalls.

Internal improvements

  • Fixing some flaky tests
  • Refactoring and linter enablement

Change details

New Contributors

Full Changelog: v1.4.0...v1.4.1-rc

Don't miss a new superfile release

NewReleases is sending notifications on new releases.