ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.54k stars 921 forks source link

[Bug]: Far Manager missing GUI shortcut #5406

Closed max-crow closed 5 months ago

max-crow commented 5 months ago

Prerequisites

Package Name

far

Expected/Current Behaviour

There is no shortcut for Far Manager

Steps to Reproduce

PS> scoop install far

open start menu
type "far"
no results

Possible Solution

    "shortcuts": [
        [
            "Far.exe",
            "Far Manager"
        ]
    ],

Scoop and Buckets Version

PS> scoop --version
Current Scoop version:
v0.3.1 - Released at 2022-11-15

'extras' bucket:
2ea92b7ef (HEAD -> master, origin/master, origin/HEAD) qtemu@2.1: Fix hash (#12574)

Scoop Config

PS> scoop config

root_path         global_path           last_update
---------         -----------           -----------
C:\programs\Scoop C:\programs\ScoopApps 08.01.2024 18:53:55

PowerShell Version

PS> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.4.0
PSEdition                      Core
GitCommitId                    7.4.0
OS                             Microsoft Windows 10.0.22631
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Additional Softwares

No response

HUMORCE commented 5 months ago

It's a TUI/CLI app.

max-crow commented 5 months ago

Yep, it's a TUI/CLI app, but when installing with msi it creates the shortcut.

HUMORCE commented 5 months ago
Snipaste_2024-01-14_02-00-38

far command consistent with the behavior of its shortcut. If you think it's necessary, please make a PR for review by other maintainers.