Skip to main content

generate shell commands from scripts

Project description

Installation

$ [sudo] pip install commands-generator

Features

  • generate shell commands from scripts
  • shell namespaces - namespace:command. folder names as namespaces

How it works

scripts (shebang #! required):

namespace/script.py
namespace/subnamespace/script.sh

generated commands:

namespace:script
namespace:subnamespace:script

Config

~/.bashrc:

export PATH=path/to/commands:$PATH

Scripts usage

usage: commands-generator scripts_dir commands_dir

Examples

generate ~/.local/share/bin from dotfiles/scripts:

dotfiles/scripts/git/commit.sh
dotfiles/scripts/files/python/setup.cfg/create.sh
dotfiles/scripts/web/github.com/push.sh
$ cd path/to/dotfiles
$ commands-generator scripts ~/.local/share/bin

generated commands:

~/.local/share/bin/git:commit
~/.local/share/bin/files:python:setup.cfg:create
~/.local/share/bin/web:github.com:push

usage:

$ files:python:requirements.txt:create
$ git:commit
$ web:github.com:push

Related projects

python-readme-generator

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

commands-generator-2019.4.13.tar.gz (2.1 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