Skip to content

v1.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 16:01
· 67 commits to master since this release
  • Shorcut name highlighting in the search results

  • Ability to set a specific application to open file or URL shortcuts. Add "App" field in the shortcut JSON file. Provide application name (works only for registered applications in the system) or full path to the executable file. If the application is not defined, the default application will be used to open the file or URL. Example:

    {
      "Type": "Url",
      "Url": "https://www.youtube.com/playlist?list=WL",
      "App": "msedge.exe",
      "Key": "wl2"
    },
      {
      "Type": "File",
      "App": "C:\\Program Files\\WindowsApps\\Microsoft.WindowsNotepad_11.2312.18.0_x64__8wekyb3d8bbwe\\Notepad\\Notepad.exe",
      "Path": "C:\\Users\\tutta\\Storage\\Motion Picture\\labas.txt",
      "Key": "t1"
    },
    {
      "Type": "File",
      "App": "notepad",
      "Path": "C:\\Users\\tutta\\Storage\\Motion Picture\\labas.txt",
      "Key": "t2"
    },