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 install pre-commit before commiting and pushing your changes.

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.7.tar.gz (15.9 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.7-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mymenu-1.2.7.tar.gz
Algorithm Hash digest
SHA256 ac4198852608904d05ffee0d8fc631e504338e04ead6cbce18f76e1f1b494f4b
MD5 53b4f11cbfa053b4586c8e306c19a87d
BLAKE2b-256 fb475fa690605c28b6340416e4ad16c4ffc20023065fda014ef041ccc2ca1cf8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mymenu-1.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8db75b1aab4c1e7c5de0a6e10ec2d80a6cb9b4e288c25092334355190386ff98
MD5 770aabe463db747b1abf452d134b7bd6
BLAKE2b-256 62e7d740aeff0ffa5169d45be14abea93c1dc62c86bf91eb994aacb98cb93935

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