fman
fman copied to clipboard
Portable (zipped) version of fman
The settings files should be in the "installation" directory, so the version is truly portable.
Temporary workaround for Windows
@echo off
setlocal
pushd "%~dp0..\fman"
set FMAN_HOME=%CD%
set APPDATA=%FMAN_HOME%\Profile
popd
"%FMAN_HOME%\fman.exe" %*
good to have a portable version as a zip file. https://github.com/lukesampson/scoop-extras/pull/3547#issuecomment-581058559 https://github.com/TheRandomLabs/scoop-nonportable/pull/103