Here are the applications I use, and I don't want to create a separate scoop bucket for them. I will attempt to submit these manifests to the official Extra bucket, but in the meantime I'll keep them here as gists so that I can install these applications using a standard Scoop procedure.
Installing the application is pretty simple:
# SwiftSearch
scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/swiftsearch.json
# file2clip
scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/file2clip.json
# lpm for Lite-XL
scoop install https://gist.githubusercontent.com/cvladan/416c1945c9e446a6fc64ba766d6ee4ef/raw/lite-xl-plugin-manager.json
Hi,
Recently lite-xl-plugin-manager started a continuous release rather than versioned releases, hence the current JSON you have in this gist stopped working. I wrote a basic working JSON to make it convenient for you to update it, given that your gist is already on the plugin manager's official page. Since it is a continuous release, I don't know how updates would work, so I have just given it the same URL. Here's how the file goes:
{ "homepage": "https://github.com/lite-xl/lite-xl-plugin-manager", "description": "Lite XL Plugin Manager", "license": "LPM", "version": "latest", "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/continuous/lpm.x86_64-windows.exe#/lpm.exe", "bin": "lpm.exe", "shortcuts": [ [ "lpm.exe", "Lite-XL Plugin Manager" ] ], "checkver": { "github": "https://github.com/lite-xl/lite-xl-plugin-manager" }, "autoupdate": { "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/continuous/lpm.x86_64-windows.exe#/lpm.exe" } }