Skip to content

conda/menuinst

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d61b74 · Oct 20, 2024
Oct 20, 2024
Sep 3, 2023
Sep 19, 2024
Oct 17, 2024
Oct 17, 2024
Oct 17, 2024
Dec 11, 2023
Jun 6, 2024
Aug 7, 2024
Mar 6, 2023
Oct 12, 2015
Sep 14, 2023
Aug 7, 2024
Oct 17, 2024
Aug 7, 2024
Aug 7, 2024
Sep 16, 2024
Sep 16, 2024
Mar 17, 2016
Sep 3, 2023
Aug 21, 2023
Sep 3, 2023
Sep 16, 2024
Mar 6, 2023

Repository files navigation

menuinst: cross platform menu item installation

This package provides cross platform menu item installation for conda packages.

If a conda package ships a menuinst JSON document under $PREFIX/Menu, conda will invoke menuinst to process the JSON file and install the menu items in your operating system. The menu items are removed when the package is uninstalled.

The following formats are supported:

  • Windows: .lnk files in the Start menu. Optionally, also in the Desktop and Quick Launch.
  • macOS: .app bundles in the Applications folder.
  • Linux: .desktop files as defined in the XDG standard.

Documentation

Documentation is available at https://conda.github.io/menuinst/.

History

This package was originally developed and maintained by Enthought under the name AppInst. The name appinst is a rename of what used to be called 'wininst'.

menuinst v1 was only supported on Windows. Legacy code existed in v1 for Linux and OS X - use at your own risk. It may mess up your menus.

menuinst v2 is a backwards-compatible rewrite to address cross-platform compatibility under a unified JSON schema, as discussed in CEP-11. The Windows bits of the v1 code are still available under the menuinst._legacy subpackage.

Build status

Build status Docs status codecov pre-commit.ci status Anaconda-Server Badge
conda install defaults::menuinst Anaconda-Server Badge
conda install conda-forge::menuinst Anaconda-Server Badge
conda install conda-canary/label/dev::menuinst Anaconda-Server Badge