Command line menu and helper utility
Project description
Quick Setup
macOS
brew install https://raw.githubusercontent.com/dmirubtsov/comenu/master/comenu.rb
comenu
Linux
pip3 install --user comenu
comenu
Development
git clone https://github.com/dmirubtsov/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
Release history Release notifications | RSS feed
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.1.tar.gz
(6.1 kB
view hashes)