Skip to main content

run command from multiple directories

Project description

Installation

$ [sudo] pip install execdir

How it works

  1. create list of directories
  2. run command

Config

$XDG_CONFIG_HOME/execdir by default - ~/.config/execdir

$ export EXECDIR=~/Library/execdir

CLI

usage: execdir command [args]

Available commands:
    add                     add directories to list
    clear                   clear list
    get                     print list(s) directories
    set                     set list directories
    run                     run command from list directories
    rm                      remove directories from list

run `execdir COMMAND --help` for more infos

Examples

set directories

# ~/git/owner/repo
$ find ~/git -type d -maxdepth 2 | execdir set all
$ find ~/git -name "setup.py" -maxdepth 3 | sed 's#/[^/]*$##' | execdir set pypi
$ find ~/git -name "package.json" -maxdepth 3 | sed 's#/[^/]*$##' | execdir set npmjs
$ find ~/git -name ".travis.yml" -maxdepth 3 | sed 's#/[^/]*$##' | execdir set travis

run command

$ execdir run pypi python setup.py sdist upload
$ execdir run npmjs npm publish

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

execdir-2019.3.22.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

execdir-2019.3.22-py2.py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 2 Python 3

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