├── .github ├── CODEOWNERS ├── stale.yml ├── ISSUE_TEMPLATE │ ├── config.yml │ └── hash-error.yml ├── workflows │ ├── pull_request.yml │ ├── excavator.yml │ ├── issue_comment.yml │ └── issues.yml └── pull_request_template.md ├── .gitignore ├── scripts ├── nvda │ ├── add-startup.reg │ └── remove-startup.reg ├── recaps │ ├── add-startup.reg │ └── remove-startup.reg ├── zlib │ ├── unregister.reg │ └── register.reg ├── notepad3 │ ├── uninstall-context.reg │ └── install-context.reg ├── eartrumpet │ ├── remove-startup.reg │ └── add-startup.reg ├── phoenix-protector │ ├── unregister-ilmerge-path.reg │ └── register-ilmerge-path.reg ├── pyshim.ps1 ├── tachidesk-server │ ├── tachidesk-debug.ps1 │ ├── tachidesk.ps1 │ └── tachidesk-electron.ps1 ├── gimp │ └── default.env ├── picotorrent │ └── uninstall-associations.reg ├── wsa-pacman │ ├── uninstall-associations.reg │ └── install-associations.reg ├── windows-terminal │ ├── uninstall-context.reg │ └── install-context.reg ├── grepwin │ └── uninstall-context.reg ├── everything │ └── uninstall-context.reg ├── vscode │ ├── uninstall-context.reg │ └── install-context.reg ├── sublime-text │ ├── uninstall-context.reg │ └── install-context.reg ├── notepadplusplus │ ├── uninstall-context.reg │ └── install-context.reg ├── lockhunter │ └── uninstall-context.reg ├── xdman │ └── 3rd-party-tools-setup.ps1 ├── beyondcompare │ └── uninstall-context.reg └── jetbrains │ └── portable.ps1 ├── .markdownlint.json ├── .vscode └── extensions.json ├── Scoop-Bucket.Tests.ps1 ├── bin ├── checkver.ps1 ├── checkurls.ps1 ├── formatjson.ps1 ├── checkhashes.ps1 ├── missing-checkver.ps1 ├── auto-pr.ps1 └── test.ps1 ├── .gitattributes ├── .editorconfig ├── bucket ├── pixie.json ├── axis.json ├── mpress.json ├── ragel.json ├── ilmerge.json ├── masvis.json ├── midicsv.json ├── squashfs-tools.json ├── conemu-color-themes.json ├── dartium-content-shell.json ├── fnr.json ├── moonscript.json ├── foxe.json ├── spek.json ├── awareness.json ├── dukto.json ├── echoargs.json ├── jkrypto.json ├── redis-tui.json ├── xkill.json ├── amp-winoff.json ├── ussf.json ├── blush.json ├── vitrite.json ├── diffpdf.json ├── isocreator.json ├── now-cli.json ├── wincdemu.json ├── winfile-original.json ├── color-cop.json ├── litebrowser.json ├── painter.json ├── ctypes.json ├── rxrepl.json ├── workspaceutilities.json ├── bpgconv.json ├── dartium.json ├── deadlock.json ├── trojita.json ├── write.json ├── armips.json ├── 3rvx.json ├── screen-saver-control.json ├── touchcursor.json ├── ignoreit.json ├── pcmeter.json ├── pscolor.json ├── winauth.json ├── moar.json ├── ridnacs.json ├── silentcmd.json ├── assume-role.json ├── baretail.json ├── ssd-z.json ├── baregrep.json ├── jenv.json ├── lxrunoffline.json ├── xyplorer.json ├── championify.json ├── mousejiggler.json ├── scallion.json ├── diff-pdf.json ├── gifcam.json ├── beatdrop.json ├── displaycal.json ├── sharpapp.json ├── cpu-v.json ├── imgburn.json ├── komac.json ├── pngyu.json ├── awake.json ├── fadetop.json ├── gopher360.json ├── falconx.json ├── hostsman.json ├── pathod.json ├── freemove.json ├── vibrance-gui.json ├── wavebox-classic.json ├── deskpins.json ├── etlas.json ├── secureuxtheme.json ├── solvespace.json ├── tb-vol-scroll.json ├── traymond.json ├── gog-galaxy-plugin-downloader.json ├── megui.json ├── docear.json ├── glogg.json ├── leet.json ├── dia.json ├── ksnip.json ├── reshade.json ├── cmdow.json ├── logexpert.json ├── centertaskbar.json ├── eclipse-testing.json ├── sc1.json ├── xenu.json ├── 7tsp.json ├── eclipse-rust.json ├── flashplayer-sa.json ├── licecap.json ├── neatdownloadmanager.json ├── pandownload.json ├── switcheroo.json ├── uiforetw.json ├── choeazycopy.json ├── devdocs.json ├── notepad2.json ├── roughgrep.json ├── geekuninstaller.json ├── visual-arm-emulator.json ├── ec2-api-tools.json ├── lightcord.json ├── mediainfo.net.json ├── taiga.json ├── kitematic.json ├── kscript.json ├── nimbleset.json ├── noty.json ├── uwamp.json ├── winmtr.json ├── tak.json ├── ueli.json ├── hibit-system-information.json ├── natural-docs.json ├── onefetch.json ├── regexp.json ├── unlocker.json ├── battery-care.json ├── ktlint.json ├── mancy.json ├── snaptimer.json ├── xjoy.json ├── bitsmanager.json ├── eclipse-reporting.json ├── meld.json ├── mtpcopy.json ├── nimbletext.json ├── xdelta3-cross-gui.json ├── freeclipboardviewer.json ├── hibit-startup-manager.json ├── linqpadless.json ├── oculante.json ├── remove-empty-directories.json ├── tftputil-gui.json ├── eclipse-javascript.json ├── flashplayer-sa-debug.json ├── lazy-posh-git.json ├── listary.json ├── ndm.json ├── pipes-rs.json ├── qmk-toolbox.json ├── sharpkeys.json ├── twitchtest.json ├── pseps.json ├── fat32format-gui.json ├── insomnia-designer.json ├── multibootusb.json ├── ripme.json ├── vial.json ├── cru.json ├── fclones.json ├── phraseexpress.json ├── spytify.json ├── cdex.json ├── iographica.json ├── ontopreplica.json ├── autoclicker.json ├── driverstoreexplorer.json ├── smartsystemmenu.json ├── anydesk.json ├── as-ssd.json ├── jadx.json ├── jd.json ├── ollydbg.json ├── pdd.json ├── 4gb-patch.json ├── emule.json ├── mpc.json ├── ncmpc.json ├── ratiomaster.json ├── tortoisemerge.json ├── 7ztm.json ├── fvie.json ├── ilspy.json ├── musique.json ├── qnapi.json ├── search-deflector.json ├── dbgl.json ├── diskspd.json ├── jira-cli.json ├── structurizr-cli.json ├── tinynvidiaupdatechecker.json ├── git-credential-manager-core.json ├── instant-eyedropper.json ├── peid.json ├── apkeep.json ├── mdloader.json ├── mist.json ├── ncftpclient.json ├── openboard.json ├── posh-git.json ├── tinytask.json ├── axiom.json ├── boot-clj.json ├── find-java.json ├── keepass-plugin-keepasshttp.json ├── nvy.json ├── pasteboard.json ├── slskd.json ├── unsubscan.json ├── bkchem.json ├── eagleget.json ├── mc.json ├── mobalivecd.json ├── opennetmeter.json ├── rednotebook.json ├── windiff.json ├── glary-utilities.json ├── meow.json ├── nexusfont.json ├── openhardwaremonitor.json ├── clementine.json ├── poedit.json ├── psreadline.json ├── squalr.json └── tagscanner.json └── deprecated ├── kindlegen.json ├── oh-my-posh.json └── riot.json /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | /.github/workflows/ @ScoopInstaller/maintainers 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.sublime-workspace 2 | *~ 3 | ._* 4 | page.html 5 | checkver-*.html 6 | -------------------------------------------------------------------------------- /.github/stale.yml: -------------------------------------------------------------------------------- 1 | # Use ScoopInstaller/.github/.github/stale.yml 2 | _extends: .github 3 | -------------------------------------------------------------------------------- /scripts/nvda/add-startup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piraces/Extras/master/scripts/nvda/add-startup.reg -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- 1 | { 2 | "MD013": false, 3 | "MD024": { 4 | "siblings_only": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /scripts/recaps/add-startup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piraces/Extras/master/scripts/recaps/add-startup.reg -------------------------------------------------------------------------------- /scripts/nvda/remove-startup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piraces/Extras/master/scripts/nvda/remove-startup.reg -------------------------------------------------------------------------------- /scripts/recaps/remove-startup.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piraces/Extras/master/scripts/recaps/remove-startup.reg -------------------------------------------------------------------------------- /scripts/zlib/unregister.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_LOCAL_MACHINE\SOFTWARE\GnuWin32\Zlib] 4 | -------------------------------------------------------------------------------- /scripts/zlib/register.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SOFTWARE\GnuWin32\Zlib] 4 | "InstallPath"="$dir" 5 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "EditorConfig.EditorConfig", 4 | "ms-vscode.PowerShell" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /scripts/notepad3/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open With &Notepad3] 4 | -------------------------------------------------------------------------------- /Scoop-Bucket.Tests.ps1: -------------------------------------------------------------------------------- 1 | if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | . "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1" 3 | -------------------------------------------------------------------------------- /scripts/eartrumpet/remove-startup.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] 4 | "EarTrumpet"=- 5 | -------------------------------------------------------------------------------- /scripts/phoenix-protector/unregister-ilmerge-path.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\NTCore\Phoenix Protector] 4 | "ILMerge"=- 5 | -------------------------------------------------------------------------------- /scripts/eartrumpet/add-startup.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] 4 | "EarTrumpet"="$exepath" 5 | -------------------------------------------------------------------------------- /scripts/phoenix-protector/register-ilmerge-path.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\NTCore\Phoenix Protector] 4 | "ILMerge"="$scoop_dir\\apps\\ilmerge\\current\\ILMerge.exe" 5 | -------------------------------------------------------------------------------- /scripts/pyshim.ps1: -------------------------------------------------------------------------------- 1 | param($dir) 2 | 3 | ls "$dir" | ? name -match '^[^_].*?\.py$' | % { 4 | $n = $_.name -replace '\.py$', '' 5 | $ps = "$dir\$n.ps1" 6 | "& python `"`$PSScriptRoot\$n.py`" @args" > $ps 7 | } 8 | -------------------------------------------------------------------------------- /scripts/tachidesk-server/tachidesk-debug.ps1: -------------------------------------------------------------------------------- 1 | $currentdir = (Get-Item -Path ".\").FullName 2 | Set-Location $PSScriptRoot 3 | $out = ".\Tachidesk Debug Launcher.bat" 4 | Start-Process $out -NoNewWindow 5 | Set-Location $currentdir 6 | -------------------------------------------------------------------------------- /scripts/tachidesk-server/tachidesk.ps1: -------------------------------------------------------------------------------- 1 | $currentdir = (Get-Item -Path ".\").FullName 2 | Set-Location $PSScriptRoot 3 | $out = ".\Tachidesk Browser Launcher.bat" 4 | Start-Process $out -NoNewWindow 5 | Set-Location $currentdir 6 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | contact_links: 3 | - name: Scoop Community Support 4 | url: https://github.com/ScoopInstaller/Scoop/discussions 5 | about: Please ask Scoop related questions here. 6 | -------------------------------------------------------------------------------- /scripts/tachidesk-server/tachidesk-electron.ps1: -------------------------------------------------------------------------------- 1 | $currentdir = (Get-Item -Path ".\").FullName 2 | Set-Location $PSScriptRoot 3 | $out = ".\Tachidesk Electron Launcher.bat" 4 | Start-Process $out -NoNewWindow 5 | Set-Location $currentdir 6 | -------------------------------------------------------------------------------- /scripts/gimp/default.env: -------------------------------------------------------------------------------- 1 | # Example entry in files like these 2 | # FOOPATH=/path/to/foo/stuff 3 | 4 | PATH=${gimp_installation_dir}\bin 5 | PYTHONPATH=${gimp_installation_dir}\lib\gimp\2.0\python;${gimp_plug_in_dir}\plug-ins\python-console 6 | -------------------------------------------------------------------------------- /scripts/picotorrent/uninstall-associations.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\Applications\PicoTorrent.exe] 4 | [-HKEY_CURRENT_USER\Software\Classes\PicoTorrent.Document] 5 | [-HKEY_CURRENT_USER\Software\Classes\magnet] 6 | -------------------------------------------------------------------------------- /scripts/notepad3/install-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open With &Notepad3] 4 | "Icon"="$appdir" 5 | 6 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open With &Notepad3\command] 7 | @="\"$appdir\" \"%1\"" 8 | -------------------------------------------------------------------------------- /bin/checkver.ps1: -------------------------------------------------------------------------------- 1 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | $checkver = "$env:SCOOP_HOME/bin/checkver.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | Invoke-Expression -command "& '$checkver' -dir '$dir' $($args | ForEach-Object { "$_ " })" 5 | -------------------------------------------------------------------------------- /bin/checkurls.ps1: -------------------------------------------------------------------------------- 1 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | $checkurls = "$env:SCOOP_HOME/bin/checkurls.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | Invoke-Expression -command "& '$checkurls' -dir '$dir' $($args | ForEach-Object { "$_ " })" 5 | -------------------------------------------------------------------------------- /bin/formatjson.ps1: -------------------------------------------------------------------------------- 1 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | $formatjson = "$env:SCOOP_HOME/bin/formatjson.ps1" 3 | $path = "$PSScriptRoot/../bucket" # checks the parent dir 4 | Invoke-Expression -command "& '$formatjson' -dir '$path' $($args | ForEach-Object { "$_ " })" 5 | -------------------------------------------------------------------------------- /bin/checkhashes.ps1: -------------------------------------------------------------------------------- 1 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | $checkhashes = "$env:SCOOP_HOME/bin/checkhashes.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | Invoke-Expression -Command "& '$checkhashes' -Dir '$dir' $($args | ForEach-Object { "$_ " })" 5 | -------------------------------------------------------------------------------- /scripts/wsa-pacman/uninstall-associations.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.apk] 4 | @=- 5 | 6 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.apk\OpenWithProgids] 7 | "wsa-pacman.apk"=- 8 | 9 | 10 | [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wsa-pacman.apk] 11 | -------------------------------------------------------------------------------- /bin/missing-checkver.ps1: -------------------------------------------------------------------------------- 1 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 2 | $missing_checkver = "$env:SCOOP_HOME/bin/missing-checkver.ps1" 3 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 4 | Invoke-Expression -command "& '$missing_checkver' -dir '$dir' $($args | ForEach-Object { "$_ " })" 5 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Since Scoop is a Windows-only tool, we can safely use CRLF line endings for all text files. 2 | # If Git decides that the content is text, its line endings will be normalized to CRLF in the working tree on checkout. 3 | # In the Git index/repository the files will always be stored with LF line endings. This is fine. 4 | * text=auto eol=crlf 5 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig (is awesome): http://EditorConfig.org 2 | 3 | # * top-most EditorConfig file 4 | root = true 5 | 6 | # default style settings 7 | [*] 8 | charset = utf-8 9 | end_of_line = crlf 10 | indent_size = 4 11 | indent_style = space 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | 15 | [*.{yml,yaml}] 16 | indent_size = 2 17 | -------------------------------------------------------------------------------- /bucket/pixie.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.1", 3 | "description": "It is a color picker with few extra goodies", 4 | "homepage": "http://www.nattyware.com/pixie.php", 5 | "license": "Unknown", 6 | "url": "http://www.nattyware.com/bin/pixie.zip", 7 | "hash": "sha1:edc34d74ec2916d1a136603f3b0e5780519f8358", 8 | "bin": "pixie.exe", 9 | "checkver": "\\s+([\\d.]+)" 10 | } 11 | -------------------------------------------------------------------------------- /bucket/axis.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4", 3 | "description": "An implementation of the SOAP (\"Simple Object Access Protocol\") submission to W3C.", 4 | "homepage": "https://axis.apache.org/", 5 | "license": "Apache-2.0", 6 | "url": "https://www.apache.org/dist/axis/axis/java/1.4/axis-bin-1_4.zip", 7 | "hash": "md5:9eda42bf82a274349f18c5affdd93608", 8 | "extract_dir": "axis-1_4" 9 | } 10 | -------------------------------------------------------------------------------- /scripts/windows-terminal/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Windows Terminal] 4 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Windows Terminal\command] 5 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Windows Terminal] 6 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Windows Terminal\command] 7 | -------------------------------------------------------------------------------- /deprecated/kindlegen.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.9", 3 | "description": "Convert files to the Kindle format.", 4 | "homepage": "https://www.amazon.com/gp/feature.html?docId=1000765211", 5 | "license": "Unknown", 6 | "url": "https://kindlegen.s3.amazonaws.com/kindlegen_win32_v2_9.zip", 7 | "hash": "70b8401736684a1c390d4a95ba918283fcb3a36405c9a9895732deb50274540b", 8 | "bin": "kindlegen.exe" 9 | } 10 | -------------------------------------------------------------------------------- /.github/workflows/pull_request.yml: -------------------------------------------------------------------------------- 1 | on: 2 | pull_request: 3 | types: [ opened ] 4 | name: Pull Requests 5 | jobs: 6 | pullRequestHandler: 7 | name: PullRequestHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: PullRequestHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | env: 14 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 15 | -------------------------------------------------------------------------------- /bin/auto-pr.ps1: -------------------------------------------------------------------------------- 1 | param( 2 | # overwrite upstream param 3 | [String]$upstream = "lukesampson/scoop-extras:master" 4 | ) 5 | 6 | if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) } 7 | $autopr = "$env:SCOOP_HOME/bin/auto-pr.ps1" 8 | $dir = "$PSScriptRoot/../bucket" # checks the parent dir 9 | Invoke-Expression -command "& '$autopr' -dir '$dir' -upstream $upstream $($args | ForEach-Object { "$_ " })" 10 | -------------------------------------------------------------------------------- /bucket/mpress.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.19", 3 | "description": "High-performance executable packer for PE32+ and .NET", 4 | "homepage": "https://www.matcode.com/mpress.htm", 5 | "license": "BSD-3-Clause", 6 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/mpress/mpress-2.19.zip", 7 | "hash": "19ffee93706dff67f83d9ef48c0c794dea761d4459b11c37f9bc65b04af736c5", 8 | "bin": "mpress.exe" 9 | } 10 | -------------------------------------------------------------------------------- /bucket/ragel.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "6.9", 3 | "description": "A finite-state machine compiler and a parser generator", 4 | "homepage": "https://github.com/eloraiby/ragel-windows", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://github.com/eloraiby/ragel-windows/raw/2e947e9c04e1cb98e99816b3ab4ab2a42926e8ff/ragel.exe", 7 | "hash": "2d5b0703006b7d7530a055c6bbbbedc9de777a3ecd99b121afe9f01423d51f1a", 8 | "bin": "ragel.exe" 9 | } 10 | -------------------------------------------------------------------------------- /bucket/ilmerge.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.0.41", 3 | "description": "A static linker for .NET assemblies developed by Microsoft .NET team.", 4 | "homepage": "https://github.com/dotnet/ILMerge", 5 | "license": "MIT", 6 | "url": "https://globalcdn.nuget.org/packages/ilmerge.3.0.41.nupkg", 7 | "hash": "9121fe69cbde20180aff5f7ff0ca18c857c6b6de375ae3fbe48ff189b51f1637", 8 | "extract_dir": "tools\\net452", 9 | "bin": "ILMerge.exe" 10 | } 11 | -------------------------------------------------------------------------------- /bucket/masvis.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.2", 3 | "description": "Stereo audio analyzer for CD-ripping", 4 | "homepage": "https://www.lts.a.se/lts/masvis", 5 | "license": "Freeware", 6 | "url": "http://www.lts.a.se/pub/masvis/MasVis.exe", 7 | "hash": "c3469b820b56a3e7b98451732a88ce4d8a107ebadd020420ba33418a599b2843", 8 | "shortcuts": [ 9 | [ 10 | "MasVis.exe", 11 | "MasVis" 12 | ] 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /bucket/midicsv.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.1", 3 | "description": "Convert MIDI audio files to human-readable CSV format", 4 | "homepage": "https://www.fourmilab.ch/webtools/midicsv", 5 | "license": "CC0-1.0", 6 | "url": "https://www.fourmilab.ch/webtools/midicsv/midicsv-1.1.zip", 7 | "hash": "b8800299ee577cca2080e6577eed8b2960f44537db81bafe2cf4648aa4741fba", 8 | "bin": [ 9 | "Midicsv.exe", 10 | "Csvmidi.exe" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /scripts/grepwin/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\grepWin] 4 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\grepWin] 5 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\grepWin] 6 | [-HKEY_CURRENT_USER\Software\Classes\Drive\shell\grepWin] 7 | [-HKEY_CURRENT_USER\Software\Classes\Folder\shell\grepWin] 8 | [-HKEY_CURRENT_USER\Software\Classes\LibraryFolder\Background\shell\grepWin] 9 | -------------------------------------------------------------------------------- /.github/workflows/excavator.yml: -------------------------------------------------------------------------------- 1 | on: 2 | workflow_dispatch: 3 | schedule: 4 | # run every 4 hours 5 | - cron: '20 */4 * * *' 6 | name: Excavator 7 | jobs: 8 | excavate: 9 | name: Excavate 10 | runs-on: windows-latest 11 | steps: 12 | - uses: actions/checkout@main 13 | - name: Excavate 14 | uses: ScoopInstaller/GithubActions@main 15 | env: 16 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 17 | SKIP_UPDATED: '1' 18 | -------------------------------------------------------------------------------- /bucket/squashfs-tools.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "43", 3 | "description": "Mounts SquashFS archives in user-space.", 4 | "homepage": "https://github.com/pmq20/squashfuse", 5 | "license": "BSD-2-Clause", 6 | "url": "https://github.com/pmq20/squashfuse/files/691217/sqfs43-win32.zip", 7 | "hash": "4707312bed66f697f921e92cc88e774d572a052a68e568c1f347204e035ac81b", 8 | "bin": [ 9 | "mksquashfs.exe", 10 | "unsquashfs.exe" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /.github/workflows/issue_comment.yml: -------------------------------------------------------------------------------- 1 | on: 2 | issue_comment: 3 | types: [ created ] 4 | name: Commented Pull Request 5 | jobs: 6 | pullRequestHandler: 7 | name: PullRequestHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: PullRequestHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | if: startsWith(github.event.comment.body, '/verify') 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | -------------------------------------------------------------------------------- /bucket/conemu-color-themes.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": ".june.2020.2", 3 | "description": "Color themes for ConEmu.", 4 | "homepage": "https://github.com/joonro/ConEmu-Color-Themes", 5 | "license": "Unknown", 6 | "url": "https://github.com/joonro/ConEmu-Color-Themes/archive/v.june.2020.2.zip", 7 | "hash": "48fc1747557d3e737b1d6a62d7c24f591712db1c627e352ac92919d64ea032d1", 8 | "extract_dir": "ConEmu-Color-Themes-v.june.2020.2", 9 | "bin": "Install-ConEmuTheme.ps1" 10 | } 11 | -------------------------------------------------------------------------------- /bucket/dartium-content-shell.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.24.2", 3 | "description": "A headless version of Dartium", 4 | "homepage": "https://dart.dev", 5 | "license": "BSD-3-Clause", 6 | "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/dartium/content_shell-windows-ia32-release.zip", 7 | "hash": "a6422160fa382dab9e4e70aacb7abcc00a7a9d6abbbde37410f3d675a8636753", 8 | "extract_dir": "drt-win-ia32-stable-1.24.2.0", 9 | "bin": "content_shell.exe" 10 | } 11 | -------------------------------------------------------------------------------- /bucket/fnr.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.8.1", 3 | "description": "Find and replace text in multiple files", 4 | "homepage": "https://github.com/zzzprojects/findandreplace", 5 | "license": "MIT", 6 | "url": "http://findandreplace.io/downloads/fnr.zip", 7 | "hash": "205f31941ee62b9b66a5dcbe3c3af5449d54e80095e7304675660951f7fbd4bf", 8 | "bin": "fnr.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "http://findandreplace.io/downloads/fnr.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/moonscript.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.5.0", 3 | "description": "A dynamic scripting language that compiles into Lua.", 4 | "homepage": "https://moonscript.org/", 5 | "license": "MIT", 6 | "url": "https://github.com/leafo/moonscript/releases/download/win32-v0.5.0/moonscript-187bac54ee5a7450013e9c38e005a0e671b76f45.zip", 7 | "hash": "6c8a255a46a6805f5582fb03771a7289cb5ba79a83781f56ee5ee93d3ef489fc", 8 | "bin": [ 9 | "moon.exe", 10 | "moonc.exe" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /bin/test.ps1: -------------------------------------------------------------------------------- 1 | #Requires -Version 5.1 2 | #Requires -Modules @{ ModuleName = 'BuildHelpers'; ModuleVersion = '2.0.1' } 3 | #Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '5.2.0' } 4 | 5 | $pesterConfig = New-PesterConfiguration -Hashtable @{ 6 | Run = @{ 7 | Path = "$PSScriptRoot/.." 8 | PassThru = $true 9 | } 10 | Output = @{ 11 | Verbosity = 'Detailed' 12 | } 13 | } 14 | $result = Invoke-Pester -Configuration $pesterConfig 15 | exit $result.FailedCount 16 | -------------------------------------------------------------------------------- /scripts/everything/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Everything] 4 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Everything\command] 5 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Everything] 6 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Everything\command] 7 | [-HKEY_CURRENT_USER\Software\Classes\Drive\shell\Everything] 8 | [-HKEY_CURRENT_USER\Software\Classes\Drive\shell\Everything\command] 9 | -------------------------------------------------------------------------------- /bucket/foxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.4.2", 3 | "description": "Firstobject's free XML editor for Window", 4 | "homepage": "http://www.firstobject.com/dn_editor.htm", 5 | "license": "Unknown", 6 | "url": "http://www.firstobject.com/foxe242.zip", 7 | "hash": "689fbd70a01ab88cc1a0d4f36574643f1c1cd54e0aac4b1045cfc7ac7bef8358", 8 | "bin": "foxe.exe", 9 | "checkver": "Download ([\\d.]+)", 10 | "autoupdate": { 11 | "url": "http://www.firstobject.com/foxe$cleanVersion.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /.github/workflows/issues.yml: -------------------------------------------------------------------------------- 1 | on: 2 | issues: 3 | types: [ opened, labeled ] 4 | name: Issues 5 | jobs: 6 | issueHandler: 7 | name: IssueHandler 8 | runs-on: windows-latest 9 | steps: 10 | - uses: actions/checkout@main 11 | - name: IssueHandler 12 | uses: ScoopInstaller/GithubActions@main 13 | if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) 14 | env: 15 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 16 | -------------------------------------------------------------------------------- /bucket/spek.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.8.2", 3 | "description": "Acoustic Spectrum Analyser", 4 | "homepage": "http://spek.cc", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.zip", 7 | "hash": "bd667bc119bff4e889835c26b93b79e0bf3c19beff1cc7a1f3689a4e2e1331df", 8 | "extract_dir": "Spek", 9 | "bin": "spek.exe", 10 | "shortcuts": [ 11 | [ 12 | "spek.exe", 13 | "Spek" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/awareness.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0", 3 | "description": "A tool to help you become more aware of time spent on the computer", 4 | "homepage": "http://iamfutureproof.com/tools/awareness/", 5 | "license": "Unknown", 6 | "url": "http://iamfutureproof.com/downloads/InstallAwareness.exe#/dl.7z", 7 | "hash": "dec3d7c34e7eb82e76ac8c7b06860b9695f39933981b6d641440e3e6a3c4c7ad", 8 | "shortcuts": [ 9 | [ 10 | "Awareness.exe", 11 | "Awareness" 12 | ] 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /bucket/dukto.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "6", 3 | "description": "An easy file transfer tool designed for LAN use.", 4 | "homepage": "https://www.msec.it/blog/dukto/", 5 | "license": "Freeware", 6 | "url": "https://downloads.sourceforge.net/project/dukto/DuktoR6-Portable.zip", 7 | "hash": "d32ab402e288dc80cfe9699459605f6b680f0e78b5ef2d04e4bd65e25ca270c9", 8 | "extract_dir": "DuktoR6", 9 | "shortcuts": [ 10 | [ 11 | "dukto.exe", 12 | "Dukto" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /scripts/vscode/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Code] 4 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Code\command] 5 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Code] 6 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Code\command] 7 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Code] 8 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Code\command] 9 | -------------------------------------------------------------------------------- /bucket/echoargs.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.2.0", 3 | "description": "Very simple little console class that you can use to see how PowerShell is passing parameters to legacy console apps.", 4 | "homepage": "https://github.com/Pscx/Pscx/", 5 | "license": "MIT", 6 | "url": "https://raw.githubusercontent.com/AnthonyMastrean/chocolateypackages/a7b3cf30a90aec53fdd7b00c2cc078502a2567a5/packages/echoargs/tools/EchoArgs.exe", 7 | "hash": "ad25d39c93c05f6327c565d3c0fef35c12f173a7342d2f573bb09c9146caac1d", 8 | "bin": "echoargs.exe" 9 | } 10 | -------------------------------------------------------------------------------- /bucket/jkrypto.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.4", 3 | "description": "A Program for Creating and Analysing Classical Ciphers.", 4 | "homepage": "http://lpb.canb.auug.org.au/adfa/src/jkrypto/index.html", 5 | "license": "Unknown", 6 | "url": "http://lpb.canb.auug.org.au/adfa/src/jkrypto/jkrypto.jar", 7 | "hash": "1bdc94ccf4268b5124631056d842a654663aeb7350f13832df9f0ecfed214a5d", 8 | "pre_install": "\"java -Xmx512M -jar \\\"$dir\\jkrypto.jar\\\"\" | out-file -encoding oem \"$dir\\jkrypto.ps1\"", 9 | "bin": "jkrypto.ps1" 10 | } 11 | -------------------------------------------------------------------------------- /bucket/redis-tui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.1.6", 3 | "description": "A Redis Text-based UI client", 4 | "homepage": "https://github.com/mylxsw/redis-tui", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/mylxsw/redis-tui/releases/download/0.1.6/redis-tui-win.exe#/redis-tui.exe", 9 | "hash": "c7c999f6f101d8aed35f03949934ec25ba539b8945236b463e69dea6ff965b3d" 10 | } 11 | }, 12 | "extract_dir": "redis-tui", 13 | "bin": "redis-tui.exe" 14 | } 15 | -------------------------------------------------------------------------------- /bucket/xkill.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0.20141024", 3 | "description": "Display a special cursor as a prompt for the user to select a window to be killed.", 4 | "homepage": "https://bitbucket.org/sta-ger/win-xkill", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://bitbucket.org/sta-ger/win-xkill/downloads/XKill.zip", 7 | "hash": "8bcfcdef9c7d251bc4efc90064e66e4a799c18f9996f5c3a8780ffefc995e014", 8 | "shortcuts": [ 9 | [ 10 | "XKill.exe", 11 | "XKill" 12 | ] 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /bucket/amp-winoff.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "5.0.1", 3 | "description": "Fully configurable utility for scheduling the shutdown of Windows computers", 4 | "homepage": "http://www.ampsoft.net/utilities/WinOFF.php", 5 | "license": "Freeware", 6 | "url": "http://www.ampsoft.net/files/WinOFF.zip", 7 | "hash": "af0637ebc5122a93c4da49efb2e29caf999ebbe0c4352a7628732f612893f43d", 8 | "bin": "WinOFF.exe", 9 | "shortcuts": [ 10 | [ 11 | "WinOFF.exe", 12 | "AMP WinOFF" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /scripts/sublime-text/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Sublime] 4 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Sublime\command] 5 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Sublime] 6 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Sublime\command] 7 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Sublime] 8 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Sublime\command] 9 | -------------------------------------------------------------------------------- /bucket/ussf.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.5.0.0", 3 | "description": "A compact utility designed to help you find the silent switch in the applications that you want to install.", 4 | "homepage": "https://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Universal-Silent-Switch-Finder.shtml", 5 | "license": "Apache-2.0", 6 | "url": "https://raw.githubusercontent.com/scoopinstaller/binary/master/ussf/ussf-1.5.0.0.exe#/ussf.exe", 7 | "hash": "d9076bf31bcf4107b85d4bf368d752f6debe58f9cce8b50f0a50fece2243da38", 8 | "bin": "ussf.exe" 9 | } 10 | -------------------------------------------------------------------------------- /bucket/blush.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.6.0", 3 | "description": "Grep with colours", 4 | "homepage": "https://github.com/arsham/blush", 5 | "license": "MIT", 6 | "url": "https://github.com/arsham/blush/releases/download/v0.6.0/blush_windows_v0.6.0.zip", 7 | "hash": "bc0da24b6a0bc37104b8f3c5741c79ba676aa4f7445d7203a9ff04f45f03f991", 8 | "bin": "blush.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/arsham/blush/releases/download/v$version/blush_windows_v$version.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/vitrite.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.1.1", 3 | "description": "Configures the level of transparency for almost any visible window.", 4 | "homepage": "http://www.vanmiddlesworth.org/vitrite/", 5 | "license": "GPL-2.0-only", 6 | "url": "http://vitrite.vanmiddlesworth.org/vitrite/1.1.1/Vitrite-1.1.zip", 7 | "hash": "870bdfdddb463587b98cce6269dd5cda3335cb6004358dcfc226bbc7ca625cc6", 8 | "bin": "Vitrite.exe", 9 | "shortcuts": [ 10 | [ 11 | "Vitrite.exe", 12 | "Vitrite" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/diffpdf.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.3", 3 | "description": "A tool to compare two PDF files—textually or visually.", 4 | "homepage": "http://soft.rubypdf.com/software/diffpdf", 5 | "license": "GPL-2.0-only", 6 | "url": "http://soft.rubypdf.com/wp-content/uploads/2010/08/diffpdf-2.1.3-win32-static.zip", 7 | "hash": "b698b9c3c3c0582c2b5ea474d4df0c5f864b649774e857fdc423b4949ef79b6d", 8 | "bin": "diffpdf.exe", 9 | "shortcuts": [ 10 | [ 11 | "diffpdf.exe", 12 | "DiffPDF" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/isocreator.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0", 3 | "description": "Creates ISO images from a given folder or volume.", 4 | "homepage": "https://sourceforge.net/projects/iso-creator-cs/", 5 | "license": "Public Domain", 6 | "url": "https://download.sourceforge.net/project/iso-creator-cs/iso-creator-cs/binary-installer/IsoCreator.msi", 7 | "hash": "f01a0a824ddeeb46ade73e2bfc3141a0fee650089a6c4522ab38895d97351634", 8 | "shortcuts": [ 9 | [ 10 | "IsoCreator.exe", 11 | "Iso Creator" 12 | ] 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /scripts/notepadplusplus/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Notepad++] 4 | [-HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Notepad++\command] 5 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Notepad++] 6 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Notepad++\command] 7 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Notepad++] 8 | [-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Notepad++\command] 9 | -------------------------------------------------------------------------------- /bucket/now-cli.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "15.8.7", 3 | "description": "The command-line interface for Now.", 4 | "homepage": "https://zeit.co/now", 5 | "license": "Apache-2.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/zeit/now-cli/releases/download/15.8.7/now-win.exe.gz", 9 | "hash": "5055361334adee292e66826b1de60ea8e82ae314f5bb58df670d20e27c5c713b" 10 | } 11 | }, 12 | "bin": [ 13 | [ 14 | "now-win.exe", 15 | "now" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/wincdemu.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.0", 3 | "description": "CD/DVD/BD emulator - mounts optical disc images. ", 4 | "homepage": "http://wincdemu.sysprogs.org/", 5 | "license": "LGPL-3.0-only", 6 | "url": "https://github.com/sysprogs/WinCDEmu/releases/download/v4.1/PortableWinCDEmu-4.0.exe#/WinCDEmu.exe", 7 | "hash": "c11fd7daa78fb946512f0f7c9ad26247192a6d556819bc73fc22f09007321d6d", 8 | "bin": "WinCDEmu.exe", 9 | "shortcuts": [ 10 | [ 11 | "WinCDEmu.exe", 12 | "WinCDEmu" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/winfile-original.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "10.0", 3 | "description": "Original Windows File Manager (winfile) with minimal changes.", 4 | "homepage": "https://github.com/Microsoft/winfile", 5 | "license": "MIT", 6 | "url": "https://github.com/Microsoft/winfile/releases/download/original_plus/Winfile_orig_plus.zip", 7 | "hash": "a7a601961ee2d65c34b28b9f8ccb92ca562b8b3eb3583b09efb9842107b52899", 8 | "bin": "Winfile.exe", 9 | "shortcuts": [ 10 | [ 11 | "Winfile.exe", 12 | "Winfile" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /scripts/windows-terminal/install-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Windows Terminal] 4 | @="Open in Windows &Terminal" 5 | "Icon"="$wt" 6 | [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Windows Terminal\command] 7 | @="\"$wt\" -d \"%V\"" 8 | 9 | [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Windows Terminal] 10 | @="Open in Windows &Terminal" 11 | "Icon"="$wt" 12 | [HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\Windows Terminal\command] 13 | @="\"$wt\" -d \"%V\"" 14 | -------------------------------------------------------------------------------- /bucket/color-cop.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "5.4.5", 3 | "description": "Multi-purpose color picker for web designers and programmers", 4 | "homepage": "http://colorcop.net", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "http://colorcop.net/license" 8 | }, 9 | "url": "http://colorcop.net/tools/colorcop/colorcop.zip", 10 | "hash": "d8575e286565460c0fc312d5653c41f72cfe3068a7428b0c0ae5d99ed6bcd90d", 11 | "shortcuts": [ 12 | [ 13 | "ColorCop.exe", 14 | "Color Cop" 15 | ] 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/litebrowser.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7ee5c11", 3 | "description": "A simple web browser designed to test the litehtml HTML rendering engine.", 4 | "homepage": "https://github.com/litehtml/litebrowser", 5 | "license": "BSD-3-Clause", 6 | "url": "http://www.litehtml.com/download/litehtml/litebrowser.zip", 7 | "hash": "7dac1873063a96b72e1d4b879e318d489e046eeba7e8a2d2c6f67667b44999c9", 8 | "bin": "litebrowser.exe", 9 | "shortcuts": [ 10 | [ 11 | "litebrowser.exe", 12 | "LiteBrowser" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/painter.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0", 3 | "description": "A tool to manage the Windows wallpaper from the terminal.", 4 | "homepage": "https://github.com/lptstr/painter", 5 | "license": "MIT", 6 | "url": "https://github.com/lptstr/painter/releases/download/v1.0.0/painter.exe", 7 | "hash": "a4848ac1eedce8f841c441b8c358c7317b7d36e0efe4eb4ff8a9e68f1a9225a6", 8 | "bin": "painter.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/lptstr/painter/releases/download/v$version/painter.exe" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /scripts/lockhunter/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\AppID\{F27D387F-00BA-4520-A616-1F9CFE561309}] 4 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\AppID\LHShellExt.DLL] 5 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\CLSID\{0BB27CDA-7029-4C0E-9C56-D922B229F0EB}] 6 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\LockHunterShellExt] 7 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\LockHunterShellExt] 8 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\Drive\shellex\ContextMenuHandlers\LockHunterShellExt] 9 | -------------------------------------------------------------------------------- /bucket/ctypes.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.6.5", 3 | "homepage": "https://ystr.github.io/types/", 4 | "description": "A file type manager for Windows that allows you to edit program associations, icons, context menus and a few other things.", 5 | "license": "GPL-3.0", 6 | "url": "https://ystr.github.io/types/CTypes.zip", 7 | "hash": "64a79982140364da2411d2d03513411cfd1a717a686a62f8de807e9bdb9db4a2", 8 | "env_add_path": ".", 9 | "checkver": ">Download\\s([\\d.]+)<", 10 | "autoupdate": { 11 | "url": "https://ystr.github.io/types/CTypes.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/rxrepl.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.5", 3 | "description": "A command line tool to search and replace text in text files using Perl compatible regular expressions (PCRE).", 4 | "homepage": "https://sites.google.com/site/regexreplace/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://hastebin.com/raw/adajilisey" 8 | }, 9 | "url": "https://drive.google.com/uc?id=1reCUlV4He6ZDqX8GgJtuFsegc557PgDi&export=download#/dl.zip", 10 | "hash": "c0d8523addafa2fb5e89440e9b5262ce80c84fa9e87ca82d7b3cc23ad10c1e1b", 11 | "bin": "rxrepl.exe" 12 | } 13 | -------------------------------------------------------------------------------- /bucket/workspaceutilities.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0.6", 3 | "description": "Provides hotkey access to custom window sizes and layouts", 4 | "homepage": "https://workspaceutilities.sourceforge.io/", 5 | "license": "Unknown", 6 | "url": "https://downloads.sourceforge.net/project/workspaceutilities/WorkspaceUtilities.exe", 7 | "hash": "sha1:4a8439376fd9096525da32a250c6e73d79df8907", 8 | "bin": "WorkspaceUtilities.exe", 9 | "shortcuts": [ 10 | [ 11 | "WorkspaceUtilities.exe", 12 | "Workspace Utilities" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/bpgconv.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.5", 3 | "description": "Batch conversion tool for BPG images", 4 | "homepage": "http://www.romeolight.com/products/bpgconv/", 5 | "license": "BSD-2-Clause", 6 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/bpgconv/BPGconvPortable.zip", 7 | "hash": "94528b44368bbe1e02f7bac37d0f433bca5e3701465b63c6f3eb892ee72cbe90", 8 | "extract_dir": "BPGconvPortable", 9 | "bin": "BPGconv.exe", 10 | "shortcuts": [ 11 | [ 12 | "BPGconv.exe", 13 | "BPGconv" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/dartium.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.24.2", 3 | "description": "A special build of Chromium that includes the Dart VM", 4 | "homepage": "https://dart.dev", 5 | "license": "BSD-3-Clause", 6 | "url": "https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/dartium/dartium-windows-ia32-release.zip", 7 | "hash": "0c08f8e8e2b0a2414c6d49fb65eabf48274c03e01d3fd526ee0e3edfe0daf062", 8 | "extract_dir": "dartium-win-ia32-stable-1.24.2.0", 9 | "bin": [ 10 | [ 11 | "chrome.exe", 12 | "dartium" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/deadlock.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4", 3 | "description": "Unlock files or folders that cannot be deleted, copied, renamed or moved.", 4 | "homepage": "https://codedead.com/?page_id=822", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/CodeDead/DeadLock/releases/download/1.4/dl_setup.exe", 7 | "hash": "edfe8daab3ff2ac264a7cf44699b8d1e96de1cba9ec03eaba0ccb0c8e988bd00", 8 | "innosetup": true, 9 | "bin": "DeadLock.exe", 10 | "shortcuts": [ 11 | [ 12 | "DeadLock.exe", 13 | "DeadLock" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/trojita.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.7", 3 | "description": "IMAP e-mail client with lightweight GUI", 4 | "homepage": "http://trojita.flaska.net/", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://downloads.sourceforge.net/project/trojita/win/Trojita-Setup-0.7.exe#/dl.7z", 7 | "hash": "8143493d59de6596ec54760b0752766a61a0d54607f9cc084f0c7d2a199192c6", 8 | "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Recurse", 9 | "shortcuts": [ 10 | [ 11 | "trojita.exe", 12 | "Trojitá" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/write.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0b8.4", 3 | "description": "Minimalist text editor for distraction-free writing", 4 | "homepage": "https://writeapp.co", 5 | "license": { 6 | "identifier": "Proprietary", 7 | "url": "https://writeapp.co/terms" 8 | }, 9 | "notes": "This is the last freeware version of Write!", 10 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/write!/Write!-v1.0b8.4.exe", 11 | "hash": "7b73af32816cb0a426e57bcf89a971d96c8bec7f0f040c6f595b3e75c9197fff", 12 | "innosetup": true, 13 | "bin": "Write!.exe" 14 | } 15 | -------------------------------------------------------------------------------- /scripts/xdman/3rd-party-tools-setup.ps1: -------------------------------------------------------------------------------- 1 | $appdir = $PSScriptRoot 2 | $tools = "ffmpeg.exe", 'youtube-dl.exe' 3 | 4 | foreach ($tool in $tools) { 5 | $gc = Get-Command $tool -ErrorAction SilentlyContinue -ErrorVariable gcerr 6 | if ($gcerr) { 7 | Write-Host "Unable to find tool: $tool" 8 | exit 9 | } 10 | $exe = $gc.Source 11 | $shim = $exe.TrimEnd('.exe') + '.shim' 12 | Invoke-Expression "cmd /c 'mklink `"$appdir\$tool`" `"$exe`" >nul 2>&1'" 13 | Invoke-Expression "cmd /c 'mklink `"$appdir\$tool.shim`" `"$shim`" >nul 2>&1'" 14 | } 15 | 16 | Write-Host "Additional setup completed." 17 | -------------------------------------------------------------------------------- /bucket/armips.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.11.0", 3 | "homepage": "https://github.com/Kingcom/armips", 4 | "description": "An assembler for various ARM and MIPS platforms.", 5 | "license": "MIT", 6 | "url": "https://github.com/Kingcom/armips/releases/download/v0.11.0/armips-v0.11.0-windows-x86.7z", 7 | "hash": "ead4c8282867255c9e47cd8855383422d82e31908721405a5b7191b95125262b", 8 | "bin": "armips.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/Kingcom/armips/releases/download/v$version/armips-v$version-windows-x86.7z" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/3rvx.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.9.2", 3 | "description": "Skinnable volume controller and OSD.", 4 | "homepage": "https://3rvx.com/", 5 | "license": "BSD-2-Clause", 6 | "url": "https://3rvx.com/releases/3RVX-2.9.2.zip", 7 | "hash": "7d6c0d3c94d4ff1755cbdf3eb9b235a16084588c1e31759bd221617e5ac166d3", 8 | "bin": "3RVX.exe", 9 | "shortcuts": [ 10 | [ 11 | "3RVX.exe", 12 | "3RVX" 13 | ] 14 | ], 15 | "persist": "Settings.xml", 16 | "autoupdate": { 17 | "url": "https://3rvx.com/releases/3RVX-$version.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/screen-saver-control.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.61", 3 | "description": "Activate/deactivate both screen saver and monitor power off with a simple click.", 4 | "homepage": "http://www.ampsoft.net/utilities/ScreenSaverControl.php", 5 | "license": "Freeware", 6 | "url": "http://www.ampsoft.net/files/ScreenSaverControl.zip", 7 | "hash": "26ab07326d91db6a80fc9de77dedbc9b36bb3070c514a1be7239ea397beb512f", 8 | "bin": "ScreenSaverControl.exe", 9 | "shortcuts": [ 10 | [ 11 | "ScreenSaverControl.exe", 12 | "Screen Saver Control" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/touchcursor.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.7.1", 3 | "description": "Lets you use the home keys as cursor keys.", 4 | "homepage": "https://martin-stone.github.io/touchcursor/", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/martin-stone/touchcursor/releases/download/v1.7.1/TouchCursor-1.7.1.zip", 7 | "hash": "3c4a4361d8f32f3b594a3021c5159d1efe670310126ce99ed8d07d4e8b9c4e77", 8 | "extract_dir": "TouchCursor", 9 | "bin": "touchcursor.exe", 10 | "shortcuts": [ 11 | [ 12 | "touchcursor.exe", 13 | "touchcursor" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/ignoreit.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.4.10", 3 | "description": "Quickly load .gitignore templates", 4 | "homepage": "https://github.com/jewlexx/ignoreit", 5 | "license": "MIT", 6 | "url": "https://github.com/jewlexx/ignoreit/releases/download/v2.4.10/ignoreit-x86_64-windows.exe#/ignoreit.exe", 7 | "hash": "aa225667a5a0a0af03fd1cf0e9cb5aed7b89e7bf0413e6f4e21df608ab5a251f", 8 | "bin": "ignoreit.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/jewlexx/ignoreit/releases/download/v$version/ignoreit-x86_64-windows.exe#/ignoreit.exe" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/pcmeter.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.4", 3 | "description": "CPU and graphic card monitor", 4 | "homepage": "http://addgadgets.com/pc_meter/", 5 | "license": "MPL-2.0", 6 | "url": "http://addgadgets.com/download/PCMeter.zip", 7 | "hash": "eb258a52a6f9e9a6e771ec849d56e84ddf46af88e79e1434fc2b4a675b64524f", 8 | "extract_dir": "PCMeterV4", 9 | "bin": [ 10 | [ 11 | "PCMeterV0.4.exe", 12 | "PCMeter" 13 | ] 14 | ], 15 | "shortcuts": [ 16 | [ 17 | "PCMeterV0.4.exe", 18 | "PCMeter" 19 | ] 20 | ] 21 | } 22 | -------------------------------------------------------------------------------- /bucket/pscolor.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0.0", 3 | "description": "Provides color highlighting for some basic PowerShell output.", 4 | "homepage": "https://github.com/Davlind/PSColor", 5 | "license": "MIT", 6 | "notes": [ 7 | "Add the following to your PowerShell profile to load PSColor automatically:", 8 | "Import-Module PSColor" 9 | ], 10 | "url": "https://raw.githubusercontent.com/Davlind/PSColor/master/release/PSColor.zip", 11 | "hash": "6e2f25dca53e1c9f28557fb9dec97d50e968d3e83d3be59a4b6f9954da826ebb", 12 | "psmodule": { 13 | "name": "PSColor" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/winauth.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.6.2", 3 | "description": "Authenticator for a wide variety of websites and services", 4 | "homepage": "https://winauth.github.io/winauth/", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/winauth/winauth/releases/download/3.6.2/WinAuth-3.6.2.zip", 7 | "hash": "sha512:8288a970946c149382c1d8919905fda5381d04f24a4ceed1ec4f3fc7fda0a7c8f5c1fc062b7b312dca55531eecf04327ca0743afbb82ff08acedf4c7c9c4ed1f", 8 | "bin": "WinAuth.exe", 9 | "shortcuts": [ 10 | [ 11 | "WinAuth.exe", 12 | "WinAuth" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/moar.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.11.4", 3 | "description": "A pager designed to work without any configuration", 4 | "homepage": "https://github.com/walles/moar/", 5 | "license": "BSD-2-Clause-Views", 6 | "url": "https://github.com/walles/moar/releases/download/v1.11.4/moar-v1.11.4-windows-amd64.exe#/moar.exe", 7 | "hash": "ec64a02d7a62025aad4ae7d5f1461eb6ab3dbd99b23c437f87f88b8f5a0787ce", 8 | "bin": "moar.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/walles/moar/releases/download/v$version/moar-v$version-windows-amd64.exe#/moar.exe" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/ridnacs.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.3", 3 | "description": "Disk space usage analyzer", 4 | "homepage": "https://www.splashsoft.de/ridnacs-disk-space-usage-analyzer/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.splashsoft.de/ridnacs-freeware-license/" 8 | }, 9 | "url": "https://www.splashsoft.de/?download=276#/dl.zip", 10 | "hash": "b3d6f743ec73388d8c425edf8b29d381a10a0fe6b58ad7e2955494b5646b1cbb", 11 | "bin": "RidNacs.exe", 12 | "shortcuts": [ 13 | [ 14 | "RidNacs.exe", 15 | "RidNacs" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/silentcmd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4", 3 | "description": "Executes a batch file without opening the command prompt window.", 4 | "homepage": "https://github.com/stbrenner/SilentCMD", 5 | "license": "MIT", 6 | "url": "https://github.com/stbrenner/SilentCMD/releases/download/v1.4/SilentCMD.zip", 7 | "hash": "6635c1aa320cb62364270bce5a3de53d83e274992de8b6f518e7b8e9581a685a", 8 | "bin": "SilentCMD.exe", 9 | "persist": "SilentCMD.exe.config", 10 | "checkver": "github", 11 | "autoupdate": { 12 | "url": "https://github.com/stbrenner/SilentCMD/releases/download/v$version/SilentCMD.zip" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /bucket/assume-role.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.3.2", 3 | "description": "Easily assume AWS roles in your terminal.", 4 | "homepage": "https://github.com/remind101/assume-role", 5 | "license": "BSD-2-Clause", 6 | "url": "https://github.com/remind101/assume-role/releases/download/0.3.2/assume-role-Windows.exe#/assume-role.exe", 7 | "hash": "540699e259fc02a27b6f2b944f7bb3d3e282f2ce9bd7f8d6d33277be1603e8d5", 8 | "bin": "assume-role.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/remind101/assume-role/releases/download/$version/assume-role-Windows.exe#/assume-role.exe" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/baretail.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.50a", 3 | "description": "A free real-time log file monitoring tool", 4 | "homepage": "https://www.baremetalsoft.com/baretail/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.baremetalsoft.com/baretail/licence.php" 8 | }, 9 | "url": "https://www.baremetalsoft.com/baretail/download.php?p=m#/baretail.exe", 10 | "hash": "160d6a3bdc9d64677643376f82e559eb4112289e6b6d722b5b3b32699d18bca9", 11 | "bin": "baretail.exe", 12 | "shortcuts": [ 13 | [ 14 | "baretail.exe", 15 | "Baretail" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/ssd-z.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "16.09.09", 3 | "description": "Information tool for Solid State Drives and other disk devices.", 4 | "homepage": "http://aezay.dk/aezay/ssdz/", 5 | "license": "Unknown", 6 | "url": "http://aezay.dk/aezay/ssdz/SSD-Z_16.09.09wip.rar", 7 | "hash": "96db95387ca0f37206a5df7ac9e8f8afeddfb6d0997643926479a8155ba64c50", 8 | "shortcuts": [ 9 | [ 10 | "SSD-Z.exe", 11 | "SSD-Z" 12 | ] 13 | ], 14 | "checkver": "(?SSD-Z_([\\d.]+)(?:wip)?\\.rar)", 15 | "autoupdate": { 16 | "url": "http://aezay.dk/aezay/ssdz/$matchName" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/baregrep.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.50a", 3 | "description": "A free file finding and text searching tool", 4 | "homepage": "https://www.baremetalsoft.com/baregrep/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.baremetalsoft.com/baregrep/licence.php" 8 | }, 9 | "url": "https://www.baremetalsoft.com/baregrep/download.php?p=m#/baregrep.exe", 10 | "hash": "1ad56390fe51d75e36d4aad4fd1511eb295a82e9e3a8dd21c2eaa9814eb4ceb6", 11 | "bin": "baregrep.exe", 12 | "shortcuts": [ 13 | [ 14 | "baregrep.exe", 15 | "Baregrep" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/jenv.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2.1", 3 | "description": "Change your current Java version with one line", 4 | "homepage": "https://github.com/FelixSelter/JEnv-for-Windows", 5 | "license": "Apache-2.0", 6 | "url": "https://github.com/FelixSelter/JEnv-for-Windows/releases/download/v2.2.1/JEnv.zip", 7 | "hash": "11c0f3f18f531d4c664e2e39c1a39b3432e92252d5f7aab421846233b607ec3c", 8 | "bin": [ 9 | "jenv.bat", 10 | "java.bat" 11 | ], 12 | "checkver": "github", 13 | "autoupdate": { 14 | "url": "https://github.com/FelixSelter/JEnv-for-Windows/releases/download/v$version/JEnv.zip" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/lxrunoffline.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.5.0", 3 | "description": "A full-featured utility for Windows Subsystem for Linux (WSL)", 4 | "homepage": "https://github.com/DDoSolitary/LxRunOffline", 5 | "license": "MIT", 6 | "url": "https://github.com/DDoSolitary/LxRunOffline/releases/download/v3.5.0/LxRunOffline-v3.5.0-msvc.zip", 7 | "hash": "595f1a0da834d37d7fff68376d5bce52084385c9933ef25851aa2b89313092ec", 8 | "bin": "LxRunOffline.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/DDoSolitary/LxRunOffline/releases/download/v$version/LxRunOffline-v$version-msvc.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/xyplorer.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "17.40.0100", 3 | "description": "File manager for Windows", 4 | "homepage": "https://www.xyplorer.com/free.php", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.xyplorer.com/company.php#legal" 8 | }, 9 | "url": "https://www.xyplorer.com/download/xyplorer_free_noinstall.zip", 10 | "hash": "38cb3abc8a699023e5f74fe19c167e91e59be67a09c9e1fc7f589b98324b9ee9", 11 | "bin": "XYplorerFree.exe", 12 | "shortcuts": [ 13 | [ 14 | "XYplorerFree.exe", 15 | "XYplorer" 16 | ] 17 | ], 18 | "persist": "Data" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/championify.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.5", 3 | "description": "A little program that downloads all the recent item sets and imports them in to your League of Legends to use within game.", 4 | "homepage": "https://github.com/dustinblackman/Championify", 5 | "license": "MIT", 6 | "url": "https://github.com/dustinblackman/Championify/releases/download/2.1.5/Championify-WIN-2.1.5.zip", 7 | "hash": "d97344ddcf1e3116c754a86fe68bfb606b7d9021ce23c8931a57100050ba400f", 8 | "extract_dir": "Championify", 9 | "shortcuts": [ 10 | [ 11 | "championify.exe", 12 | "Championify" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/mousejiggler.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.8.42", 3 | "description": "A very simple piece of software whose sole function is to \"fake\" mouse input to Windows, and jiggle the mouse pointer back and forth.", 4 | "homepage": "https://github.com/cerebrate/mousejiggler", 5 | "license": "MS-PL", 6 | "url": "https://github.com/cerebrate/mousejiggler/releases/download/1.8.42/mousejiggler-1.8.42-net.zip", 7 | "hash": "368df214d40bc26d8961ccdefcd43dd9303471c4338cfca13681ff0cbd1fd526", 8 | "bin": "MouseJiggle.exe", 9 | "shortcuts": [ 10 | [ 11 | "MouseJiggle.exe", 12 | "MouseJiggle" 13 | ] 14 | ] 15 | } 16 | -------------------------------------------------------------------------------- /bucket/scallion.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1", 3 | "description": "GPU-based Onion Hash generator", 4 | "homepage": "https://github.com/lachesis/scallion", 5 | "license": "MIT", 6 | "url": "https://github.com/lachesis/scallion/releases/download/v2.1/scallion-v2.1.zip", 7 | "hash": "ed258e34193dd56bb87d1893399c0014b16a0759109ccd9eeac494000ad21778", 8 | "extract_dir": "scallion-v2.1", 9 | "bin": "scallion.exe", 10 | "checkver": "github", 11 | "autoupdate": { 12 | "url": "https://github.com/lachesis/scallion/releases/download/v$version/scallion-v$version.zip", 13 | "extract_dir": "scallion-v$version" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/diff-pdf.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.5", 3 | "description": "A simple tool for visually comparing two PDF files.", 4 | "homepage": "http://vslavik.github.io/diff-pdf/", 5 | "license": "GPL-2.0-only", 6 | "url": "https://github.com/vslavik/diff-pdf/releases/download/v0.5/diff-pdf-win-0.5.zip", 7 | "hash": "b93b6f9b60f208b307b969dbdc22401275424f77e08edbafc33dd51bb5d556a2", 8 | "bin": "diff-pdf.exe", 9 | "checkver": { 10 | "github": "https://github.com/vslavik/diff-pdf/" 11 | }, 12 | "autoupdate": { 13 | "url": "https://github.com/vslavik/diff-pdf/releases/download/v$version/diff-pdf-win-$version.zip" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/gifcam.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.0", 3 | "description": "Easy and fun animated gif making app.", 4 | "homepage": "http://blog.bahraniapps.com/gifcam/", 5 | "license": "Unknown", 6 | "url": "http://www.bahraniapps.com/apps/gifcam/GifCam.zip", 7 | "hash": "a891ac27c6078ef7455134948240313eb66ba8b2c9f32c5d8db920c4282d936c", 8 | "bin": "GifCam.exe", 9 | "shortcuts": [ 10 | [ 11 | "GifCam.exe", 12 | "GifCam" 13 | ] 14 | ], 15 | "checkver": "GifCam\\.zip.*Version[^\\d]*([\\d.]+)", 16 | "autoupdate": { 17 | "url": "http://www.bahraniapps.com/apps/gifcam/GifCam.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/beatdrop.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0.0", 3 | "description": "A stand-alone implementation of the amazing Milkdrop2 Winamp plug-in.", 4 | "homepage": "https://github.com/mvsoft74/BeatDrop", 5 | "license": "BSD-3-Clause", 6 | "url": "https://github.com/mvsoft74/BeatDrop/releases/download/v1.0.0.0/BeatDrop-bin-1.0.0.0.zip", 7 | "hash": "0587e1b3cf29b573bbe96cb2f62390e4ac3281e1423d75b24a05801889af8fce", 8 | "extract_dir": "BeatDrop", 9 | "bin": "BeatDrop.exe", 10 | "checkver": "github", 11 | "autoupdate": { 12 | "url": "https://github.com/mvsoft74/BeatDrop/releases/download/v$version/BeatDrop-bin-$version.zip" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /bucket/displaycal.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.8.9.3", 3 | "description": "Display Calibration and Characterization powered by ArgyllCMS", 4 | "homepage": "https://displaycal.net/", 5 | "license": "GPL-3.0-or-later", 6 | "depends": "extras/argyllcms", 7 | "url": "https://downloads.sourceforge.net/project/dispcalgui/release/3.8.9.3/DisplayCAL-3.8.9.3-win32.zip", 8 | "hash": "5c47b65fe1faa4000eee19eeac2386e99880de79ee38c8fe0b095371353010b6", 9 | "extract_dir": "DisplayCAL-3.8.9.3", 10 | "bin": "DisplayCAL.exe", 11 | "shortcuts": [ 12 | [ 13 | "DisplayCAL.exe", 14 | "DisplayCAL" 15 | ] 16 | ] 17 | } 18 | -------------------------------------------------------------------------------- /bucket/sharpapp.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.46.1", 3 | "description": "A tool to minimize windows-10 telemetry and maximize privacy", 4 | "homepage": "https://www.mirinsoft.com/ms-apps/sharpapp", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.mirinsoft.com/license" 8 | }, 9 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/sharpapp/sharpapp.zip", 10 | "hash": "03283862f6bed3c23430dcdc373fc4e78274d0056895cc6108647725c60ef755", 11 | "bin": "SharpApp.exe", 12 | "shortcuts": [ 13 | [ 14 | "SharpApp.exe", 15 | "SharpApp" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/cpu-v.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.4", 3 | "description": "Detect CPU Hardware Virtualization support / state.", 4 | "homepage": "https://leomoon.com/downloads/desktop-apps/leomoon-cpu-v/", 5 | "license": "Unknown", 6 | "url": "https://leomoon.com/static/?file=leomoon-cpu-v_win.zip#/dl.zip", 7 | "hash": "1cd9d0de8eb0d452dc9b3e09411a8b2a6560971eb508415f9afb1cea665c334d", 8 | "shortcuts": [ 9 | [ 10 | "LeoMoon CPU-V.exe", 11 | "CPU-V" 12 | ] 13 | ], 14 | "checkver": "([\\d.]+):", 15 | "autoupdate": { 16 | "url": "https://leomoon.com/static/?file=leomoon-cpu-v_win.zip#/dl.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/imgburn.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.5.8.0", 3 | "description": "A lightweight CD / DVD / HD DVD / Blu-ray burning application.", 4 | "homepage": "http://www.imgburn.com/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "http://www.imgburn.com/index.php?act=terms" 8 | }, 9 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/imgburn/SetupImgBurn_2.5.8.0.exe#/dl.7z", 10 | "hash": "49aa06eaffe431f05687109fee25f66781abbe1108f3f8ca78c79bdec8753420", 11 | "bin": "ImgBurn.exe", 12 | "shortcuts": [ 13 | [ 14 | "ImgBurn.exe", 15 | "ImgBurn" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/komac.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.5", 3 | "description": "The Kotlin manifest creator for WinGet", 4 | "homepage": "https://github.com/russellbanks/Komac", 5 | "license": "GPL-3.0-only", 6 | "suggest": { 7 | "JDK": "java/openjdk" 8 | }, 9 | "url": "https://github.com/russellbanks/Komac/releases/download/v1.0.5/Komac-1.0.5-all.jar#/Komac.jar", 10 | "hash": "940a642860532477faa3317446cc094e38128ba063e202021a6b7386557377cf", 11 | "bin": "Komac.jar", 12 | "checkver": "github", 13 | "autoupdate": { 14 | "url": "https://github.com/russellbanks/Komac/releases/download/v$version/Komac-$version-all.jar#/Komac.jar" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/pngyu.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.1", 3 | "description": "Simple PNG image file compression tool.", 4 | "homepage": "https://nukesaq88.github.io/Pngyu/", 5 | "license": "BSD-3-Clause", 6 | "url": "https://nukesaq88.github.io/Pngyu/download/Pngyu_win_101.zip", 7 | "hash": "d8cf13e6f18d997a89fa5bb835ae13eeefaa92935b0558a58ea579b6f972882e", 8 | "extract_dir": "Pngyu", 9 | "shortcuts": [ 10 | [ 11 | "Pngyu.exe", 12 | "Pngyu" 13 | ] 14 | ], 15 | "checkver": "win:([\\d.]+)", 16 | "autoupdate": { 17 | "url": "https://nukesaq88.github.io/Pngyu/download/Pngyu_win_$cleanVersion.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/awake.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4.2", 3 | "description": "Prevents the computer from entering the idle state.", 4 | "homepage": "https://github.com/gdegeneve/Awake", 5 | "license": "MIT", 6 | "url": "https://github.com/gdegeneve/Awake/releases/download/v1.4.2/Awake.exe", 7 | "hash": "ae993364229195427519b33cb8b4dcc53a03244e4046a06ca655cb781978d27e", 8 | "bin": "Awake.exe", 9 | "shortcuts": [ 10 | [ 11 | "Awake.exe", 12 | "Awake" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/gdegeneve/Awake/releases/download/v$version/Awake.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/fadetop.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.1.0.171", 3 | "description": "Simple and fun break reminder", 4 | "homepage": "https://www.fadetop.com", 5 | "license": "Freeware", 6 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/fadetop/FadeTop_3.0.171.7z", 7 | "hash": "11230ea82f53ef382aa18a3b202826baff6709efb126229d0cd08e5f6de80880", 8 | "pre_install": "if (-not (Test-Path \"$persist_dir\\Settings.xml\")) { New-Item \"$dir\\Settings.xml\" | Out-Null }", 9 | "bin": "FadeTop.exe", 10 | "shortcuts": [ 11 | [ 12 | "FadeTop.exe", 13 | "FadeTop" 14 | ] 15 | ], 16 | "persist": "Settings.xml" 17 | } 18 | -------------------------------------------------------------------------------- /bucket/gopher360.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.989", 3 | "description": "App to turn a controller into a mouse and keyboard", 4 | "homepage": "https://github.com/Tylemagne/Gopher360", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/Tylemagne/Gopher360/releases/download/v0.989/Gopher.exe#/gopher360.exe", 7 | "hash": "13b45c1487d4920df5acc5e69ab4d827e69f086bdf0e666244038856e5ac8d4d", 8 | "shortcuts": [ 9 | [ 10 | "gopher360.exe", 11 | "Gopher360" 12 | ] 13 | ], 14 | "autoupdate": { 15 | "url": "https://github.com/Tylemagne/Gopher360/releases/download/v$version/Gopher.exe#/gopher360.exe" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /bucket/falconx.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4.5.0", 3 | "description": "Center Windows taskbar icons with a variety of animations and options.", 4 | "homepage": "https://chrisandriessen.nl/web/FalconX.html", 5 | "license": "MIT", 6 | "notes": "FalconX is now deprecated. Please install taskbarx", 7 | "url": "https://github.com/ChrisAnd1998/FalconX-Center-Taskbar/releases/download/1.4.5.0/FalconX_02.03.2020_1.4.5.0.zip", 8 | "hash": "1edba632802d5e84405481774e95117bcefc8d95f9a696a93a120dae5f88dbbf", 9 | "bin": "FalconX.exe", 10 | "shortcuts": [ 11 | [ 12 | "FalconXSettings.exe", 13 | "FalconX Settings" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/hostsman.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.7.105", 3 | "description": "A freeware application that lets you manage your hosts file with ease.", 4 | "homepage": "http://www.abelhadigital.com/hostsman", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "http://www.abelhadigital.com/licenses/hm-license.pdf" 8 | }, 9 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/hostsman/HostsMan_4.7.105.zip", 10 | "hash": "b98f1155cda04e8a96cf29f6cc68497bdb28add7c8317cae79f6ec34c3bdc7fa", 11 | "bin": "hm.exe", 12 | "shortcuts": [ 13 | [ 14 | "hm.exe", 15 | "HostsMan" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/pathod.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "6.0.2", 3 | "description": "A pathological HTTP daemon designed to let you craft almost any conceivable HTTP response.", 4 | "homepage": "https://mitmproxy.org/", 5 | "license": "MIT", 6 | "url": "https://snapshots.mitmproxy.org/6.0.2/pathod-6.0.2-windows.zip", 7 | "hash": "ef0a75dc189af2199cc5c2fa86087329d8581f6b549bbd14f149f6ec875e42c7", 8 | "bin": [ 9 | "pathod.exe", 10 | "pathoc.exe" 11 | ], 12 | "shortcuts": [ 13 | [ 14 | "pathod.exe", 15 | "pathod" 16 | ], 17 | [ 18 | "pathoc.exe", 19 | "pathoc" 20 | ] 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /bucket/freemove.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.0", 3 | "description": "Moves directories freely without breaking installations or shortcuts.", 4 | "homepage": "https://github.com/imDema/FreeMove", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/imDema/FreeMove/releases/download/2.1.0/FreeMove.exe", 7 | "hash": "3393141632520238f5cbb6bc188463124bc2e2d1bf23ddc9d6de69482695842b", 8 | "shortcuts": [ 9 | [ 10 | "FreeMove.exe", 11 | "FreeMove" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/imDema/FreeMove/releases/download/$version/FreeMove.exe" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/vibrance-gui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.3", 3 | "description": "Automating NVIDIAs Digitial Vibrance Control and AMDs Saturation for any game", 4 | "homepage": "https://vibrancegui.com/", 5 | "license": "Unknown", 6 | "url": "https://vibrancegui.com/files/vibranceGUI.zip", 7 | "hash": "fd3d994a8df5d39bc52913d67378da483e638cf2655630de616a6ab35d08c21c", 8 | "bin": "vibranceGUI.exe", 9 | "shortcuts": [ 10 | [ 11 | "vibranceGUI.exe", 12 | "vibranceGUI" 13 | ] 14 | ], 15 | "checkver": "Released version ([\\d.]+)", 16 | "autoupdate": { 17 | "url": "https://vibrancegui.com/files/vibranceGUI.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/wavebox-classic.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.11.11", 3 | "description": "Bring all your web communication tools together for faster, smarter working.", 4 | "homepage": "https://wavebox.io/", 5 | "license": "MPL-2.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://wavebox.pro/dl/client/4_11_11/Wavebox_4_11_11_windows_x86_64/wavebox-4.11.11-full.nupkg", 9 | "hash": "sha1:f96db1179b6ee701fb6b1cbcf131c8b4a6937f11" 10 | } 11 | }, 12 | "extract_dir": "lib\\net45", 13 | "bin": "Wavebox.exe", 14 | "shortcuts": [ 15 | [ 16 | "Wavebox.exe", 17 | "Wavebox" 18 | ] 19 | ] 20 | } 21 | -------------------------------------------------------------------------------- /bucket/deskpins.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.32", 3 | "description": "Make any application always on top.", 4 | "homepage": "https://efotinis.neocities.org/deskpins/", 5 | "license": "Freeware", 6 | "suggest": { 7 | "Visual C++ 2008 Redistributable": "extras/vcredist2008" 8 | }, 9 | "url": "https://efotinis.neocities.org/downloads/DeskPins-1.32-setup.exe#/dl.7z", 10 | "hash": "70bfd44e774837e52bc83f2c128de7d164251e513f6ebea4a70e2073e28ecd2a", 11 | "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst.exe\" -Force -Recurse", 12 | "shortcuts": [ 13 | [ 14 | "deskpins.exe", 15 | "DeskPins" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/etlas.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.5.0.0", 3 | "description": "Build tool and package manager for the Eta programming language", 4 | "homepage": "https://github.com/typelead/etlas", 5 | "license": "Apache-2.0", 6 | "suggest": { 7 | "wget": "wget", 8 | "JDK": [ 9 | "java/oraclejdk", 10 | "javan/openjdk" 11 | ] 12 | }, 13 | "architecture": { 14 | "64bit": { 15 | "url": "https://cdnverify.eta-lang.org/eta-binaries/etlas-1.5.0.0/binaries/x86_64-windows/etlas.exe", 16 | "hash": "424b894e740228ec34476278e891775afeae0b4108125c6fb7063d66c600a0d2" 17 | } 18 | }, 19 | "bin": "etlas.exe" 20 | } 21 | -------------------------------------------------------------------------------- /bucket/secureuxtheme.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.2", 3 | "description": "A secure boot compatible in-memory UxTheme patcher", 4 | "homepage": "https://github.com/namazso/SecureUxTheme", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/namazso/SecureUxTheme/releases/download/v2.1.2/ThemeTool.exe", 7 | "hash": "9a0a6eff0bb60bf6816af8325d92acc4d076bf1ce8dad699f068ec4ef8713648", 8 | "shortcuts": [ 9 | [ 10 | "ThemeTool.exe", 11 | "ThemeTool" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/ThemeTool.exe" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/solvespace.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.1", 3 | "description": "Parametric 2D/3D CAD tool", 4 | "homepage": "https://github.com/solvespace/solvespace", 5 | "license": "GPL-3.0", 6 | "url": "https://github.com/solvespace/solvespace/releases/download/v3.1/SolveSpace.exe", 7 | "hash": "1840330f1d87445795c4ab66e258d44216e8567d838fa502d9f56c31ba181fab", 8 | "bin": "solvespace.exe", 9 | "shortcuts": [ 10 | [ 11 | "solvespace.exe", 12 | "SolveSpace" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/solvespace/solvespace/releases/download/v$version/SolveSpace.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/tb-vol-scroll.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.1.2", 3 | "description": "Control audio by scrolling in taskbar area.", 4 | "homepage": "https://github.com/dvingerh/tb-vol-scroll", 5 | "license": "MIT", 6 | "url": "https://github.com/dvingerh/tb-vol-scroll/releases/download/4.1.2/tb-vol-scroll.exe", 7 | "hash": "80c1025314a976b71e4122288cacb5344f6ea3b02ab4c0fbb68b8bda8192995d", 8 | "shortcuts": [ 9 | [ 10 | "tb-vol-scroll.exe", 11 | "tb-vol-scroll" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/dvingerh/tb-vol-scroll/releases/download/$version/tb-vol-scroll.exe" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/traymond.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.4", 3 | "description": "A simple Windows app for minimizing windows to tray icons", 4 | "homepage": "https://github.com/fcFn/traymond", 5 | "license": "MIT", 6 | "url": "https://github.com/fcFn/traymond/releases/download/v1.0.4/Traymond.exe", 7 | "hash": "4c87f96849d38d083199316a5afdd6e9cc1206825a1fcbcd00e5150a6e808a23", 8 | "bin": "Traymond.exe", 9 | "shortcuts": [ 10 | [ 11 | "Traymond.exe", 12 | "Traymond" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/fcFn/traymond/releases/download/v$version/Traymond.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/gog-galaxy-plugin-downloader.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.3", 3 | "description": "GOG Galaxy 2.0 plugin downloader", 4 | "homepage": "https://github.com/Slashbunny/gog-galaxy-plugin-downloader", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/Slashbunny/gog-galaxy-plugin-downloader/releases/download/v0.2.3/gog-plugins-downloader-v0.2.3.zip", 7 | "hash": "65d859dfc4cae1e3b7958cf618d404de95d65228f914aa84e808cf1ed9f6f7d0", 8 | "bin": "gog-plugins-downloader.exe", 9 | "checkver": "github", 10 | "autoupdate": { 11 | "url": "https://github.com/Slashbunny/gog-galaxy-plugin-downloader/releases/download/v$version/gog-plugins-downloader-v$version.zip" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/megui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2913", 3 | "description": "MPEG-4 encoding/muxing solution.", 4 | "homepage": "https://sourceforge.net/projects/megui/", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://downloads.sourceforge.net/project/megui/megui-stable/2913/MeGUI-2913-32.zip", 7 | "hash": "sha1:260ce2d2b84e494619c8c75970daaf7322fd1454", 8 | "bin": "MeGUI.exe", 9 | "shortcuts": [ 10 | [ 11 | "MeGUI.exe", 12 | "MeGUI" 13 | ] 14 | ], 15 | "checkver": "MeGUI-(\\d+)-32\\.zip", 16 | "autoupdate": { 17 | "url": "https://downloads.sourceforge.net/project/megui/megui-stable/$version/MeGUI-$version-32.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/docear.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.2", 3 | "description": "Academic literature suite", 4 | "homepage": "http://www.docear.org", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "http://www.docear.org/software/download/" 8 | }, 9 | "url": "http://docear.org/downloads/docear_windows.zip", 10 | "hash": "3c26e43f1c60b0a983cd3c9ba621d1c8d9fa7fdc59203978a086465cfff6f613", 11 | "pre_install": [ 12 | "Move-Item \"$dir\\docear-*\\*\" \"$dir\"", 13 | "Remove-Item \"$dir\\docear-*\"" 14 | ], 15 | "bin": "docear.exe", 16 | "shortcuts": [ 17 | [ 18 | "docear.exe", 19 | "Docear" 20 | ] 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /bucket/glogg.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.1.4", 3 | "description": "A fast, advanced log explorer", 4 | "homepage": "https://glogg.bonnefon.org", 5 | "license": "GPL-3.0-only", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/glogg/glogg-v1.1.4-x86_64-setup.exe#/dl.7z", 9 | "hash": "08fe13b713327bef93298b6d11717a93bbaa9d49165995be93f4a3282e76b22f" 10 | } 11 | }, 12 | "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\uninstal*\" -Recurse", 13 | "bin": "glogg.exe", 14 | "shortcuts": [ 15 | [ 16 | "glogg.exe", 17 | "glogg" 18 | ] 19 | ] 20 | } 21 | -------------------------------------------------------------------------------- /bucket/leet.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2014.8.29", 3 | "description": "Get your 1337 fix in PowerShell.", 4 | "homepage": "https://github.com/vidarkongsli/posh1337", 5 | "license": "MIT", 6 | "url": [ 7 | "https://raw.githubusercontent.com/vidarkongsli/posh1337/654074d92608d90427b188b24e4e8325c247f1d6/leet.psm1", 8 | "https://raw.githubusercontent.com/vidarkongsli/posh1337/654074d92608d90427b188b24e4e8325c247f1d6/leet.ps1" 9 | ], 10 | "hash": [ 11 | "70833a433c777a002264432f7019023b16d0cf46c545b3b91aa5abebd22ac282", 12 | "6a438b0875f0404a4e50785d2f5fe815b442ba6defddaa85a92856c7e7f0ed49" 13 | ], 14 | "psmodule": { 15 | "name": "leet" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /bucket/dia.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.97.2", 3 | "description": "Drawing software", 4 | "homepage": "http://dia-installer.de", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://downloads.sourceforge.net/project/dia-installer/dia/0.97.2/dia_0.97.2_win32.zip", 7 | "hash": "sha1:de4b6df6af39c6845b51d42a0c927ef3c42c01e9", 8 | "bin": "bin\\dia.exe", 9 | "shortcuts": [ 10 | [ 11 | "bin\\diaw.exe", 12 | "Dia" 13 | ] 14 | ], 15 | "checkver": "Contains Dia ([\\d.]+) with updated base libraries", 16 | "autoupdate": { 17 | "url": "https://downloads.sourceforge.net/project/dia-installer/dia/$version/dia_$version_win32.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/ksnip.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.10.0", 3 | "description": "Screenshot tool that provides many annotation features", 4 | "homepage": "https://github.com/ksnip/ksnip", 5 | "license": "GPL-2.0-only", 6 | "url": "https://github.com/ksnip/ksnip/releases/download/v1.10.0/ksnip-1.10.0-windows.zip", 7 | "hash": "d6ee4583ed3c6ed5964356d8129ad8963677be4946343c526030a30f2129b16a", 8 | "bin": "ksnip.exe", 9 | "shortcuts": [ 10 | [ 11 | "ksnip.exe", 12 | "ksnip" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/ksnip/ksnip/releases/download/v$version/ksnip-$version-windows.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/reshade.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "5.6.0", 3 | "description": "A generic post-processing injector for games and video software", 4 | "homepage": "https://reshade.me", 5 | "license": "BSD-3-Clause", 6 | "url": "https://reshade.me/downloads/ReShade_Setup_5.6.0.exe#/ReShade.exe", 7 | "hash": "26a7cd9aae702866749a3dcfa342e3bb913212e5357a252bbee2e08f70ded4fc", 8 | "bin": "ReShade.exe", 9 | "shortcuts": [ 10 | [ 11 | "ReShade.exe", 12 | "ReShade" 13 | ] 14 | ], 15 | "checkver": "Version\\s+([\\d.]+)", 16 | "autoupdate": { 17 | "url": "https://reshade.me/downloads/ReShade_Setup_$version.exe#/ReShade.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /scripts/wsa-pacman/install-associations.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wsa-pacman.apk] 4 | @="Package installer" 5 | 6 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wsa-pacman.apk\DefaultIcon] 7 | @="\"$dirpath\\WSA-pacman.exe\",0" 8 | 9 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wsa-pacman.apk\shell] 10 | 11 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wsa-pacman.apk\shell\open] 12 | 13 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\wsa-pacman.apk\shell\open\command] 14 | @="\"$dirpath\\WSA-pacman.exe\" \"%1\"" 15 | 16 | 17 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.apk] 18 | @="wsa-pacman.apk" 19 | 20 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.apk\OpenWithProgids] 21 | "wsa-pacman.apk"="" 22 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | Closes #XXXX 12 | 13 | Relates to #XXXX 14 | 15 | - [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md). 16 | -------------------------------------------------------------------------------- /bucket/cmdow.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4.8", 3 | "description": "Win32 console application for manipulating program windows.", 4 | "homepage": "https://ritchielawrence.github.io/cmdow/", 5 | "license": "MIT", 6 | "url": "https://github.com/ritchielawrence/cmdow/archive/v1.4.8.zip", 7 | "hash": "f5c5289a6c26aff63dd27af321ba0392ce3f5c2ed0e6bfcd07d8c7952c468ac9", 8 | "extract_dir": "cmdow-1.4.8", 9 | "bin": "bin\\Release\\cmdow.exe", 10 | "checkver": { 11 | "github": "https://github.com/ritchielawrence/cmdow" 12 | }, 13 | "autoupdate": { 14 | "url": "https://github.com/ritchielawrence/cmdow/archive/v$version.zip", 15 | "extract_dir": "cmdow-$version" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /bucket/logexpert.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.9.0", 3 | "description": "Windows tail program and log file analyzer.", 4 | "homepage": "https://github.com/zarunbal/LogExpert", 5 | "license": "MIT", 6 | "url": "https://github.com/zarunbal/LogExpert/releases/download/v1.9.0/LogExpert.1.9.0.zip", 7 | "hash": "3c0dc5b52bbb64d89e5899f17bb11996cfd6af9e0b39961313f2964a20073ff0", 8 | "bin": "LogExpert.exe", 9 | "shortcuts": [ 10 | [ 11 | "LogExpert.exe", 12 | "LogExpert" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/zarunbal/LogExpert/releases/download/v$version/LogExpert.$version.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/centertaskbar.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.92", 3 | "description": "Centers Windows taskbar icons.", 4 | "homepage": "https://github.com/mdhiggins/CenterTaskbar", 5 | "license": "MIT", 6 | "url": "https://github.com/mdhiggins/CenterTaskbar/releases/download/1.92/CenterTaskbar.exe", 7 | "hash": "f40e020b4657304e8ff55f53aab7265a3eac0c1c63e1586d4009f3cd02827ef3", 8 | "bin": "CenterTaskbar.exe", 9 | "shortcuts": [ 10 | [ 11 | "CenterTaskbar.exe", 12 | "CenterTaskbar" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/mdhiggins/CenterTaskbar/releases/download/$version/CenterTaskbar.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/eclipse-testing.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2020-12", 3 | "description": "Eclipse IDE for Testers", 4 | "homepage": "https://www.eclipse.org", 5 | "license": "EPL-1.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "http://download.eclipse.org/technology/epp/downloads/release/2020-12/R/eclipse-testing-2020-12-R-win32-x86_64.zip", 9 | "hash": "sha512:0a9a4ae11711a0400e98d8a2a3b130c27629f4db6b0cda87c47e57de72ae09e275a60572799fd5e7fb3ad2f29e5fe69eec964c63ebb3d66bf092f9ef2f03c0f6" 10 | } 11 | }, 12 | "extract_dir": "eclipse", 13 | "shortcuts": [ 14 | [ 15 | "eclipse.exe", 16 | "Eclipse for Testers" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/sc1.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "5.3.3", 3 | "description": "SCIntilla based Text Editor", 4 | "homepage": "https://www.scintilla.org/SciTE.html", 5 | "license": "HPND", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://www.scintilla.org/Sc533.exe#/Sc1.exe", 9 | "hash": "492b7e4e55f92d052240a4dd6b85c5849144e5aa5b20ca8a8c11af6b8d145508" 10 | } 11 | }, 12 | "bin": "Sc1.exe", 13 | "shortcuts": [ 14 | [ 15 | "Sc1.exe", 16 | "Sc1" 17 | ] 18 | ], 19 | "checkver": "Release version ([\\d.]+)", 20 | "autoupdate": { 21 | "url": "https://www.scintilla.org/Sc$cleanVersion.exe#/Sc1.exe" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/xenu.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.3.8", 3 | "description": "Xenu's Link Sleuth checks Web sites for broken links", 4 | "homepage": "http://home.snafu.de/tilman/xenulink.html", 5 | "license": "Unknown", 6 | "url": "http://home.snafu.de/tilman/XENU.ZIP", 7 | "hash": "319108b72709e32c250bb49bd02739f26d37b8a9d5a9bb3bbfa488d7354e197f", 8 | "installer": { 9 | "script": [ 10 | "Expand-7zipArchive \"$dir\\Setup.exe\" \"$dir\"", 11 | "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Setup.exe\", \"$dir\\`uninst.exe\" -Force -Recurse" 12 | ] 13 | }, 14 | "shortcuts": [ 15 | [ 16 | "Xenu.exe", 17 | "Xenu" 18 | ] 19 | ] 20 | } 21 | -------------------------------------------------------------------------------- /bucket/7tsp.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.6", 3 | "description": "7TSP (Se7en Theme Source Patcher) is a tool to modify themes on Windows 7, 8 10 and 11.", 4 | "homepage": "https://www.deviantart.com/devillnside/art/7TSP-GUI-2019-Edition-804769422", 5 | "license": "Freeware", 6 | "url": "https://github.com/ScoopInstaller/Binary/raw/master/7tsp/7TSP-GUI-v0_6.zip", 7 | "hash": "353a68b2d93168f28676f20f566c9beccf9e723e2670f746ff00da6eb188aa1a", 8 | "extract_dir": "7TSP GUI v0.6", 9 | "pre_install": "Get-ChildItem \"$dir\\7TSP*.exe\" | Rename-Item -NewName '7TSP.exe'", 10 | "shortcuts": [ 11 | [ 12 | "7TSP.exe", 13 | "7TSP (Se7en Theme Source Patcher)" 14 | ] 15 | ] 16 | } 17 | -------------------------------------------------------------------------------- /bucket/eclipse-rust.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2020-12", 3 | "description": "Eclipse for Rust Developers", 4 | "homepage": "https://www.eclipse.org", 5 | "license": "EPL-1.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "http://download.eclipse.org/technology/epp/downloads/release/2020-12/R/eclipse-rust-2020-12-R-win32-x86_64.zip", 9 | "hash": "sha512:5b83dabc32377075aa58efb5bf8fe288ecc76242b3224677973649a5db01fc0196f66f7c8eadcd1869115a14f5c90c26bd55d230869f15975038f5c872e17f97" 10 | } 11 | }, 12 | "extract_dir": "eclipse", 13 | "shortcuts": [ 14 | [ 15 | "eclipse.exe", 16 | "Eclipse for Rust Developers" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/flashplayer-sa.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "32.0.0.465", 3 | "description": "Standalone version of Adobe Flash Player", 4 | "homepage": "https://get.adobe.com/flashplayer/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.adobe.com/content/dam/acom/en/legal/licenses-terms/pdf/Flash_Player_32_0.pdf" 8 | }, 9 | "url": "https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flashplayer_32_sa.exe#/flashplayer.exe", 10 | "hash": "a4b333ac1da12026989549015303d82231982838bccfb544ba5fd188746066f0", 11 | "bin": "flashplayer.exe", 12 | "shortcuts": [ 13 | [ 14 | "flashplayer.exe", 15 | "Adobe Flash Player" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/licecap.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.32", 3 | "description": "Capture an area of your desktop and save it directly to .GIF or .LCF file.", 4 | "homepage": "https://www.cockos.com/licecap/", 5 | "license": "GPL-2.0-only", 6 | "url": "https://www.cockos.com/licecap/licecap132-install.exe#/dl.7z", 7 | "hash": "b1e7eaf6b275bfb820bffa790082b36dd4eab1c06a54b3d508c7bad304b1d518", 8 | "bin": "licecap.exe", 9 | "shortcuts": [ 10 | [ 11 | "licecap.exe", 12 | "LICEcap" 13 | ] 14 | ], 15 | "checkver": "LICEcap v([\\d.]+) for Windows", 16 | "autoupdate": { 17 | "url": "https://www.cockos.com/licecap/licecap$cleanVersion-install.exe#/dl.7z" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/neatdownloadmanager.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4", 3 | "description": "A simple and lightweight GUI wrapped around a powerful and optimized Download-Engine", 4 | "homepage": "http://neatdownloadmanager.com/index.php", 5 | "license": "Freeware", 6 | "url": "http://neatdownloadmanager.com/file/NeatDM_setup.exe", 7 | "hash": "3474f9a78cf4a443eeba53d136d0d36d860cecdf955c39075f99287fc759c69e", 8 | "innosetup": true, 9 | "shortcuts": [ 10 | [ 11 | "NeatDM.exe", 12 | "Neat Download Manager" 13 | ] 14 | ], 15 | "checkver": "\\(ver ([\\d.]+)\\)", 16 | "autoupdate": { 17 | "url": "http://neatdownloadmanager.com/file/NeatDM_setup.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/pandownload.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2.2", 3 | "description": "A downloader of Baidu disk", 4 | "homepage": "http://pandownload.com/", 5 | "license": "Unknown", 6 | "url": "http://dl.pandownload.club/dl/PanDownload_v2.2.2.zip", 7 | "hash": "5b540f57c11902759192a81997c98d8d9eae08ac4ad1720bd748d1168330d0ed", 8 | "extract_dir": "PanDownload", 9 | "bin": "PanDownload.exe", 10 | "shortcuts": [ 11 | [ 12 | "PanDownload.exe", 13 | "PanDownload" 14 | ] 15 | ], 16 | "checkver": ">v([\\d.]+)([\\d.]+)" 18 | }, 19 | "autoupdate": { 20 | "url": "https://geekuninstaller.com/geek.7z" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/visual-arm-emulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.27", 3 | "description": "A highly visual ARM emulator", 4 | "homepage": "https://salmanarif.bitbucket.io/visual/index.html", 5 | "license": "Apache-2.0", 6 | "url": "https://bit.ly/visualwin_127#/dl.7z", 7 | "hash": "e8e823b9a1a7db6441ad4c905b7940879e6bfb9276c433e8833658904917d66b", 8 | "shortcuts": [ 9 | [ 10 | "VisUAL.exe", 11 | "VisUAL" 12 | ] 13 | ], 14 | "checkver": { 15 | "url": "https://salmanarif.bitbucket.io/visual/downloads.html", 16 | "regex": "([\\d.]+)" 17 | }, 18 | "autoupdate": { 19 | "url": "https://bit.ly/visualwin_$cleanVersion#/dl.7z" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /deprecated/riot.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.6.8", 3 | "description": "A decentralised, encrypted chat & collaboration powered by matrix.org", 4 | "homepage": "https://about.riot.im", 5 | "license": "Apache-2.0", 6 | "notes": "Riot was rebranded into Element. Install 'extras/element' instead.", 7 | "architecture": { 8 | "64bit": { 9 | "url": "https://packages.riot.im/desktop/update/win32/x64/riot-desktop-1.6.8-full.nupkg", 10 | "hash": "sha1:7e2513449463198149652b465595a439fd0eacf5" 11 | } 12 | }, 13 | "extract_dir": "lib\\net45", 14 | "bin": "riot.exe", 15 | "shortcuts": [ 16 | [ 17 | "riot.exe", 18 | "Riot" 19 | ] 20 | ] 21 | } 22 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/hash-error.yml: -------------------------------------------------------------------------------- 1 | name: 🔢 Hash Error 2 | description: Open an issue about a package's hash is incorrect. 3 | labels: ["bug"] 4 | body: 5 | - type: checkboxes 6 | attributes: 7 | label: Prerequisites 8 | options: 9 | - label: I have used the predefined issue title. (e.g. "xxx@xxx: hash check failed") 10 | required: true 11 | - label: I have verified that I am using the latest version of Scoop and corresponding bucket. 12 | required: true 13 | - type: input 14 | attributes: 15 | label: Package Name and Version 16 | description: Name and version of package (install name) which has incorrect hash. 17 | placeholder: e.g. 7zip@21.00 (not '7-Zip') 18 | validations: 19 | required: true 20 | -------------------------------------------------------------------------------- /bucket/ec2-api-tools.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.7.3.0", 3 | "description": "Command-line utilities that wrap the Amazon EC2 API actions.", 4 | "homepage": "https://aws.amazon.com/developertools/351", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://aws.amazon.com/asl/" 8 | }, 9 | "suggest": { 10 | "JDK": [ 11 | "java/oraclejdk", 12 | "java/openjdk" 13 | ] 14 | }, 15 | "url": "https://s3.amazonaws.com/ec2-downloads/ec2-api-tools-1.7.3.0.zip", 16 | "hash": "md5:1cc368f2c1d2045262b59749dca37d50", 17 | "extract_dir": "ec2-api-tools-1.7.3.0", 18 | "env_add_path": "bin", 19 | "env_set": { 20 | "EC2_HOME": "$dir" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/lightcord.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.1.9", 3 | "description": "A simple and customizable Discord client", 4 | "homepage": "https://lightcord.org", 5 | "license": "MIT", 6 | "url": "https://github.com/Lightcord/Lightcord/releases/download/v0.1.9/lightcord-win32-ia32.zip", 7 | "hash": "139ed54bccd789324bbc294f1153da83efb0f23d7e79418a7ee3e38b8d22358c", 8 | "shortcuts": [ 9 | [ 10 | "Lightcord.exe", 11 | "Lightcord" 12 | ] 13 | ], 14 | "checkver": { 15 | "github": "https://github.com/Lightcord/Lightcord" 16 | }, 17 | "autoupdate": { 18 | "url": "https://github.com/Lightcord/Lightcord/releases/download/v$version/lightcord-win32-ia32.zip" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /bucket/mediainfo.net.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.3.0.0", 3 | "description": "MediaInfo.NET is a Windows application that shows media file information.", 4 | "homepage": "https://github.com/stax76/MediaInfo.NET", 5 | "license": "MIT", 6 | "url": "https://github.com/stax76/MediaInfo.NET/releases/download/7.3.0.0/MediaInfo.NET-7.3.0.0.zip", 7 | "hash": "f38670a488d93488d3396f5df4eb074bba2f0ac4e5f6784470a12bf770d04d02", 8 | "shortcuts": [ 9 | [ 10 | "MediaInfoNET.exe", 11 | "MediaInfo.NET" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/stax76/MediaInfo.NET/releases/download/$version/MediaInfo.NET-$version.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/taiga.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4.0", 3 | "description": "Detects anime videos on computer and synchronizes progress with online services.", 4 | "homepage": "https://taiga.moe/", 5 | "license": "GPL-3.0-only", 6 | "url": "https://taiga.moe/update/TaigaSetup.exe#/dl.7z", 7 | "hash": "22556aff39f20a88bde4f0b944d886dd729810477b6b97dab39a0c9a60ad43e0", 8 | "bin": "Taiga.exe", 9 | "shortcuts": [ 10 | [ 11 | "Taiga.exe", 12 | "Taiga" 13 | ] 14 | ], 15 | "persist": "data", 16 | "checkver": { 17 | "github": "https://github.com/erengy/taiga" 18 | }, 19 | "autoupdate": { 20 | "url": "https://taiga.moe/update/TaigaSetup.exe#/dl.7z" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/kitematic.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.17.13", 3 | "description": "A simple application for managing Docker containers.", 4 | "homepage": "https://github.com/docker/kitematic", 5 | "license": "Apache-2.0", 6 | "url": "https://github.com/docker/kitematic/releases/download/v0.17.13/Kitematic-0.17.13-Windows.zip", 7 | "hash": "cb7f1de32e2c4b6ba46eda237779e9f66082d5ad8929f591ad88ac5747972603", 8 | "bin": "Kitematic.exe", 9 | "shortcuts": [ 10 | [ 11 | "Kitematic.exe", 12 | "Kitematic" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/docker/kitematic/releases/download/v$version/Kitematic-$version-Windows.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/kscript.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.2.1", 3 | "description": "Enhanced scripting support for Kotlin.", 4 | "homepage": "https://github.com/kscripting/kscript", 5 | "license": "MIT", 6 | "suggest": { 7 | "Kotlin": "main/kotlin" 8 | }, 9 | "url": "https://github.com/kscripting/kscript/releases/download/v4.2.1/kscript-4.2.1-bin.zip", 10 | "hash": "41f70b55daf67dada3a2ef2022d4d4c5a52bd8fecbc6bb20f59f35cae3ab1748", 11 | "extract_dir": "kscript-4.2.1", 12 | "bin": "bin\\kscript.bat", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "url": "https://github.com/kscripting/kscript/releases/download/v$version/kscript-$version-bin.zip", 16 | "extract_dir": "kscript-$version" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/nimbleset.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2.0.41590", 3 | "description": "Simple tool for quickly comparing lists.", 4 | "homepage": "https://nimbletext.com/SET/About", 5 | "license": "Unknown", 6 | "url": "http://nimbletext.com/Download/NimbleSET.exe", 7 | "hash": "9a150c2d193ab6a7e83e44279ce6f005ebdc8efffeec0e25b39298f4a23439e5", 8 | "bin": "NimbleSET.exe", 9 | "shortcuts": [ 10 | [ 11 | "NimbleSET.exe", 12 | "NimbleSET" 13 | ] 14 | ], 15 | "checkver": { 16 | "url": "http://nimbletext.com/SET/VersionNotes", 17 | "regex": "Version ([\\d.]+)" 18 | }, 19 | "autoupdate": { 20 | "url": "http://nimbletext.com/Download/NimbleSET.exe" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/noty.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2.0", 3 | "description": "Autosaving sticky note with support for multiple notes without needing multiple windows.", 4 | "homepage": "https://github.com/fabiospampinato/noty", 5 | "license": "MIT", 6 | "url": "https://github.com/fabiospampinato/noty/releases/download/v2.2.0/Noty-2.2.0-win.zip", 7 | "hash": "166d125e409a3d4f0f92a2f583df3997cdabbaf0aa8803cdbbac4460ce8eee30", 8 | "bin": "noty.exe", 9 | "shortcuts": [ 10 | [ 11 | "noty.exe", 12 | "noty" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/fabiospampinato/noty/releases/download/v$version/Noty-$version-win.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/uwamp.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.1.0", 3 | "description": "Wamp Server with Apache MySQL PHP and SQLite.", 4 | "homepage": "https://www.uwamp.com/en/", 5 | "license": "Unknown", 6 | "url": "https://www.uwamp.com/file/UwAmp.zip", 7 | "hash": "6f0478caa44da0bf7fb9138392062f042008827118ca0c65395af8fbbd4ff1a3", 8 | "extract_dir": "UwAmp", 9 | "bin": "UwAmp.exe", 10 | "shortcuts": [ 11 | [ 12 | "UwAmp.exe", 13 | "UwAmp" 14 | ] 15 | ], 16 | "checkver": { 17 | "url": "https://www.uwamp.com/en/?page=download", 18 | "regex": "Last version ([\\d.]+)" 19 | }, 20 | "autoupdate": { 21 | "url": "https://www.uwamp.com/file/UwAmp.zip" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/winmtr.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.92", 3 | "description": "Network diagnostic tool combining ping and traceroute.", 4 | "homepage": "https://sourceforge.net/projects/winmtr", 5 | "license": "GPL-2.0-only", 6 | "url": "https://downloads.sourceforge.net/project/winmtr/WinMTR-v092.zip", 7 | "hash": "sha1:3d0553dabd788b67eaa328db90fa77635a30813b", 8 | "architecture": { 9 | "64bit": { 10 | "extract_dir": "WinMTR-v092\\WinMTR_x64" 11 | }, 12 | "32bit": { 13 | "extract_dir": "WinMTR-v092\\WinMTR_x32" 14 | } 15 | }, 16 | "bin": "WinMTR.exe", 17 | "shortcuts": [ 18 | [ 19 | "WinMTR.exe", 20 | "WinMTR" 21 | ] 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /scripts/vscode/install-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Code] 4 | @="Open with &Code" 5 | "Icon"="$code" 6 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Code\command] 7 | @="\"$code\" \"%1\"" 8 | 9 | [HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Code] 10 | @="Open with &Code" 11 | "Icon"="$code" 12 | [HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Code\command] 13 | @="\"$code\" \"%V\"" 14 | 15 | [HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Code] 16 | @="Open with &Code" 17 | "Icon"="$code" 18 | [HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Code\command] 19 | @="\"$code\" \"%V\"" 20 | -------------------------------------------------------------------------------- /bucket/tak.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.3.3", 3 | "description": "Tom's lossless Audio Kompressor", 4 | "homepage": "https://wiki.hydrogenaud.io/index.php?title=TAK", 5 | "license": "Freeware", 6 | "url": "http://thbeck.de/Download/TAK_2.3.3.zip", 7 | "hash": "40d26992266f1377d576b88b84b88d2ab256dc321e47f90314402a80692aba6a", 8 | "extract_dir": "Applications", 9 | "bin": "Takc.exe", 10 | "shortcuts": [ 11 | [ 12 | "Tak.exe", 13 | "Tak" 14 | ] 15 | ], 16 | "checkver": { 17 | "url": "http://thbeck.de/Tak/Tak.html", 18 | "regex": "TAK_([\\d.]+) Final" 19 | }, 20 | "autoupdate": { 21 | "url": "http://thbeck.de/Download/TAK_$version.zip" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/ueli.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "8.23.2", 3 | "description": "A keystroke launcher", 4 | "homepage": "https://ueli.oliverschwendener.ch", 5 | "license": "MIT", 6 | "url": "https://github.com/oliverschwendener/ueli/releases/download/v8.23.2/ueli-8.23.2-win.zip", 7 | "hash": "4cab4f8cd629abbf0690252c95dbf0e9bc2ff3e12bafeab0e7dcc851ba4917d8", 8 | "bin": "ueli.exe", 9 | "shortcuts": [ 10 | [ 11 | "ueli.exe", 12 | "ueli" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/oliverschwendener/ueli" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/oliverschwendener/ueli/releases/download/v$version/ueli-$version-win.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/hibit-system-information.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.35", 3 | "description": "Show detailed information about the configuration of your computer.", 4 | "homepage": "https://www.hibitsoft.ir/SystemInformation.html", 5 | "license": "Freeware", 6 | "url": "https://www.hibitsoft.ir/HiBitSysynfo/HiBitSysInfo-Portable-2.0.35.zip", 7 | "hash": "5e457bc8f1be50a32007fcfb208616ec33eae764df6caca93a22902390330ad2", 8 | "shortcuts": [ 9 | [ 10 | "HiBitSysInfo-Portable.exe", 11 | "HiBit System Information" 12 | ] 13 | ], 14 | "checkver": "Latest version: ([\\d.]+)", 15 | "autoupdate": { 16 | "url": "https://www.hibitsoft.ir/HiBitSysynfo/HiBitSysInfo-Portable-$version.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/natural-docs.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2", 3 | "description": "Readable source code documentation for 20 programming languages.", 4 | "homepage": "http://www.naturaldocs.org/", 5 | "license": "AGPL-3.0-only", 6 | "url": "http://www.naturaldocs.org/download/natural_docs/2.2/Natural_Docs_2.2.zip", 7 | "hash": "2d0d13c3373f30668a1fc7b08b8f3680c49182df4597cfe868573347fdf0e8ba", 8 | "extract_dir": "Natural Docs", 9 | "bin": "NaturalDocs.exe", 10 | "checkver": { 11 | "url": "http://www.naturaldocs.org/download/", 12 | "regex": "Stable Release:
([\\d+.]+)" 13 | }, 14 | "autoupdate": { 15 | "url": "http://www.naturaldocs.org/download/natural_docs/$version/Natural_Docs_$version.zip" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /bucket/onefetch.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.15.1", 3 | "description": "Git repository summary on terminal", 4 | "homepage": "https://github.com/o2sh/onefetch", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/o2sh/onefetch/releases/download/2.15.1/onefetch-win.tar.gz", 9 | "hash": "5af41caa9e0549f850f33835827024af2ef042c91df4c5a94b9bf80a6c353f24" 10 | } 11 | }, 12 | "bin": "onefetch.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/o2sh/onefetch/releases/download/$version/onefetch-win.tar.gz" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/regexp.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.92", 3 | "description": "Enhanced Registry editor/explorer", 4 | "homepage": "https://github.com/zodiacon/RegExp", 5 | "notes": [ 6 | "'Regexp' has been renamed to 'Total Registry' since version 0.95", 7 | "You can install the new version by: scoop install total-registry" 8 | ], 9 | "license": "MIT", 10 | "architecture": { 11 | "64bit": { 12 | "url": "https://github.com/zodiacon/RegExp/releases/download/v0.92/RegExp.exe", 13 | "hash": "0fec65da399172f889b67c3ec320aa30cb43ac23ce87ccf1e4f93c6302315ac3" 14 | } 15 | }, 16 | "shortcuts": [ 17 | [ 18 | "RegExp.exe", 19 | "RegExp" 20 | ] 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /bucket/unlocker.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.9.0", 3 | "description": "A tiny app specialized in unlocking files and killing hanging processes.", 4 | "homepage": "http://www.emptyloop.com/unlocker", 5 | "license": "Unknown", 6 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/unlocker/unlocker1.9.0-portable.zip", 7 | "hash": "sha1:e8abf005d2f7658f81b1ed29a0c426f9a63637f2", 8 | "architecture": { 9 | "64bit": { 10 | "extract_dir": "x64" 11 | }, 12 | "32bit": { 13 | "extract_dir": "x86" 14 | } 15 | }, 16 | "bin": "unlocker.exe", 17 | "shortcuts": [ 18 | [ 19 | "unlocker.exe", 20 | "Unlocker" 21 | ] 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /scripts/beyondcompare/uninstall-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\Software\Classes\CLSID\{57FA2D12-D22D-490A-805A-5CB48E84F12A}] 4 | [-HKEY_CURRENT_USER\Software\Wow6432Node\Classes\CLSID\{57FA2D12-D22D-490A-805A-5CB48E84F12A}] 5 | 6 | [-HKEY_CURRENT_USER\Software\Classes\*\shellex\ContextMenuHandlers\CirrusShellEx] 7 | [-HKEY_CURRENT_USER\Software\Classes\Directory\shellex\ContextMenuHandlers\CirrusShellEx] 8 | [-HKEY_CURRENT_USER\Software\Classes\Folder\shellex\ContextMenuHandlers\CirrusShellEx] 9 | [-HKEY_CURRENT_USER\Software\Classes\lnkfile\shellex\ContextMenuHandlers\CirrusShellEx] 10 | 11 | [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved] 12 | "{57FA2D12-D22D-490A-805A-5CB48E84F12A}"=- 13 | -------------------------------------------------------------------------------- /bucket/battery-care.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.9.36", 3 | "description": "Tool to optimize the usage and performance of the modern laptop's battery. ", 4 | "license": "Freeware", 5 | "homepage": "https://batterycare.net/", 6 | "url": "https://batterycare.net/files/BatteryCarePortable.zip", 7 | "hash": "66c6056c2bd205726c3e81cd0244ec96c80eef15f8e4cc4fc693b285f42d1627", 8 | "shortcuts": [ 9 | [ 10 | "BatteryCare.exe", 11 | "BatteryCare" 12 | ] 13 | ], 14 | "checkver": { 15 | "url": "https://batterycare.net/en/download.html", 16 | "regex": "Version ([\\d.]+)" 17 | }, 18 | "autoupdate": { 19 | "url": "https://batterycare.net/files/BatteryCarePortable.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/ktlint.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.48.2", 3 | "description": "An anti-bikeshedding Kotlin linter with built-in formatter", 4 | "homepage": "https://github.com/shyiko/ktlint", 5 | "license": "MIT", 6 | "suggest": { 7 | "JDK": [ 8 | "java/oraclejdk", 9 | "java/openjdk" 10 | ] 11 | }, 12 | "url": "https://github.com/shyiko/ktlint/releases/download/0.48.2/ktlint#/ktlint.jar", 13 | "hash": "md5:48a2c6c67502a57d54fc33f65c7007c3", 14 | "bin": "ktlint.jar", 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/shyiko/ktlint/releases/download/$version/ktlint#/ktlint.jar", 18 | "hash": { 19 | "url": "$url.md5" 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/mancy.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.2.0", 3 | "description": "A NodeJS REPL application based on Electron and React frameworks", 4 | "homepage": "https://github.com/princejwesley/Mancy", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/princejwesley/Mancy/releases/download/v3.2.0/Mancy-win32-x64.zip", 9 | "hash": "sha512:578fccc5f507e235dbbf8598a320ae3a21976662b3bd7bd0ff95965835a799dda8bf98b43609676d4341f8fedfda3700eaa44060bbf9623bf187745afe859c17", 10 | "extract_dir": "Mancy-win32-x64" 11 | } 12 | }, 13 | "bin": "Mancy.exe", 14 | "shortcuts": [ 15 | [ 16 | "Mancy.exe", 17 | "Mancy" 18 | ] 19 | ] 20 | } 21 | -------------------------------------------------------------------------------- /bucket/snaptimer.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.1", 3 | "description": "Windows Countdown Timer", 4 | "homepage": "https://dan.hersam.com/software/snaptimer/index.php", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://dan.hersam.com/software/license.php" 8 | }, 9 | "url": "https://cdn.hersam.com/software/snaptimer/SnapTimer.zip", 10 | "hash": "sha1:7131f4c79038b8059f8ef16601077f075cfad2dc", 11 | "extract_dir": "SnapTimer", 12 | "pre_install": "if (!(Test-Path \"$persist_dir\\SnapTimer.ini\")) { New-Item \"$dir\\SnapTimer.ini\" | Out-Null }", 13 | "shortcuts": [ 14 | [ 15 | "SnapTimer.exe", 16 | "SnapTimer" 17 | ] 18 | ], 19 | "persist": "SnapTimer.ini" 20 | } 21 | -------------------------------------------------------------------------------- /bucket/xjoy.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.1.9", 3 | "description": "Gamepad driver for Nintendo Switch Joy-Cons that merges them into one controller.", 4 | "homepage": "https://github.com/sam0x17/XJoy", 5 | "license": "MIT", 6 | "notes": "Needs ViGEmBus to function: https://github.com/ViGEm/ViGEmBus/releases", 7 | "url": "https://github.com/sam0x17/XJoy/releases/download/v0.1.9/XJoy.v0.1.9.zip", 8 | "hash": "3d4b8e77b8b81ee147bc6942cbfea3231a07c07cd90db523c5f4c6b8e7e71b15", 9 | "extract_dir": "XJoy v0.1.9", 10 | "bin": "XJoy.exe", 11 | "checkver": "github", 12 | "autoupdate": { 13 | "url": "https://github.com/sam0x17/XJoy/releases/download/v$version/XJoy.v$version.zip", 14 | "extract_dir": "XJoy v$version" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/bitsmanager.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.12", 3 | "description": "Manager for BITS (Background Intelligent Transfer Service) for Windows.", 4 | "homepage": "https://github.com/microsoft/BITS-Manager/", 5 | "license": "MIT", 6 | "url": "https://github.com/microsoft/BITS-Manager/releases/download/v1.12/BITSManager.msi", 7 | "hash": "ac3e204d782d54375080b22cf9f3517f8b107362173c84ab5b3dd58a10c50469", 8 | "extract_dir": "PFiles\\BITS Manager", 9 | "shortcuts": [ 10 | [ 11 | "BitsManager.exe", 12 | "BITS Manager" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/microsoft/BITS-Manager/releases/download/v$version/BITSManager.msi" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/eclipse-reporting.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2019-09", 3 | "description": "Eclipse IDE for Java and Report Developers", 4 | "homepage": "https://www.eclipse.org", 5 | "license": "EPL-1.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "http://download.eclipse.org/technology/epp/downloads/release/2019-09/R/eclipse-reporting-2019-09-R-win32-x86_64.zip", 9 | "hash": "sha512:d34e5c5d19bfaa1cee3efa47a21a96b35d2defad2b162cb440ebe27a49dc55e023bcd7b44e69cf923281145a5b155aeaf988de77c600cb48933ec17184088d7b" 10 | } 11 | }, 12 | "extract_dir": "eclipse", 13 | "shortcuts": [ 14 | [ 15 | "eclipse.exe", 16 | "Eclipse IDE for Java and Report Developers" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/meld.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.22.0", 3 | "description": "A visual diff and merge tool", 4 | "homepage": "http://meldmerge.org/", 5 | "license": "GPL-2.0-only", 6 | "url": "https://download.gnome.org/binaries/win32/meld/3.22/Meld-3.22.0-mingw.msi", 7 | "hash": "2789ed3b259a506d359e1c17a2764e9daccd70fbc8365803c20612b0c9f2fbd8", 8 | "bin": "Meld.exe", 9 | "shortcuts": [ 10 | [ 11 | "Meld.exe", 12 | "Meld" 13 | ] 14 | ], 15 | "checkver": "([\\d.]+)-mingw", 16 | "autoupdate": { 17 | "url": "https://download.gnome.org/binaries/win32/meld/$majorVersion.$minorVersion/Meld-$version-mingw.msi", 18 | "hash": { 19 | "url": "$url.sha256" 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/mtpcopy.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.3.0", 3 | "description": "A Windows CLI tool for copying files from/to a portable device via MTP", 4 | "homepage": "https://github.com/kzmi/mtpcopy", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/kzmi/mtpcopy/releases/download/0.3.0/mtpcopy.exe", 9 | "hash": "25768b655afcb8ef1ec9afb5d775c6b73ca44f9b8d35297a72cc94b4638910f8" 10 | } 11 | }, 12 | "bin": "mtpcopy.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/kzmi/mtpcopy/releases/download/$version/mtpcopy.exe" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/nimbletext.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.1.0.33266", 3 | "description": "Text manipulation and code generation tool", 4 | "homepage": "https://nimbletext.com", 5 | "license": "Unknown", 6 | "url": "https://nimbletext.com/Download/NimbleText.exe", 7 | "hash": "710ee5e8b449aca2b54c45c426f3e8316da31a78463cae373b40f92a161380f6", 8 | "bin": "NimbleText.exe", 9 | "shortcuts": [ 10 | [ 11 | "NimbleText.exe", 12 | "NimbleText" 13 | ] 14 | ], 15 | "checkver": { 16 | "url": "https://nimbletext.com/Version", 17 | "regex": "([\\d.]+),\\d+", 18 | "reverse": true 19 | }, 20 | "autoupdate": { 21 | "url": "https://nimbletext.com/Download/NimbleText.exe" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/xdelta3-cross-gui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.3.1", 3 | "description": "A cross-platform GUI for creating xDelta3 patches", 4 | "homepage": "https://github.com/dan0v/xdelta3-cross-gui", 5 | "license": "Apache-2.0", 6 | "url": "https://github.com/dan0v/xdelta3-cross-gui/releases/download/1.3.1/xdelta3-cross-gui_win_x86.zip", 7 | "hash": "b194f5dc84b8915e501eb9c04e5cf54781621a85845f18e45d7aadbc1c8166e2", 8 | "shortcuts": [ 9 | [ 10 | "xDelta3 Cross GUI\\xdelta3_cross_gui.exe", 11 | "xDelta3 Cross GUI" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/dan0v/xdelta3-cross-gui/releases/download/$version/xdelta3-cross-gui_win_x86.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/freeclipboardviewer.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.0", 3 | "description": "A program used to view the information that is stored in memory when you use copy and cut functions of Windows.", 4 | "homepage": "https://freeclipboardviewer.com", 5 | "license": "Freeware", 6 | "url": "https://freeclipboardviewer.com/FreeClipViewer.zip", 7 | "hash": "fd03862e8532219c5d60b167adeb83b2d59e2ce3181f4adc502c133a20fdecc6", 8 | "bin": "freeclipviewer.exe", 9 | "shortcuts": [ 10 | [ 11 | "FreeClipViewer.exe", 12 | "Free Clipboard Viewer" 13 | ] 14 | ], 15 | "checkver": "Version:\\s*\\s*([\\d.]+)", 16 | "autoupdate": { 17 | "url": "https://freeclipboardviewer.com/FreeClipViewer.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/hibit-startup-manager.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.5.15", 3 | "description": "Manage applications that are loaded automatically when Windows starts up.", 4 | "homepage": "https://www.hibitsoft.ir/StartupManager.html", 5 | "license": "Freeware", 6 | "url": "https://www.hibitsoft.ir/HibitStartup/HiBitStartupManager-Portable-2.5.15.zip", 7 | "hash": "2aa51764cbe5b73df1b876ba05b28e91b6e115c764b021a24dbb59a7280cfdd2", 8 | "shortcuts": [ 9 | [ 10 | "HiBitStartupManager-Portable.exe", 11 | "HiBit Startup Manager" 12 | ] 13 | ], 14 | "checkver": "Latest version: ([\\d.]+)", 15 | "autoupdate": { 16 | "url": "https://www.hibitsoft.ir/HibitStartup/HiBitStartupManager-Portable-$version.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/linqpadless.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.2.1", 3 | "description": "Compile LINQPad query files into stand-alone C# scripts (csx) or executable binaries so that they can be run outside and independent of LINQPad.", 4 | "homepage": "https://github.com/linqpadless/LinqPadless", 5 | "license": "Apache-2.0", 6 | "url": "https://api.nuget.org/packages/linqpadless.1.2.1.nupkg#/dl.7z", 7 | "hash": "f64f71b3e3a9acff3987d447c6adff502dfbbad7f4f6ad2f997bb1685c379399", 8 | "bin": "tools\\lpless.exe", 9 | "checkver": { 10 | "url": "https://www.nuget.org/packages/LinqPadless", 11 | "regex": "-Version ([\\d.]+)" 12 | }, 13 | "autoupdate": { 14 | "url": "https://api.nuget.org/packages/linqpadless.$version.nupkg#/dl.7z" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/oculante.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.6.51", 3 | "description": "A minimalistic crossplatform image viewer written in Rust", 4 | "homepage": "https://github.com/woelper/oculante", 5 | "license": "MIT", 6 | "url": "https://github.com/woelper/oculante/releases/download/0.6.51/oculante.exe", 7 | "hash": "821946245d22fdb87218e4d9c57c509d802b50a667c239e1bab0cc52c97158fd", 8 | "bin": "oculante.exe", 9 | "shortcuts": [ 10 | [ 11 | "oculante.exe", 12 | "oculante" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/woelper/oculante" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/woelper/oculante/releases/download/$version/oculante.exe" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/remove-empty-directories.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.2", 3 | "description": "Searches, displays and deletes empty directories recursively", 4 | "homepage": "https://github.com/hxseven/Remove-Empty-Directories", 5 | "license": "LGPL-3.0", 6 | "url": "https://github.com/hxseven/Remove-Empty-Directories/releases/download/2.2/red-v2.2-portable.zip", 7 | "hash": "c3dcaf87a336ea2bf71a6e183d8c7bae2923258a10586284ca23c985d2c688d5", 8 | "shortcuts": [ 9 | [ 10 | "RED2.exe", 11 | "Remove Empty Directories" 12 | ] 13 | ], 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/hxseven/Remove-Empty-Directories/releases/download/$version/red-v$version-portable.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/tftputil-gui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4.5", 3 | "description": "TFTP server and client", 4 | "homepage": "https://sourceforge.net/projects/tftputil/", 5 | "license": "0BSD", 6 | "url": "https://downloads.sourceforge.net/project/tftputil/TFTPUtil/TFTPUtil%20Version%201.4.5/TFTPUtil_GUI_Version_1.4.5_Binary_Installer.exe#/dl.7z", 7 | "hash": "sha1:4f7ecfd0abdd2f7c48438ce64e22981fba6daff4", 8 | "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\src\", \"$dir\\uninstall.exe\" -Force -Recurse", 9 | "shortcuts": [ 10 | [ 11 | "TFTPUtil GUI.exe", 12 | "TFTPUtil GUI" 13 | ], 14 | [ 15 | "TFTPUtil Client GUI.exe", 16 | "TFTPUtil Client GUI" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/eclipse-javascript.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2020-12", 3 | "description": "Eclipse IDE for JavaScript and Web Developers", 4 | "homepage": "https://www.eclipse.org", 5 | "license": "EPL-1.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "http://download.eclipse.org/technology/epp/downloads/release/2020-12/R/eclipse-javascript-2020-12-R-win32-x86_64.zip", 9 | "hash": "sha512:93d75a49efde5af999f72b085f26cd66b2735655e8a1fbb3b1f5fbae1084de9efb7d39b098e3c8bb76c89ea08c73bef356992da5b66853ab93f857a1c93d6cc5" 10 | } 11 | }, 12 | "extract_dir": "eclipse", 13 | "shortcuts": [ 14 | [ 15 | "eclipse.exe", 16 | "Eclipse IDE for JavaScript and Web Developers" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/flashplayer-sa-debug.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "32.0.0.465", 3 | "description": "Standalone version of Adobe Flash Player for debugging", 4 | "homepage": "https://get.adobe.com/flashplayer/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.adobe.com/content/dam/acom/en/legal/licenses-terms/pdf/Flash_Player_32_0.pdf" 8 | }, 9 | "url": "https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flashplayer_32_sa_debug.exe#/flashplayerdebug.exe", 10 | "hash": "9d51df0c26e9ec4717a3da2e184cde831ca139d49e4a7c2f9e26028f8c4dfa52", 11 | "bin": "flashplayerdebug.exe", 12 | "shortcuts": [ 13 | [ 14 | "flashplayerdebug.exe", 15 | "Adobe Flash Player - Debug" 16 | ] 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /bucket/lazy-posh-git.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.0", 3 | "description": "PowerShell proxy command around Set-Location to defer import of posh-git module until one changes working directory to the root of a git directory.", 4 | "homepage": "https://github.com/bergmeister/lazy-posh-git", 5 | "license": "MIT", 6 | "url": "https://github.com/bergmeister/lazy-posh-git/releases/download/0.2.0/lazy-posh-git.zip", 7 | "hash": "33b78789a46e694ff701d5f897a78a98c8c93447a208ffea92e7a9e7c58c2d10", 8 | "psmodule": { 9 | "name": "lazy-posh-git" 10 | }, 11 | "depends": "posh-git", 12 | "checkver": "github", 13 | "autoupdate": { 14 | "url": "https://github.com/bergmeister/lazy-posh-git/releases/download/$version/lazy-posh-git.zip" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/listary.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "6.0.11.35", 3 | "description": "A revolutionary search utility.", 4 | "homepage": "https://www.listary.com", 5 | "license": "Shareware", 6 | "url": "https://www.listary.com/download/Listary.exe?version=6.0.11.35#/dl.exe", 7 | "hash": "fb36f42383a56179a3e28da94c0c1b4feffbfcd2f71163c2ef9982394ae3a66e", 8 | "innosetup": true, 9 | "shortcuts": [ 10 | [ 11 | "Listary.exe", 12 | "Listary" 13 | ] 14 | ], 15 | "checkver": { 16 | "url": "https://www.listary.com/download", 17 | "regex": "

([\\d.]+) \\([\\d/]+\\)

" 18 | }, 19 | "autoupdate": { 20 | "url": "https://www.listary.com/download/Listary.exe?version=$version#/dl.exe" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/ndm.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.2.0", 3 | "description": "A Open Source npm desktop GUI.", 4 | "homepage": "https://720kb.github.io/ndm/", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://github.com/720kb/ndm/releases/download/v1.2.0/ndm-1.2.0-ia32-win.zip", 7 | "hash": "f9bbf509dd4ccdb7b81cce75d55a7b1bdafdfbd38d886fa37a7d079119c412c3", 8 | "extract_dir": "win-ia32-unpacked", 9 | "bin": "ndm.exe", 10 | "shortcuts": [ 11 | [ 12 | "ndm.exe", 13 | "ndm" 14 | ] 15 | ], 16 | "checkver": { 17 | "github": "https://github.com/720kb/ndm" 18 | }, 19 | "autoupdate": { 20 | "url": "https://github.com/720kb/ndm/releases/download/v$version/ndm-$version-ia32-win.zip" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/pipes-rs.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.6.0", 3 | "description": "Animated pipes terminal screensaver", 4 | "homepage": "https://github.com/lhvy/pipes-rs", 5 | "license": "Apache-2.0", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/lhvy/pipes-rs/releases/download/v1.6.0/pipes-rs-windows-x86_64.zip", 9 | "hash": "9aad0cb00b260d73beac259d0143ba0e2bba127cca77670621aa13441bf4ad4d" 10 | } 11 | }, 12 | "bin": "pipes-rs.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/lhvy/pipes-rs/releases/download/v$version/pipes-rs-windows-x86_64.zip" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/qmk-toolbox.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.2", 3 | "description": "Toolbox to flash and manage keyboards running the QMK firmware.", 4 | "homepage": "https://qmk.fm/toolbox/", 5 | "license": "MIT", 6 | "url": "https://github.com/qmk/qmk_toolbox/releases/download/0.2.2/qmk_toolbox.exe", 7 | "hash": "9624f3633a66e4d73720eba2fd6530e57053727b26b8af84020b855f07e0a930", 8 | "bin": "qmk_toolbox.exe", 9 | "shortcuts": [ 10 | [ 11 | "qmk_toolbox.exe", 12 | "QMK Toolbox" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/qmk/qmk_toolbox" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/qmk/qmk_toolbox/releases/download/$version/qmk_toolbox.exe" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/sharpkeys.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.9.4", 3 | "description": "A utility that manages a Registry key that allows Windows to remap one key to any other key.", 4 | "homepage": "https://github.com/randyrants/sharpkeys", 5 | "license": "MS-PL", 6 | "url": "https://github.com/randyrants/sharpkeys/releases/download/v3.9.4/sharpkeys394.msi", 7 | "hash": "059ad91921008299f76729f2d6eb0092ebaa11ae31b1871ca638c787544f8a07", 8 | "bin": "SharpKeys.exe", 9 | "shortcuts": [ 10 | [ 11 | "SharpKeys.exe", 12 | "SharpKeys" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/randyrants/sharpkeys/releases/download/v$version/sharpkeys$cleanVersion.msi" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/twitchtest.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.52", 3 | "description": "A lightweight program that performs a bandwidth test for Twitch", 4 | "homepage": "https://r1ch.net/projects/twitchtest", 5 | "license": "GPL-2.0-only", 6 | "suggest": { 7 | "Visual C++ Redistributable": "extras/vcredist2022" 8 | }, 9 | "url": "https://r1ch.net/assets/twitchtest/twitchtest-1.52.zip", 10 | "hash": "374f1389790255899c27215242c7d73df0c7118dcac390a5227617593ec4b257", 11 | "shortcuts": [ 12 | [ 13 | "TwitchTest.exe", 14 | "TwitchTest" 15 | ] 16 | ], 17 | "checkver": "twitchtest-([\\d.]+)\\.zip", 18 | "autoupdate": { 19 | "url": "https://r1ch.net/assets/twitchtest/twitchtest-$version.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/pseps.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0", 3 | "description": "Templating tool for PowerShell", 4 | "homepage": "https://straightdave.github.io/eps/", 5 | "license": "MIT", 6 | "url": "https://psg-prod-eastus.azureedge.net/packages/eps.1.0.0.nupkg", 7 | "hash": "ddf192dcb6ae8eefd60e5b440c2d4fbd1bccd4bc49b59624357e831168463440", 8 | "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse", 9 | "psmodule": { 10 | "name": "EPS" 11 | }, 12 | "checkver": { 13 | "url": "https://www.powershellgallery.com/packages/EPS", 14 | "regex": "

([\\d.]+)

" 15 | }, 16 | "autoupdate": { 17 | "url": "https://psg-prod-eastus.azureedge.net/packages/eps.$version.nupkg" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/fat32format-gui.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.01", 3 | "description": "A GUI FAT32 format tool that supports volumes greater than 32 GB.", 4 | "homepage": "http://ridgecrop.co.uk", 5 | "license": "Unknown", 6 | "architecture": { 7 | "64bit": { 8 | "url": "http://ridgecrop.co.uk/guiformat-x64.Exe#/guiformat.exe", 9 | "hash": "13d045f582d559c830f2e30f835ac56803844825fe6152d2d5f78367b19edb9a" 10 | }, 11 | "32bit": { 12 | "url": "http://ridgecrop.co.uk/guiformat.exe", 13 | "hash": "647fb4f5108af632c3d52fec34934922c50c70585697504e92fb80b3b7d05ee3" 14 | } 15 | }, 16 | "shortcuts": [ 17 | [ 18 | "guiformat.exe", 19 | "FAT32 Format" 20 | ] 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /bucket/insomnia-designer.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2020.5.2", 3 | "description": "Collaborative API Design Tool for designing and managing OpenAPI specs", 4 | "homepage": "https://insomnia.rest", 5 | "license": "MIT", 6 | "notes": "Insomnia Designer and Insomnia Core were merged together. Install 'insomnia' instead.", 7 | "architecture": { 8 | "64bit": { 9 | "url": "https://github.com/Kong/insomnia/releases/download/designer%402020.5.2/insomnia-designer-2020.5.2-full.nupkg", 10 | "hash": "sha1:f5fb37d41804accbe4e24c998a620f3c910330a3" 11 | } 12 | }, 13 | "extract_dir": "lib\\net45", 14 | "shortcuts": [ 15 | [ 16 | "Insomnia Designer.exe", 17 | "Insomnia Designer" 18 | ] 19 | ] 20 | } 21 | -------------------------------------------------------------------------------- /bucket/multibootusb.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "9.2.0", 3 | "description": "Create multiboot live Linux on a USB disk.", 4 | "homepage": "https://github.com/mbusb/multibootusb", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://github.com/mbusb/multibootusb/releases/download/v9.2.0/multibootusb-9.2.0-setup.exe#/dl.7z", 7 | "hash": "0e9108b4f95562727d0e557e86e7b8f4b83cf942303bd67c2350d8820289fe17", 8 | "pre_install": [ 9 | "if (!(Test-Path \"$persist_dir\\multibootusb.log\")) { New-Item \"$dir\\multibootusb.log\" | Out-Null }", 10 | "Remove-Item \"$dir\\uninst.exe\"" 11 | ], 12 | "shortcuts": [ 13 | [ 14 | "multibootusb.exe", 15 | "MultiBootUSB" 16 | ] 17 | ], 18 | "persist": "multibootusb.log" 19 | } 20 | -------------------------------------------------------------------------------- /bucket/ripme.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.7.95", 3 | "description": "Downloads image albums from various websites in bulk.", 4 | "homepage": "https://github.com/RipMeApp/ripme", 5 | "license": "MIT", 6 | "suggest": { 7 | "JRE": "java/adopt8-hotspot-jre" 8 | }, 9 | "url": "https://github.com/RipMeApp/ripme/releases/download/1.7.95/ripme.jar", 10 | "hash": "008201e406f401b27248277a4188f26203bb9da0170872de900125f8a6c8b558", 11 | "bin": "ripme.jar", 12 | "shortcuts": [ 13 | [ 14 | "ripme.cmd", 15 | "RipMe" 16 | ] 17 | ], 18 | "persist": "rips", 19 | "checkver": "github", 20 | "autoupdate": { 21 | "url": "https://github.com/RipMeApp/ripme/releases/download/$version/ripme.jar" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/vial.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.6", 3 | "description": "A graphical keyboard configuration tool for QMK powered keyboards.", 4 | "homepage": "https://get.vial.today/", 5 | "license": "GPL-2.0-only", 6 | "url": "https://github.com/vial-kb/vial-gui/releases/download/v0.6/Vial-v0.6-portable.zip", 7 | "hash": "51b6285d042964e6458b97d5efbdc1a89bb20fce679a9b3672bcde71e4fa926e", 8 | "extract_dir": "Vial", 9 | "shortcuts": [ 10 | [ 11 | "Vial.exe", 12 | "Vial" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/vial-kb/vial-gui" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/vial-kb/vial-gui/releases/download/v$version/Vial-v$version-portable.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/cru.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.5.2", 3 | "description": "Custom Resolution Utility (CRU) allows custom resolutions to be defined by creating EDID overrides directly in the registry without dealing with .inf files.", 4 | "homepage": "https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU", 5 | "license": "Unknown", 6 | "url": "https://www.monitortests.com/download/cru/cru-1.5.2.zip", 7 | "hash": "c92e4255a897d6d97295724e5934a5315238a63bb8e0b8b320c5f9b21eb0f531", 8 | "shortcuts": [ 9 | [ 10 | "CRU.exe", 11 | "Custom Resolution Utility" 12 | ] 13 | ], 14 | "checkver": "cru-([\\d.]+)\\.zip", 15 | "autoupdate": { 16 | "url": "https://www.monitortests.com/download/cru/cru-$version.zip" 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /bucket/fclones.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.29.3", 3 | "description": "Efficient duplicate file finder", 4 | "homepage": "https://github.com/pkolaczk/fclones", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/pkolaczk/fclones/releases/download/v0.29.3/fclones-0.29.3-windows-x86_64.zip", 9 | "hash": "4dd99e562991743122a08c8aa86b8778ac889ca6839aa0fe1f63ecf6eac14e65" 10 | } 11 | }, 12 | "bin": "fclones.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/pkolaczk/fclones/releases/download/v$version/fclones-$version-windows-x86_64.zip" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/phraseexpress.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "15.0.86d", 3 | "description": "Autotext and Text Autocompletion in any application.", 4 | "homepage": "https://www.phraseexpress.com", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.phraseexpress.com/terms.htm" 8 | }, 9 | "url": "https://www.phraseexpress.com/PhraseExpress_USB.zip", 10 | "hash": "f7706f3dbdc7f0600882583c18999410e9c817957a3cf7c80e1c8451df46304a", 11 | "extract_dir": "PhraseExpress", 12 | "bin": "PhraseExpress.exe", 13 | "shortcuts": [ 14 | [ 15 | "PhraseExpress.exe", 16 | "PhraseExpress" 17 | ] 18 | ], 19 | "autoupdate": { 20 | "url": "https://www.phraseexpress.com/PhraseExpress_USB.zip" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/spytify.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.12", 3 | "description": "Records Spotify while it plays without ads.", 4 | "homepage": "https://jwallet.github.io/spy-spotify/overview.html", 5 | "license": "MIT", 6 | "url": "https://github.com/jwallet/spy-spotify/releases/download/1.12/Spytify-v.1.12.zip", 7 | "hash": "d94a5c91889f6503bf93ef6d2493fc9c354aaa4dc8c60103398554bde20025bb", 8 | "bin": "Spytify.exe", 9 | "shortcuts": [ 10 | [ 11 | "Spytify.exe", 12 | "Spytify" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/jwallet/spy-spotify" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/jwallet/spy-spotify/releases/download/$version/Spytify-v.$version.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/cdex.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.24", 3 | "description": "Open-source Digital Audio CD Extractor", 4 | "homepage": "https://cdex.mu/", 5 | "license": "GPL-3.0-or-later", 6 | "url": "http://mirror.cdex.mu/CDex-2.24.exe#/dl.7z_", 7 | "hash": "49f8e02b42034e69d6f03fc105c79e2a077e9902ad9cf426afbeb62524062e67", 8 | "pre_install": [ 9 | "# Exclude $PLUGINSDIR and $0 first because Antivirus softwares (e.g. Avira, PC-Cillin) detects these files as ADwares.", 10 | "Expand-7zipArchive \"$dir\\dl.7z_\" \"$dir\" -Overwrite Skip -Switches '-x!$*' | Out-Null", 11 | "Remove-Item \"$dir\\vc_redist.x86.exe\", \"$dir\\uninstall.exe\"" 12 | ], 13 | "shortcuts": [ 14 | [ 15 | "CDex.exe", 16 | "CDex" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/iographica.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.3", 3 | "description": "An application that turns mouse movements into modern art.", 4 | "homepage": "https://www.iographica.com", 5 | "license": "Unknown", 6 | "url": "https://github.com/anatolyzenkov/IOGraph/releases/download/v1.0.3/IOGraph_v1_0_3.zip", 7 | "hash": "66defe2c80c3cf61c56fb6362ef429b6985e1526af78d75ab3bb9cb04edb556a", 8 | "shortcuts": [ 9 | [ 10 | "IOGraph.exe", 11 | "IOGraph" 12 | ] 13 | ], 14 | "checkver": { 15 | "url": "https://iographica.com/update", 16 | "regex": "([\\d.]+)" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/anatolyzenkov/IOGraph/releases/download/v$version/IOGraph_v$underscoreVersion.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/ontopreplica.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://github.com/LorenzCK/OnTopReplica", 3 | "description": "A real-time always-on-top “replica” of a window", 4 | "version": "3.5.1-fix", 5 | "license": "MIT", 6 | "url": "https://github.com/LorenzCK/OnTopReplica/releases/download/v3.5.1-fix/OnTopReplica-v3.5.1-fix.zip", 7 | "hash": "3206460ce10eb563ac3acc600cb2d7143a569b745fd2a11937aac2d60dba5236", 8 | "pre_install": [ 9 | "Remove-Item \"$dir\\setup.exe\"", 10 | "Expand-MsiArchive \"$dir\\OnTopReplica.msi\" -Removal" 11 | ], 12 | "post_install": "Remove-Item \"$dir\\postinstaller.exe\", \"$dir\\postinstaller.exe.config\"", 13 | "shortcuts": [ 14 | [ 15 | "OnTopReplica.exe", 16 | "OnTopReplica" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /scripts/notepadplusplus/install-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Notepad++] 4 | @="Open with &Notepad++" 5 | "Icon"="$npp" 6 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Notepad++\command] 7 | @="\"$npp\" \"%1\"" 8 | 9 | [HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Notepad++] 10 | @="Open with &Notepad++" 11 | "Icon"="$npp" 12 | [HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Notepad++\command] 13 | @="\"$npp\" \"%1\"" 14 | 15 | [HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Notepad++] 16 | @="Open with &Notepad++" 17 | "Icon"="$npp" 18 | [HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Notepad++\command] 19 | @="\"$npp\" \"%V\"" 20 | -------------------------------------------------------------------------------- /scripts/sublime-text/install-context.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Sublime] 4 | @="Open with &Sublime" 5 | "Icon"="$sublime" 6 | [HKEY_CURRENT_USER\Software\Classes\*\shell\Open with &Sublime\command] 7 | @="\"$sublime\" \"%1\"" 8 | 9 | [HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Sublime] 10 | @="Open with &Sublime" 11 | "Icon"="$sublime" 12 | [HKEY_CURRENT_USER\Software\Classes\Directory\shell\Open with &Sublime\command] 13 | @="\"$sublime\" \"%1\"" 14 | 15 | [HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Sublime] 16 | @="Open with &Sublime" 17 | "Icon"="$sublime" 18 | [HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\Open with &Sublime\command] 19 | @="\"$sublime\" \"%V\"" 20 | -------------------------------------------------------------------------------- /bucket/autoclicker.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0.2", 3 | "description": "A full-fledged autoclicker with two modes of autoclicking, at your dynamic cursor location or at a prespecified location", 4 | "homepage": "https://sourceforge.net/projects/orphamielautoclicker/", 5 | "license": "CC-BY-NC-2.0", 6 | "url": "https://sourceforge.net/projects/orphamielautoclicker/files/AutoClicker.exe", 7 | "hash": "sha1:1053e09283bf84a852e64d7052ba0fdf44347760", 8 | "pre_install": "$manifest.persist | ForEach-Object { if (-not (Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -Force -ItemType \"file\" | Out-Null } }", 9 | "shortcuts": [ 10 | [ 11 | "AutoClicker.exe", 12 | "AutoClicker" 13 | ] 14 | ], 15 | "persist": "ACLib\\ACA_conf.ini" 16 | } 17 | -------------------------------------------------------------------------------- /bucket/driverstoreexplorer.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.11.92", 3 | "description": "A GUI tool to manage Windows driver store", 4 | "homepage": "https://github.com/lostindark/DriverStoreExplorer", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://github.com/lostindark/DriverStoreExplorer/releases/download/v0.11.92/DriverStoreExplorer.v0.11.92.zip", 7 | "hash": "b80405b180fa879ceccbc87c27febe815605bf5ff7c25f25347fc85d6eda4b5f", 8 | "bin": "Rapr.exe", 9 | "shortcuts": [ 10 | [ 11 | "Rapr.exe", 12 | "DriverStore Explorer" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/lostindark/DriverStoreExplorer/releases/download/v$version/DriverStoreExplorer.v$version.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/smartsystemmenu.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.21.2", 3 | "description": "A tool extends system menu of all windows in the system.", 4 | "homepage": "https://github.com/AlexanderPro/SmartSystemMenu", 5 | "license": "MIT", 6 | "url": "https://github.com/AlexanderPro/SmartSystemMenu/releases/download/v2.21.2/SmartSystemMenu_v2.21.2.zip", 7 | "hash": "f3291c8501c2bc431b5ca3b37eaee2b997fdedad828f1a73da538415e792c2ca", 8 | "shortcuts": [ 9 | [ 10 | "SmartSystemMenu.exe", 11 | "SmartSystemMenu" 12 | ] 13 | ], 14 | "bin": "SmartSystemMenu.exe", 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/AlexanderPro/SmartSystemMenu/releases/download/v$version/SmartSystemMenu_v$version.zip" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/anydesk.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.1.8", 3 | "description": "A Remote Desktop Software That Actually Works", 4 | "homepage": "https://anydesk.com/", 5 | "license": { 6 | "identifier": "Shareware", 7 | "url": "https://anydesk.com/terms" 8 | }, 9 | "url": "https://download.anydesk.com/AnyDesk.exe", 10 | "hash": "fc19f3275d02764cf249dc6fe8962e06b83a4f5769cc369bc4f77b90c567df18", 11 | "bin": "AnyDesk.exe", 12 | "shortcuts": [ 13 | [ 14 | "AnyDesk.exe", 15 | "AnyDesk" 16 | ] 17 | ], 18 | "checkver": { 19 | "url": "https://anydesk.com/en/downloads", 20 | "regex": ">v([\\d.]+)\\s+\\(" 21 | }, 22 | "autoupdate": { 23 | "url": "https://download.anydesk.com/AnyDesk.exe" 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /bucket/as-ssd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.7316.34247", 3 | "description": "Performance benchmark for Solid State Drives (SSDs)", 4 | "homepage": "https://www.alex-is.de/PHP/fusion/downloads.php?cat_id=4&download_id=9", 5 | "license": "Freeware", 6 | "url": "https://www.alex-is.de/progs/AS%20SSD%20Benchmark.zip", 7 | "hash": "56b80a3dde4537a77f9f7fb6bf45372b9b3d0a75e030d5373e5661913d7ef057", 8 | "shortcuts": [ 9 | [ 10 | "AS SSD Benchmark.exe", 11 | "AS SSD Benchmark" 12 | ] 13 | ], 14 | "checkver": { 15 | "url": "https://www.alex-is.de/progs/updater/as-ssd-version.txt", 16 | "regex": "([\\d.]+)" 17 | }, 18 | "autoupdate": { 19 | "url": "https://www.alex-is.de/progs/AS%20SSD%20Benchmark.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/jadx.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.4.6", 3 | "description": "Dex to Java decompiler", 4 | "homepage": "https://github.com/skylot/jadx", 5 | "license": "Apache-2.0", 6 | "suggest": { 7 | "JRE": "java/openjdk" 8 | }, 9 | "url": "https://github.com/skylot/jadx/releases/download/v1.4.6/jadx-1.4.6.zip", 10 | "hash": "1ee8772071095d9393b64031773ea546d85d2196e04626aa212aa651c3e9001c", 11 | "bin": [ 12 | "bin\\jadx.bat", 13 | "bin\\jadx-gui.bat" 14 | ], 15 | "shortcuts": [ 16 | [ 17 | "bin\\jadx-gui.bat", 18 | "jadx-gui" 19 | ] 20 | ], 21 | "checkver": "github", 22 | "autoupdate": { 23 | "url": "https://github.com/skylot/jadx/releases/download/v$version/jadx-$version.zip" 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /bucket/jd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.6.0", 3 | "description": "jd is a commandline utility and Go library for diffing and patching JSON values.", 4 | "homepage": "https://github.com/josephburnett/jd", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/josephburnett/jd/releases/download/v1.6.0/jd-amd64-windows#/jd.exe", 9 | "hash": "43c141f9bbbe18df810b071f7a3000bfe6c588044979fc93c7e95a235b19fb0d" 10 | } 11 | }, 12 | "bin": "jd.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/josephburnett/jd/releases/download/v$version/jd-amd64-windows#/jd.exe" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/ollydbg.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.10", 3 | "description": "Assembler-level analysing debugger for Windows binaries", 4 | "homepage": "https://www.ollydbg.de/", 5 | "license": { 6 | "identifier": "Shareware", 7 | "url": "https://www.ollydbg.de/download.htm" 8 | }, 9 | "url": "https://www.ollydbg.de/odbg110.zip", 10 | "hash": "73b1770f28893dab22196eb58d45ede8ddf5444009960ccc0107d09881a7cd1e", 11 | "pre_install": [ 12 | "if (!(Test-Path \"$persist_dir\\ollydbg.ini\")) {New-Item \"$dir\\ollydbg.ini\" | Out-Null}", 13 | "Remove-Item \"$dir\\PSAPI.DLL\", \"$dir\\DBGHELP.DLL\"" 14 | ], 15 | "shortcuts": [ 16 | [ 17 | "OLLYDBG.EXE", 18 | "OllyDbg" 19 | ] 20 | ], 21 | "persist": "ollydbg.ini" 22 | } 23 | -------------------------------------------------------------------------------- /bucket/pdd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.7", 3 | "description": "Date/time difference calculator and countdown timer. The name 'pdd' stands for Python Date Diff.", 4 | "homepage": "https://github.com/jarun/pdd", 5 | "license": "GPL-3.0-or-later", 6 | "notes": [ 7 | "pdd requires dateutil to run properly", 8 | "You can install it via pip: pip install python-dateutil" 9 | ], 10 | "suggest": { 11 | "Python": "python" 12 | }, 13 | "url": "https://raw.githubusercontent.com/jarun/pdd/v1.7/pdd#/pdd.py", 14 | "hash": "fd80cfc5e9a4ca82a244829a7e9cd7f2942b802765134ccf322487dc3d79c280", 15 | "bin": "pdd.py", 16 | "checkver": "github", 17 | "autoupdate": { 18 | "url": "https://raw.githubusercontent.com/jarun/pdd/v$version/pdd#/pdd.py" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /bucket/4gb-patch.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.0.1", 3 | "description": "Patches x86 executables in order to let them have 4GB (instead of only 2) of virtual memory on x64 platforms.", 4 | "homepage": "https://ntcore.com/?page_id=371", 5 | "license": "Unknown", 6 | "url": "https://ntcore.com/files/4gb_patch.zip", 7 | "hash": "1e13c263dc55e85cf62e3e30c6b2ce936d4c7e16e3bba3e311a5a8bed4be16ca", 8 | "bin": "4gb_patch.exe", 9 | "shortcuts": [ 10 | [ 11 | "4gb_patch.exe", 12 | "4GB Patch" 13 | ] 14 | ], 15 | "checkver": { 16 | "url": "https://ntcore.com/?page_id=371", 17 | "regex": "Current Version: (?[\\d.]+)" 18 | }, 19 | "autoupdate": { 20 | "url": "https://ntcore.com/files/4gb_patch.zip" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/emule.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.50a", 3 | "description": "One of the biggest and most reliable peer-to-peer file sharing clients around the world.", 4 | "homepage": "https://www.emule-project.net/", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://downloads.sourceforge.net/project/emule/eMule/0.50a/eMule0.50a.zip", 7 | "hash": "sha1:8403ff232b1a9d8a7a9ed45045f5061776919c73", 8 | "extract_dir": "eMule0.50a", 9 | "bin": "emule.exe", 10 | "shortcuts": [ 11 | [ 12 | "emule.exe", 13 | "eMule" 14 | ] 15 | ], 16 | "checkver": "([\\w.]+)\\s+\\|", 17 | "autoupdate": { 18 | "url": "https://downloads.sourceforge.net/project/emule/eMule/$version/eMule$version.zip", 19 | "extract_dir": "eMule$version" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/mpc.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.22", 3 | "description": "Command-line music player client for mpd", 4 | "homepage": "https://www.musicpd.org/clients/mpc", 5 | "license": "GPL-2.0-or-later", 6 | "suggest": { 7 | "mpd": "mpd" 8 | }, 9 | "url": "https://www.musicpd.org/download/mpc/0/mpc-0.22-win32.zip", 10 | "hash": "11ef51e8b40723637704aa01af8ab17664f63662f409f0d56f2a59a960688724", 11 | "extract_dir": "mpc-0.22", 12 | "bin": "mpc.exe", 13 | "checkver": { 14 | "url": "https://musicpd.org/download/mpc/0/", 15 | "regex": "mpc-([\\d.]+)-win32.zip", 16 | "reverse": true 17 | }, 18 | "autoupdate": { 19 | "url": "https://musicpd.org/download/mpc/0/mpc-$version-win32.zip", 20 | "extract_dir": "mpc-$version" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/ncmpc.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.20", 3 | "description": "Curses Music Player Daemon (MPD) client", 4 | "homepage": "https://www.musicpd.org/clients/ncmpc", 5 | "license": "GPL-2.0-or-later", 6 | "suggest": { 7 | "mpd": "mpd" 8 | }, 9 | "url": "https://www.musicpd.org/download/ncmpc/0/ncmpc-0.20-win32.zip", 10 | "hash": "ec7ba2ee6ed58a939eb0487e1e79169f695f7172d620790d734e6c3f9711fc1e", 11 | "extract_dir": "ncmpc-0.20", 12 | "bin": "ncmpc.exe", 13 | "checkver": { 14 | "url": "https://www.musicpd.org/download/ncmpc/0/", 15 | "regex": "ncmpc-([\\d.]+)-win32\\.zip" 16 | }, 17 | "autoupdate": { 18 | "url": "https://www.musicpd.org/download/ncmpc/0/ncmpc-$version-win32.zip", 19 | "extract_dir": "ncmpc-$version" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/ratiomaster.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.43", 3 | "description": "Standalone application which fakes upload and download stats of a torrent", 4 | "homepage": "https://ratiomaster.net/", 5 | "license": "MIT", 6 | "url": "https://github.com/NikolayIT/RatioMaster.NET/releases/download/0.43/RatioMaster.NET_0.43.zip", 7 | "hash": "e3f415a2d9c7e9eccb926c85d78bb3acd3840990f25a946a894d00b0db7f6ba2", 8 | "shortcuts": [ 9 | [ 10 | "RatioMaster.NET.exe", 11 | "RatioMaster.NET" 12 | ] 13 | ], 14 | "checkver": { 15 | "github": "https://github.com/NikolayIT/RatioMaster.NET" 16 | }, 17 | "autoupdate": { 18 | "url": "https://github.com/NikolayIT/RatioMaster.NET/releases/download/$version/RatioMaster.NET_$version.zip" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /bucket/tortoisemerge.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.6.7", 3 | "description": "A diff / merge software tool for Windows with a tight integration for TortoiseSVN.", 4 | "homepage": "https://tortoisesvn.net/TortoiseMerge.html", 5 | "license": "GPL-2.0-only", 6 | "notes": [ 7 | "If you would like to use TortoiseMerge with Git, run:", 8 | "", 9 | "git config --global merge.tool tortoisemerge" 10 | ], 11 | "url": "https://downloads.sourceforge.net/project/tortoisesvn/OldFiles/Tools/1.6.7/TortoiseDiff-1.6.7.zip", 12 | "hash": "f530dc5d460ca6e27912bee68a8a5dc54a2e9263ac6e932438240571f92515fa", 13 | "bin": "tortoisemerge.exe", 14 | "post_install": "try { $null = gcm git -ea stop; git config --global mergetool.tortoisemerge.path $(scoop which tortoisemerge) } catch { }" 15 | } 16 | -------------------------------------------------------------------------------- /bucket/7ztm.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.1", 3 | "description": "Theme manager for 7-Zip", 4 | "homepage": "http://www.7ztm.de/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "http://www.7ztm.de/index.php?cat=01_English&page=01_FAQ" 8 | }, 9 | "url": [ 10 | "http://www.7ztm.de/download.php?cat=00_German&file=7zTM_2.1.7z#/main.7z", 11 | "http://www.7ztm.de/download.php?cat=00_German&file=7zTM_2.1.1_hotfix.7z#/hotfix.7z" 12 | ], 13 | "hash": [ 14 | "d1bb8aa1b5f49c39c606604964fe616009b4598c4f3c02e6fff808fa9d4da15e", 15 | "09eb32ccfed696ec2030dd87779ac03a1233897c7ef83e5c7f81f1f696b811e0" 16 | ], 17 | "shortcuts": [ 18 | [ 19 | "7zTM.exe", 20 | "7-Zip Theme Manager" 21 | ] 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /bucket/fvie.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.5.0.0", 3 | "description": "Edit File VersionInfo metadata from Windows executables.", 4 | "homepage": "https://www.carifred.com/fvie/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.carifred.com/License.php" 8 | }, 9 | "notes": "Administrator privileges are required to execute FVIE", 10 | "url": "https://www.carifred.com/fvie/FVIE.exe", 11 | "hash": "cf4d0442b0a324358eb0b420c34a62ee41e1a39339e2842ed92cf5eee1aa9641", 12 | "bin": "FVIE.exe", 13 | "shortcuts": [ 14 | [ 15 | "FVIE.exe", 16 | "FVIE" 17 | ] 18 | ], 19 | "checkver": "Current version:\\s+([\\d.]+)", 20 | "autoupdate": { 21 | "url": "https://www.carifred.com/fvie/FVIE.exe" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/ilspy.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.2.1.6856", 3 | "description": ".NET assembly browser and decompiler", 4 | "homepage": "http://ilspy.net", 5 | "license": "MIT", 6 | "url": "https://github.com/icsharpcode/ILSpy/releases/download/v7.2.1/ILSpy_binaries_7.2.1.6856.zip", 7 | "hash": "8da077031a6075f5cb5edc2ce8b40cd8ac6e3d9b9c57e900277282fae41d887a", 8 | "bin": "ILSpy.exe", 9 | "shortcuts": [ 10 | [ 11 | "ILSpy.exe", 12 | "ILSpy" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/icsharpcode/ILSpy", 17 | "regex": "ILSpy_binaries_([\\d.]+)\\.zip" 18 | }, 19 | "autoupdate": { 20 | "url": "https://github.com/icsharpcode/ILSpy/releases/download/v$matchHead/ILSpy_binaries_$version.zip" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/musique.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.10.1", 3 | "description": "A music player built for speed, simplicity and style.", 4 | "homepage": "https://flavio.tordini.org/musique", 5 | "license": "GPL-3.0-only", 6 | "url": "https://flavio.tordini.org/files/musique/musique.exe#/dl.7z", 7 | "hash": "d5249983bafd44948c73607366b992d596f85aadc903226730a138fb2f1df260", 8 | "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse", 9 | "bin": "musique.exe", 10 | "shortcuts": [ 11 | [ 12 | "musique.exe", 13 | "Musique" 14 | ] 15 | ], 16 | "checkver": { 17 | "github": "https://github.com/flaviotordini/musique" 18 | }, 19 | "autoupdate": { 20 | "url": "https://flavio.tordini.org/files/musique/musique.exe#/dl.7z" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/qnapi.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.3", 3 | "description": "Multi-engine, subtitle downloader", 4 | "homepage": "https://qnapi.github.io/", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-portable.zip", 7 | "hash": "03cf7bf82565de8b31745b1862f751ec9ee789f8e50af41d361ee9246f99f827", 8 | "extract_dir": "QNapi", 9 | "bin": "qnapi.exe", 10 | "shortcuts": [ 11 | [ 12 | "qnapi.exe", 13 | "QNapi" 14 | ] 15 | ], 16 | "persist": "qnapi.ini", 17 | "checkver": { 18 | "github": "https://github.com/QNapi/qnapi" 19 | }, 20 | "autoupdate": { 21 | "url": "https://github.com/QNapi/qnapi/releases/download/$version/QNapi-$version-portable.zip" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/search-deflector.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.3.2", 3 | "description": "A small program that forwards searches from Cortana to your preferred browser and search engine", 4 | "homepage": "https://github.com/spikespaz/search-deflector", 5 | "license": "MIT", 6 | "url": "https://github.com/spikespaz/search-deflector/releases/download/1.3.2/SearchDeflector-Installer.exe", 7 | "hash": "5748459a852af0aab295cc1aa45e2e78785fb74b8f9880ab7a88ae2ddfbda630", 8 | "innosetup": true, 9 | "shortcuts": [ 10 | [ 11 | "configure.exe", 12 | "Search Deflector" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/spikespaz/search-deflector/releases/download/$version/SearchDeflector-Installer.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/dbgl.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.96", 3 | "description": "Open-source, free, multi-platform frontend for DOSBox", 4 | "homepage": "https://dbgl.org/", 5 | "license": "GPL-2.0-or-later", 6 | "suggest": { 7 | "Java Runtime Environment": "java/openjdk" 8 | }, 9 | "url": "https://dbgl.org/download/dbgl096.zip", 10 | "hash": "eaa238e955e1c164ac381981450cf973221401591461f2edbcc845defe57efc8", 11 | "bin": [ 12 | [ 13 | "launch.exe", 14 | "dbgl" 15 | ] 16 | ], 17 | "shortcuts": [ 18 | [ 19 | "launch.exe", 20 | "DOSBox Game Launcher" 21 | ] 22 | ], 23 | "checkver": "

v([\\d.]+)", 24 | "autoupdate": { 25 | "url": "https://dbgl.org/download/dbgl$cleanVersion.zip" 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /bucket/diskspd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1", 3 | "homepage": "https://github.com/microsoft/diskspd", 4 | "description": "A storage performance tool.", 5 | "license": "MIT", 6 | "url": "https://github.com/microsoft/diskspd/releases/download/v2.1/DiskSpd.ZIP", 7 | "hash": "d1024729ccd0c128e1bc2cb930e4a2b82f13f22788c71ca135d81b406066a55d", 8 | "architecture": { 9 | "32bit": { 10 | "extract_dir": "x86" 11 | }, 12 | "64bit": { 13 | "extract_dir": "amd64" 14 | }, 15 | "arm64": { 16 | "extract_dir": "arm64" 17 | } 18 | }, 19 | "bin": "diskspd.exe", 20 | "checkver": "github", 21 | "autoupdate": { 22 | "url": "https://github.com/microsoft/diskspd/releases/download/v$version/DiskSpd.ZIP" 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /bucket/jira-cli.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.3.0", 3 | "description": "Feature-rich Interactive Jira Command Line", 4 | "homepage": "https://github.com/ankitpokhrel/jira-cli", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v1.3.0/jira_1.3.0_windows_amd64.zip", 9 | "hash": "5fa45ae57b012a8e84edc41a297c1fbfd9c55216700be1c2a98d27f2393c28df" 10 | } 11 | }, 12 | "extract_dir": "bin", 13 | "bin": "jira.exe", 14 | "checkver": "github", 15 | "autoupdate": { 16 | "url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v$version/jira_$version_windows_amd64.zip", 17 | "hash": { 18 | "url": "$baseurl/checksums.txt" 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/structurizr-cli.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.25.0", 3 | "description": "A command line interface to push/pull workspaces to/from the Structurizr cloud service/on-premises installation, and export views to PlantUML, Mermaid, and WebSequenceDiagrams formats.", 4 | "homepage": "https://github.com/structurizr/cli", 5 | "license": "Apache-2.0", 6 | "suggest": { 7 | "java": "java/oraclejre8" 8 | }, 9 | "url": "https://github.com/structurizr/cli/releases/download/v1.25.0/structurizr-cli-1.25.0.zip", 10 | "hash": "1a9ca6684a7711d6613458de158788f4350d975f5eb112a220c74eb9f9a7a899", 11 | "bin": "structurizr.bat", 12 | "checkver": "github", 13 | "autoupdate": { 14 | "url": "https://github.com/structurizr/cli/releases/download/v$version/structurizr-cli-$version.zip" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /bucket/tinynvidiaupdatechecker.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.16.4", 3 | "description": "NVIDIA GPU driver updater", 4 | "homepage": "https://github.com/ElPumpo/TinyNvidiaUpdateChecker", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://github.com/ElPumpo/TinyNvidiaUpdateChecker/releases/download/v1.16.4/TinyNvidiaUpdateChecker.exe", 7 | "hash": "415131adf2e0f0bbcba52aa28cee02e87b08084bd3ecf7f61b35cbc9d436e938", 8 | "bin": "TinyNvidiaUpdateChecker.exe", 9 | "shortcuts": [ 10 | [ 11 | "TinyNvidiaUpdateChecker.exe", 12 | "TinyNvidiaUpdateChecker" 13 | ] 14 | ], 15 | "checkver": "github", 16 | "autoupdate": { 17 | "url": "https://github.com/ElPumpo/TinyNvidiaUpdateChecker/releases/download/v$version/TinyNvidiaUpdateChecker.exe" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/git-credential-manager-core.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.696", 3 | "description": "Secure Git credential helper", 4 | "homepage": "https://github.com/microsoft/Git-Credential-Manager-Core", 5 | "license": "MIT", 6 | "notes": [ 7 | "'git-credential-manager-core' has been renamed to 'git-credential-manager'", 8 | "To install newer versions, run: scoop install git-credential-manager" 9 | ], 10 | "url": "https://github.com/microsoft/Git-Credential-Manager-Core/releases/download/v2.0.696/gcmcore-win-x86-2.0.696.zip", 11 | "hash": "9c80110b4ff0f8e30d572431ee612fc57f398019f83cecb617ad32bb9cb5cacd", 12 | "bin": "git-credential-manager-core.exe", 13 | "shortcuts": [ 14 | [ 15 | "git-credential-manager-core.exe", 16 | "GCM" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/instant-eyedropper.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.1", 3 | "description": "Color picker and detection tool.", 4 | "homepage": "http://instant-eyedropper.com", 5 | "license": "Freeware", 6 | "url": "http://instant-eyedropper.com/download/instant-eyedropper-2.0.1.zip", 7 | "hash": "066c09377fe7a985fb1e865b9f8d5d9ca830f88e84e251cfd1ccdb6f7cb24760", 8 | "extract_dir": "instant-eyedropper", 9 | "bin": "instanteyedropper.exe", 10 | "shortcuts": [ 11 | [ 12 | "instanteyedropper.exe", 13 | "Instant Eyedropper" 14 | ] 15 | ], 16 | "persist": "eyedropper.ini", 17 | "checkver": "/download/instant-eyedropper-([\\d.]+)\\.zip", 18 | "autoupdate": { 19 | "url": "http://instant-eyedropper.com/download/instant-eyedropper-$version.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/peid.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.95", 3 | "description": "Detects most common packers, cryptors and compilers for PE files. Supports more than 470 different signatures in PE files.", 4 | "homepage": "https://web.archive.org/web/20110226030434/http://peid.info/", 5 | "license": "Freeware", 6 | "notes": [ 7 | "PEiD is not being maintained anymore. We recommend using Exeinfo PE for latest features/fixes", 8 | "To install it, run: scoop install exeinfo-pe" 9 | ], 10 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/peid/PEiD-0.95.zip", 11 | "hash": "67a0fe273a7273963fac97b808530b7a1d8088af350a06ed755d72c7eaab2de0", 12 | "bin": "PEiD.exe", 13 | "shortcuts": [ 14 | [ 15 | "PEiD.exe", 16 | "PEiD" 17 | ] 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /bucket/apkeep.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.15.0", 3 | "description": "Command-line tool for downloading APK files from various sources", 4 | "homepage": "https://github.com/EFForg/apkeep", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/EFForg/apkeep/releases/download/0.15.0/apkeep-x86_64-pc-windows-msvc.exe#/apkeep.exe", 9 | "hash": "63586eda52092a8007d5302e22dd8725a885885f5cda0890f032d6a9094533e9" 10 | } 11 | }, 12 | "bin": "apkeep.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/EFForg/apkeep/releases/download/$version/apkeep-x86_64-pc-windows-msvc.exe#/apkeep.exe" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/mdloader.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0.7", 3 | "description": "Massdrop Loader is used to read firmware from and write firmware to Massdrop keyboards", 4 | "homepage": "https://github.com/Massdrop/mdloader", 5 | "license": "GPL-3.0-or-later", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/Massdrop/mdloader/releases/download/1.0.7/mdloader-Windows.zip", 9 | "hash": "c0b358642a5a0b0286e9b1b35b814a3eaadff52b3d944dd6c5f881cae6b2e19e" 10 | } 11 | }, 12 | "bin": "mdloader.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/Massdrop/mdloader/releases/download/$version/mdloader-Windows.zip" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/mist.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.11.1", 3 | "description": "Browse and use apps on the Ethereum network.", 4 | "homepage": "https://github.com/ethereum/mist", 5 | "license": "GPL-3.0-only", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-win64-0-11-1.zip", 9 | "hash": "2222f23bbfd216160a9b16efd8ac5c0fb2db3d1cfb59302445c752baddec483d" 10 | }, 11 | "32bit": { 12 | "url": "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-win32-0-11-1.zip", 13 | "hash": "7a54ac3552ebd8631ff6b4757da8d0d9944120188690a6557d4c2be7a640c704" 14 | } 15 | }, 16 | "shortcuts": [ 17 | [ 18 | "Mist.exe", 19 | "Mist" 20 | ] 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /bucket/ncftpclient.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.2.6", 3 | "description": "A set of free application programs implementing the File Transfer Protocol (FTP).", 4 | "homepage": "https://www.ncftp.com/", 5 | "license": "ClArtistic", 6 | "url": "ftp://ftp.ncftp.com/ncftp/binaries/Setup%20NcFTP%203.2.6.msi", 7 | "hash": "b034c6c11cb2b888733e047ae9df494c8255e3d9ddfd0cbb2a6ccd98b02c79f2", 8 | "extract_dir": "Windows folder", 9 | "bin": [ 10 | "ncftp.exe", 11 | "ncftpbatch.exe", 12 | "ncftpbookmarks.exe", 13 | "ncftpget.exe", 14 | "ncftpls.exe", 15 | "ncftpput.exe" 16 | ], 17 | "checkver": "([\\d.]+) of ", 18 | "autoupdate": { 19 | "url": "ftp://ftp.ncftp.com/ncftp/binaries/Setup%20NcFTP%20$version.msi" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/openboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.6.4", 3 | "description": "Interactive whiteboard for schools and universities", 4 | "homepage": "https://www.openboard.ch/index.en.html", 5 | "license": "GPL-3.0-only", 6 | "url": "https://github.com/OpenBoard-org/OpenBoard/releases/download/v1.6.4/OpenBoard_Installer_1.6.4.exe", 7 | "hash": "3f79cf5dc253b7ee845a588225268eef84d17913662c8d3ea031138236573e1e", 8 | "innosetup": true, 9 | "shortcuts": [ 10 | [ 11 | "OpenBoard.exe", 12 | "OpenBoard" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/OpenBoard-org/OpenBoard" 17 | }, 18 | "autoupdate": { 19 | "url": "https://github.com/OpenBoard-org/OpenBoard/releases/download/v$version/OpenBoard_Installer_$version.exe" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/posh-git.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.1.0", 3 | "description": "A PowerShell module which provides Git/PowerShell integration.", 4 | "homepage": "http://dahlbyk.github.io/posh-git/", 5 | "license": "MIT", 6 | "url": "https://psg-prod-eastus.azureedge.net/packages/posh-git.1.1.0.nupkg", 7 | "hash": "87d9d37eb63d0d1b5f66622ab7ec16cd452a43cec45963ac0e596737750a00cc", 8 | "pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse", 9 | "psmodule": { 10 | "name": "posh-git" 11 | }, 12 | "checkver": { 13 | "url": "https://www.powershellgallery.com/packages/posh-git", 14 | "regex": "

([\\d.]+)

" 15 | }, 16 | "autoupdate": { 17 | "url": "https://psg-prod-eastus.azureedge.net/packages/posh-git.$version.nupkg" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/tinytask.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.tinytask.net", 3 | "description": "Windows automation app for recording and repeating actions.", 4 | "version": "1.77", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.tinytask.net/faq.php" 8 | }, 9 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/tinytask/tinytask_177.exe#/TinyTask.exe", 10 | "hash": "75e06ac5b7c1adb01ab994633466685e3dcef31d635eba1734fe16c7893ffe12", 11 | "bin": "TinyTask.exe", 12 | "shortcuts": [ 13 | [ 14 | "TinyTask.exe", 15 | "TinyTask" 16 | ] 17 | ], 18 | "pre_install": "if (!(Test-Path \"$persist_dir\\TinyTask.ini\")) { New-Item \"$dir\\TinyTask.ini\" -ItemType File | Out-Null }", 19 | "persist": "TinyTask.ini" 20 | } 21 | -------------------------------------------------------------------------------- /bucket/axiom.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.9.6.1-alpha", 3 | "description": "GUI for FFmpeg", 4 | "homepage": "https://axiomui.github.io/", 5 | "license": "GPL-3.0-only", 6 | "suggest": { 7 | "ffmpeg": [ 8 | "ffmpeg", 9 | "ffmpeg-nightly" 10 | ] 11 | }, 12 | "url": "https://github.com/MattMcManis/Axiom/releases/download/v1.9.6.1-alpha/Axiom.zip", 13 | "hash": "71cdffd2722da8b4602705e6ee84adc6eee8dd177fc5c6238e4637997e70a513", 14 | "bin": "Axiom.exe", 15 | "shortcuts": [ 16 | [ 17 | "Axiom.exe", 18 | "Axiom" 19 | ] 20 | ], 21 | "checkver": "/releases/download/v([\\w.-]+)/Axiom\\.zip", 22 | "autoupdate": { 23 | "url": "https://github.com/MattMcManis/Axiom/releases/download/v$version/Axiom.zip" 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /bucket/boot-clj.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.7.2", 3 | "description": "A Clojure build framework and ad-hoc Clojure script evaluator.", 4 | "homepage": "https://github.com/boot-clj/boot", 5 | "license": "EPL-1.0", 6 | "suggest": { 7 | "JDK": [ 8 | "java/oraclejdk", 9 | "java/openjdk" 10 | ] 11 | }, 12 | "url": "https://github.com/boot-clj/boot-bin/releases/download/2.7.2/boot.exe", 13 | "hash": "a059da037fd6f9d2282581ecceacc57a61d4f5a13d05316554c22cbb14528273", 14 | "bin": "boot.exe", 15 | "checkver": { 16 | "url": "https://github.com/boot-clj/boot-bin/releases", 17 | "regex": "download/([\\d.]+)/boot\\.exe" 18 | }, 19 | "autoupdate": { 20 | "url": "https://github.com/boot-clj/boot-bin/releases/download/$version/boot.exe" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/find-java.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "13", 3 | "description": "PowerShell script to locate Java on Windows, optionally sets JAVA_HOME and JRE_HOME", 4 | "homepage": "https://gist.github.com/se35710/43693e679701387d722206eff1e85f5f", 5 | "license": "Unknown", 6 | "url": "https://gist.githubusercontent.com/se35710/43693e679701387d722206eff1e85f5f/raw/b6a69d34b16092f710fc134a4a6ee19c0e7d3c36/find-java.ps1", 7 | "hash": "6c26365d5103445f6b604e4acddce70fd622b70dfe758c517a437e072de6f229", 8 | "bin": "find-java.ps1", 9 | "checkver": "(?smi)Counter\\s*\".*?>([\\d]+).*?/se35710/43693e679701387d722206eff1e85f5f/raw/(?[a-fA-F0-9]{40})/find-java\\.ps1", 10 | "autoupdate": { 11 | "url": "https://gist.githubusercontent.com/se35710/43693e679701387d722206eff1e85f5f/raw/$matchHash/find-java.ps1" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /bucket/keepass-plugin-keepasshttp.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.8.4.2", 3 | "description": "A plugin for KeePass 2.x and provides a secure means of exposing KeePass entries via HTTP for clients to consume", 4 | "homepage": "https://github.com/pfn/keepasshttp", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://raw.githubusercontent.com/pfn/keepasshttp/b9a6813bfc9ccc9618938249c1bfff744a28ca44/KeePassHttp.plgx", 7 | "hash": "e00b456692e337e63d21e34cfe23e03d67d5ec1ce08e9b66ca2a88f6a687ef6d", 8 | "depends": "extras/keepass", 9 | "installer": { 10 | "script": "Copy-Item \"$dir\\KeePassHttp.plgx\" \"$(appdir keepass $global)\\current\\Plugins\" -Recurse" 11 | }, 12 | "uninstaller": { 13 | "script": "Remove-Item \"$(appdir keepass $global)\\current\\Plugins\\KeePassHttp.plgx\" -Recurse" 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /bucket/nvy.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.3.3", 3 | "description": "A Neovim client in C++", 4 | "homepage": "https://github.com/RMichelsen/Nvy", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/RMichelsen/Nvy/releases/download/v0.3.3/Nvy.exe", 9 | "hash": "bc2883e5ac203f520eb95d9902b7d9fe040684e4d8b83874891f21a9a90b1c36" 10 | } 11 | }, 12 | "bin": "Nvy.exe", 13 | "shortcuts": [ 14 | [ 15 | "Nvy.exe", 16 | "Nvy" 17 | ] 18 | ], 19 | "checkver": "github", 20 | "autoupdate": { 21 | "architecture": { 22 | "64bit": { 23 | "url": "https://github.com/RMichelsen/Nvy/releases/download/v$version/Nvy.exe" 24 | } 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /bucket/pasteboard.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.2.0", 3 | "description": "Clipboard utilities for Windows (like OSX pbcopy/pbpaste)", 4 | "homepage": "https://github.com/uzxmx/pasteboard", 5 | "license": "MIT", 6 | "url": "https://github.com/uzxmx/pasteboard/releases/download/v1.2.0/pasteboard-v1.2.0-windows.zip", 7 | "hash": "2290667c7740a666c2d0341291538500285d737e98aa6c7c66b1217a99ebca9e", 8 | "bin": [ 9 | "pbcopy.exe", 10 | "pbpaste.exe" 11 | ], 12 | "checkver": "github", 13 | "autoupdate": { 14 | "url": "https://github.com/uzxmx/pasteboard/releases/download/v$version/pasteboard-v$version-windows.zip", 15 | "hash": { 16 | "url": "https://github.com/uzxmx/pasteboard/releases/download/v$version/pasteboard-v$version-windows.zip.sha256" 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/slskd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.17.3", 3 | "description": "A modern client-server application for the Soulseek file sharing network.", 4 | "homepage": "https://github.com/slskd/slskd", 5 | "license": "AGPL-3.0-only", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/slskd/slskd/releases/download/0.17.3/slskd-0.17.3-win-x64.zip", 9 | "hash": "a917559c324b079cd2f1da63683f2c52e792b72fdd4d04a4d58592c718a7e897" 10 | } 11 | }, 12 | "bin": "slskd.exe", 13 | "persist": "config", 14 | "checkver": "github", 15 | "autoupdate": { 16 | "architecture": { 17 | "64bit": { 18 | "url": "https://github.com/slskd/slskd/releases/download/$version/slskd-$version-win-x64.zip" 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/unsubscan.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.1.3", 3 | "description": "A tool to help you find unsubscribe links in your emails", 4 | "homepage": "https://github.com/LGUG2Z/unsubscan", 5 | "license": "MIT", 6 | "architecture": { 7 | "64bit": { 8 | "url": "https://github.com/LGUG2Z/unsubscan/releases/download/v0.1.3/unsubscan-v0.1.3-x86_64-pc-windows-msvc.zip", 9 | "hash": "1638a53d63a634ab2f9fba6e636c9eb1f847dc503f58e3579aee25c1a1b30f6a" 10 | } 11 | }, 12 | "bin": "unsubscan.exe", 13 | "checkver": "github", 14 | "autoupdate": { 15 | "architecture": { 16 | "64bit": { 17 | "url": "https://github.com/LGUG2Z/unsubscan/releases/download/v$version/unsubscan-v$version-x86_64-pc-windows-msvc.zip" 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/bkchem.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.13.0", 3 | "description": "Free chemical drawing software with IUPAC InChI support", 4 | "homepage": "https://bkchem.zirael.org/", 5 | "license": "GPL-2.0-or-later", 6 | "url": "https://bkchem.zirael.org/download/bkchem-0.13.0.exe", 7 | "hash": "1b90a4c21462ac11014c3470e793f5f90ae393fac9a7d3927865ec0ecd5a34ce", 8 | "innosetup": true, 9 | "shortcuts": [ 10 | [ 11 | "bkchem\\bkchem.exe", 12 | "BKchem", 13 | "", 14 | "images\\icon.ico" 15 | ] 16 | ], 17 | "checkver": { 18 | "url": "https://bkchem.zirael.org/download_en.html", 19 | "regex": "bkchem-([\\d.]+)\\.exe" 20 | }, 21 | "autoupdate": { 22 | "url": "https://bkchem.zirael.org/download/bkchem-$version.exe" 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /bucket/eagleget.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.5.10", 3 | "description": "A free all-in-one download manager.", 4 | "homepage": "http://www.eagleget.com/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "http://www.eagleget.com/eagleget-user-terms/" 8 | }, 9 | "notes": "Right click on $dir\\install.bat file and select 'Run as Administrator' to enable the browser monitoring.", 10 | "url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/eagleget/EagleGetPortable_2.1.5.10.zip", 11 | "hash": "2bc66da27a05eeca270b55f02ad5b57bd70287713a7de1e5a3737e9a41c37788", 12 | "shortcuts": [ 13 | [ 14 | "EagleGet.exe", 15 | "EagleGet" 16 | ] 17 | ], 18 | "persist": [ 19 | "EagleGet\\configs", 20 | "EGDownloads" 21 | ] 22 | } 23 | -------------------------------------------------------------------------------- /bucket/mc.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "4.8.28", 3 | "description": "Native GNU Midnight Commander for Win32", 4 | "homepage": "https://midnight-commander.org/", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://downloads.sourceforge.net/project/mcwin32/mcwin32-build227-setup.exe", 7 | "hash": "sha1:61440611ec641455d302fd55310a44d18b4758b5", 8 | "innosetup": true, 9 | "bin": "mc.exe", 10 | "shortcuts": [ 11 | [ 12 | "mc.exe", 13 | "mc" 14 | ] 15 | ], 16 | "checkver": { 17 | "url": "https://sourceforge.net/projects/mcwin32/files/", 18 | "regex": "Latest Build\\s+([\\d.]+)\\s+(?[\\d]+)" 19 | }, 20 | "autoupdate": { 21 | "url": "https://downloads.sourceforge.net/project/mcwin32/mcwin32-build$matchBuild-setup.exe" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /bucket/mobalivecd.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1", 3 | "description": "Run a Linux LiveCD on Windows using Qemu emulator.", 4 | "homepage": "https://www.mobatek.net/labs_mobalivecd.html", 5 | "license": "GPL-2.0", 6 | "notes": "Execute this app as administrator", 7 | "url": "https://www.mobatek.net/exes/MobaLiveCD_v2.1.exe#/MobaLiveCD.exe", 8 | "hash": "DDB4ADF5DFF5656673BF90E37FF397CB0736C68225AE8F4D17EE17F83C723994", 9 | "shortcuts": [ 10 | [ 11 | "MobaLiveCD.exe", 12 | "MobaLiveCD" 13 | ] 14 | ], 15 | "checkver": { 16 | "url": "https://www.mobatek.net/mobalivecd_changelog.txt", 17 | "regex": "Version ([\\d.]+)" 18 | }, 19 | "autoupdate": { 20 | "url": "https://www.mobatek.net/exes/MobaLiveCD_v$version.exe#/MobaLiveCD.exe" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/opennetmeter.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.12.1", 3 | "description": "A simple program to monitor your network/data usage.", 4 | "homepage": "https://github.com/Ashfaaq18/OpenNetMeter", 5 | "license": "Apache-2.0", 6 | "suggest": { 7 | "Windows Desktop Runtime": "extras/windowsdesktop-runtime-lts" 8 | }, 9 | "url": "https://github.com/Ashfaaq18/OpenNetMeter/releases/download/v0.12.1/OpenNetMeter-0.12.1.zip", 10 | "hash": "c1c8586658883df5f516e670e62e39de52566afa51406338e0e9134d3c5bb010", 11 | "shortcuts": [ 12 | [ 13 | "OpenNetMeter.exe", 14 | "OpenNetMeter" 15 | ] 16 | ], 17 | "checkver": "github", 18 | "autoupdate": { 19 | "url": "https://github.com/Ashfaaq18/OpenNetMeter/releases/download/v$version/OpenNetMeter-$version.zip" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /bucket/rednotebook.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.29.3", 3 | "description": "Graphical diary and journal", 4 | "homepage": "https://rednotebook.sourceforge.io/", 5 | "license": "GPL-3.0-or-later", 6 | "url": "https://github.com/jendrikseipp/rednotebook/releases/download/v2.29.3/rednotebook-2.29.3.exe", 7 | "hash": "f891639973b218997b10f0af352a0c285d29b7b0d8b11a75a5a61411a41c34d9", 8 | "innosetup": true, 9 | "bin": "rednotebook.exe", 10 | "shortcuts": [ 11 | [ 12 | "rednotebook.exe", 13 | "RedNotebook" 14 | ] 15 | ], 16 | "checkver": { 17 | "github": "https://github.com/jendrikseipp/rednotebook" 18 | }, 19 | "autoupdate": { 20 | "url": "https://github.com/jendrikseipp/rednotebook/releases/download/v$version/rednotebook-$version.exe" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/windiff.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.1.0", 3 | "description": "The omnipotent, omniscient, omnipresent diffing program", 4 | "homepage": "https://en.wikipedia.org/wiki/WinDiff", 5 | "license": "Unlicense", 6 | "url": "https://github.com/kitamstudios/WinDiff/releases/download/v2.1.0/WinDiff.zip", 7 | "hash": "e25ccdc2fef77eb001fc3a5d755d448a301338d7e4feb2cf365bcb3d34200931", 8 | "bin": "bin\\WinDiff.exe", 9 | "shortcuts": [ 10 | [ 11 | "bin\\WinDiff.exe", 12 | "WinDiff" 13 | ] 14 | ], 15 | "checkver": { 16 | "github": "https://github.com/kitamstudios/WinDiff", 17 | "regex": "/releases/tag/v([\\d.]+)" 18 | }, 19 | "autoupdate": { 20 | "url": "https://github.com/kitamstudios/WinDiff/releases/download/v$version/WinDiff.zip" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/glary-utilities.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "5.201", 3 | "description": "All-in-one utility for cleaning your PC", 4 | "homepage": "https://www.glarysoft.com/", 5 | "license": { 6 | "identifier": "Freeware", 7 | "url": "https://www.glarysoft.com/inf/termsofuse/" 8 | }, 9 | "url": "https://download.glarysoft.com/guportable.zip", 10 | "hash": "1b5605653afe1c8b1e579d177d2eee562b715b9a03b4f28026d060b263cd68db", 11 | "shortcuts": [ 12 | [ 13 | "Integrator_Portable.exe", 14 | "Glary Utilities" 15 | ] 16 | ], 17 | "persist": [ 18 | "Portable\\data", 19 | "Portable\\skins" 20 | ], 21 | "checkver": "([\\d.-]+) for Windows", 22 | "autoupdate": { 23 | "url": "https://download.glarysoft.com/guportable.zip" 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /bucket/meow.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2019.03.22", 3 | "description": "A lolcat clone", 4 | "homepage": "https://github.com/kiedtl/meow", 5 | "license": "AGPL-3.0-only", 6 | "url": "https://github.com/kiedtl/meow/archive/1c1b0582e482198222a14743d23b153611efffea.zip", 7 | "hash": "0f783537f132f114ff5e496705b6ae0bbb62e36a8bf5fdd426c69083dbc9ce10", 8 | "extract_dir": "meow-1c1b0582e482198222a14743d23b153611efffea", 9 | "bin": "bin\\meow.ps1", 10 | "checkver": { 11 | "url": "https://github.com/kiedtl/meow/commits/master.atom", 12 | "regex": "(\\d+)-(\\d+)-(\\d+)[\\S\\s]*?(?[0-9a-f]{40})", 13 | "replace": "0.${1}.${2}.${3}" 14 | }, 15 | "autoupdate": { 16 | "url": "https://github.com/kiedtl/meow/archive/$matchSha.zip", 17 | "extract_dir": "meow-$matchSha" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/nexusfont.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.7.1", 3 | "description": "Font manager", 4 | "homepage": "https://www.xiles.app", 5 | "license": "Freeware", 6 | "url": "https://s3.ap-northeast-2.amazonaws.com/net.xiles.public/download/nexusfont_2.7.1.zip", 7 | "hash": "376be2e3b94c4b46865e59e784fba2153fff3dbad6481925213dfc8e137a1b2c", 8 | "extract_dir": "nexusfont", 9 | "bin": [ 10 | "nexusfont.exe", 11 | "FontInstaller.exe" 12 | ], 13 | "shortcuts": [ 14 | [ 15 | "nexusfont.exe", 16 | "NexusFont - Font Manager" 17 | ] 18 | ], 19 | "persist": "userdata", 20 | "checkver": "nexusfont_([\\d.]+)\\.zip", 21 | "autoupdate": { 22 | "url": "https://s3.ap-northeast-2.amazonaws.com/net.xiles.public/download/nexusfont_$matchHead.zip" 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /bucket/openhardwaremonitor.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.9.6", 3 | "description": "Monitors temperature sensors, fan speeds, voltages, load and clock speeds of a computer.", 4 | "homepage": "https://openhardwaremonitor.org/", 5 | "license": "MPL-2.0", 6 | "url": "https://openhardwaremonitor.org/files/openhardwaremonitor-v0.9.6.zip", 7 | "hash": "5e238c36ae5f8a8ab9aa5e6fa3c568967d61953393384c7c8fd6370f8bc86b85", 8 | "extract_dir": "OpenHardwareMonitor", 9 | "bin": "OpenHardwareMonitor.exe", 10 | "shortcuts": [ 11 | [ 12 | "OpenHardwareMonitor.exe", 13 | "Open Hardware Monitor" 14 | ] 15 | ], 16 | "checkver": ">Release Version\\s+([\\d.]+)([\\d.]+)" 15 | }, 16 | "autoupdate": { 17 | "url": "https://psg-prod-eastus.azureedge.net/packages/psreadline.$version.nupkg" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /bucket/squalr.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.0.2", 3 | "description": "Memory editor - game hacking tool.", 4 | "homepage": "https://www.squalr.com/", 5 | "license": "Unknown", 6 | "url": "https://github.com/Squalr/Squalr/releases/download/3.0.2/Squalr-3.0.2-full.nupkg", 7 | "hash": "sha1:f836c2bb96dfcbc3372d6f1bd1ad18aa921a54e0", 8 | "extract_dir": "lib\\net45", 9 | "bin": "Squalr.exe", 10 | "shortcuts": [ 11 | [ 12 | "Squalr.exe", 13 | "Squalr" 14 | ] 15 | ], 16 | "checkver": { 17 | "github": "https://github.com/Squalr/Squalr/" 18 | }, 19 | "autoupdate": { 20 | "url": "https://github.com/Squalr/Squalr/releases/download/$version/Squalr-$version-full.nupkg", 21 | "hash": { 22 | "url": "$baseurl/RELEASES" 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /bucket/tagscanner.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "6.1.14", 3 | "description": "TagScanner is a powerful tool for organizing and managing your music collection.", 4 | "homepage": "https://www.xdlab.ru/en/", 5 | "license": "Unknown", 6 | "url": "https://www.xdlab.ru/files/tagscan-6.1.14.zip", 7 | "hash": "b27390d682761fa0f0e2393aa74bc9ae53dbde8f4a001aa881c46b1687872002", 8 | "bin": "Tagscan.exe", 9 | "shortcuts": [ 10 | [ 11 | "Tagscan.exe", 12 | "Tagscanner" 13 | ] 14 | ], 15 | "pre_install": "if (!(Test-Path \"$persist_dir\\Tagscan.ini\")) { New-Item \"$dir\\Tagscan.ini\" -ItemType File | Out-Null }", 16 | "persist": "Tagscan.ini", 17 | "checkver": "TagScanner ([\\d.]+)", 18 | "autoupdate": { 19 | "url": "https://www.xdlab.ru/files/tagscan-$version.zip" 20 | } 21 | } 22 | --------------------------------------------------------------------------------