Skip to content

Instantly share code, notes, and snippets.

View deltoss's full-sized avatar
🐢
The world of code sure is vast...

Michael Tran deltoss

🐢
The world of code sure is vast...
View GitHub Profile
@deltoss
deltoss / CustomPreviewer.cmd
Last active March 31, 2024 13:00
Windows Custom Previewer for lf
@echo off
REM Powershell 5/6
REM powershell -NoProfile -File %~dp0\CustomPreviewer.ps1 %0 %1 %2 %3 %4 %5 %6 %7 %8
REM Powershell 7+
pwsh -NoProfile -File %~dp0\CustomPreviewer.ps1 %0 %1 %2 %3 %4 %5 %6 %7 %8