Skip to main content

Menu for your remote console

Project description

MyMenu

Menu for your remote console.

Installation

You can install mymenu either by uv

uv tool install mymenu

or by pip

pip install mymenu

Usage

Just run menu and ~/.mymenu.json will be used.

Alternatively you can run menu -f some_other_menu.json

Menu.json

Example of menu.json file:

[
    {
        "type": "MENU_TITLE",
        "title": "Main menu"
    },
    {
        "type": "SUBMENU",
        "label": "Submenu",
        "key": "1",
        "submenu": [
            {
                "type": "MENU_TITLE",
                "title": "Submenu"
            },
            {
                "type": "COMMAND",
                "label": "Command 1",
                "key": "1",
                "command": "command1"
            },
            {
                "type": "COMMAND",
                "label": "Command 2",
                "key": "2",
                "command": "command2"
            }
        ]
    },
    {
        "type": "COMMAND",
        "label": "Command",
        "key": "2",
        "command": "command"
    }
]

Contributing

Please sync repository and install pre-commit before commiting and pushing your changes.

uv sync
uv run pre-commit install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mymenu-1.2.6.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mymenu-1.2.6-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file mymenu-1.2.6.tar.gz.

File metadata

  • Download URL: mymenu-1.2.6.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.31

File hashes

Hashes for mymenu-1.2.6.tar.gz
Algorithm Hash digest
SHA256 896fd4269ba8404de7819b7b3d9d49871849839c08a52ac706a946ef256e0071
MD5 3141d36fd599dab9ea8b7e2966a100e1
BLAKE2b-256 f88db307f8935ddf7e64fbd8bffd554dd2498e9321946a0745cb79ea674c34c1

See more details on using hashes here.

File details

Details for the file mymenu-1.2.6-py3-none-any.whl.

File metadata

  • Download URL: mymenu-1.2.6-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.31

File hashes

Hashes for mymenu-1.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 68cb5dfd59505108940c556c35d887b3b43722944727e5a24ddf2ee737765cdb
MD5 4d361985aec221b951b89047d6ab0347
BLAKE2b-256 81363c9d5a165640053026caf1a6cee66c50bbddf4b0c751527cdaddd251f699

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page