Skip to content

List windows apps #35

@ahmed-shariff

Description

@ahmed-shariff

Love the package!
I use emacs on Windows a lot. I have the following to be able to use the "Apps" sources on Windows:

  (when (eq system-type 'windows-nt)
    (setq consult-omni-apps-paths (-non-nil
                                   (append (list (file-truename "~/AppData/Roaming/Microsoft/Windows/Start Menu/Programs"))
                                           (f-directories (file-truename "~/AppData/Roaming/Microsoft/Windows/Start Menu/Programs") nil t)
                                           (-map #'file-truename (s-split ";" (getenv "path")))))
          consult-omni-apps-regexp-pattern "\\(.*\\.exe$\\|.*\\.lnk$\\)"
          consult-omni-apps-open-command-args "start"))

If this is something you'd be interested in adding to the package, I can submit a PR for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions