Skip to main content

Command line menu and helper utility

Project description

comenu

comenu is a simple tool for execute any command in terminal.

Quick Setup

macOS

brew install https://raw.githubusercontent.com/dmirubtsov/comenu/master/comenu.rb
comenu

Linux

pip3 install comenu
comenu

Development

git clone https://github.com/mmeyer724/comenu.git
cd comenu
pip3 install -r requirements.txt
python3 -m comenu

Configuration

On first run an example configuration file will be created for you, along with the path. For reference, I’ve added this information here as well.

OS X

nano ~/Library/Application\ Support/comenu/config.json

Linux

nano ~/.config/comenu/config.json

Default contents

{
  'targets': [
          {
              'command': 'ssh root@desktop',
              'name': 'Desktop',
              'friendly': 'Connect to desktop by ssh'
          }
      ]
}

Todo

  • Submenus

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

comenu-1.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

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