yorukot / superfile

Pretty fancy and modern terminal file manager
https://superfile.netlify.app
MIT License
5.66k stars 126 forks source link

Update installation.md: Add x-cmd method to install superfile #371

Closed lunrenyi closed 2 weeks ago

lunrenyi commented 2 weeks ago
netlify[bot] commented 2 weeks ago

Deploy Preview for superfile ready!

Name Link
Latest commit 4787e227d3b7a3cee49d982eb7e071a8a76de0e5
Latest deploy log https://app.netlify.com/sites/superfile/deploys/66e10b83ba02b400083fefa5
Deploy Preview https://deploy-preview-371--superfile.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

lunrenyi commented 2 weeks ago
  1. When you install superfile using x env use superfile, a shim is generated. This shim, when running SPF, injects the environment variable RUNEWIDTH_EASTASIAN=0.
  2. Using x spf injects RUNEWIDTH_EASTASIAN=0 when calling the local superfile. (This will be available in x-cmd v0.4.10.)
yorukot commented 2 weeks ago

LGTM! 🎉! Thanks a lot for your contribution.