Skip to main content

Command-line executable Python script to re-run the given command every timefiles are modified in the current directory or its subdirectories.

Project description

Usage

rerun [--help|-h] [--verbose|-v] [--ignore|-i=<file>] [--version] <command>

Where:

<command>           Command to execute
--help|-h           Show this help message and exit.
--ignore|-i=<file>  File or directory to ignore. Any directories of the
                    given name (and their subdirs) are excluded from the
                    search for changed files. Any modification to files of
                    the given name are ignored. The given value is
                    compared to basenames, so for example, "--ignore=def"
                    will skip the contents of directory "./abc/def/" and
                    will ignore file "./ghi/def". Can be specified multiple
                    times.
--verbose|-v        Display the names of changed files before the command
                    output.
--version           Show version number and exit.

Description

Rerun detects changes to files by polling file modification times once per second. It looks in the current directory and all its subdirectories. On detecting any changes, it clears the terminal and reruns the given command.

It always ignores directories called .svn, .git, .hg, .bzr, build and dist.

It always ignores files ending with .pyc or .pyo.

e.g:

rerun python -m unittest mypackage.mymodule

will rerun your tests every time you save your source code, but it won’t rerun the tests a second time when .pyo files get updated as a result of executing the tests. Handy for seeing the new test results in another console window after you hit ‘save’ in your editor, without having to change window focus.

Dependencies

Tested on MacOSX, Ubuntu, WindowsXP, Windows 7.

Runs under Python2.7 or 3.2.

May run under Python 2.6 or older with PyPI package ‘argparse’ installed.

No other dependencies.

Install

pip install rerun

Known Problems

Polling for modification times perhaps isn’t ideal. Registering of OS-specific notifications of file system events might be better. In practice though, I haven’t noticed it burden my machine in directories containing hundreds of files.

It might be handy if ‘–ignore’ accepted globs, e.g. “*.tmp”

See issues at https://bitbucket.org/tartley/rerun/issues?status=new&status=open

Alternatives

PyPI package ‘watchdog’ is a cross-platform library for handling file-system events, which includes script ‘watchmedo’, which looks like a more serious and heavy-duty version of ‘Rerun’.

Thanks

The idea came from the Bash command ‘watch’, and inspiration for this implementation came from an old blog post by Jeff Winkler, whos website http://jeffwinkler.net seems to have now died.

Contact

Documentation & download:

http://pypi.python.org/pypi/rerun/

Souce code and issues:

https://bitbucket.org/tartley/rerun

Contact the author:

Jonathan Hartley, email: tartley at domain tartley.com, Twitter: @tartley.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

rerun-1.0.14beta.zip (11.7 kB view details)

Uploaded Source

rerun-1.0.14beta.tar.gz (6.3 kB view details)

Uploaded Source

File details

Details for the file rerun-1.0.14beta.zip.

File metadata

  • Download URL: rerun-1.0.14beta.zip
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rerun-1.0.14beta.zip
Algorithm Hash digest
SHA256 0c5c5bf73c7e071b01e87eadcc6582ccc3083e4ce53d98db11cb0fc9267e358f
MD5 0e02436b41f96f845f45f10f0c2cd317
BLAKE2b-256 8400c2c61e69e1836ad6a68090099ac241e4285eb0f157e025365929946dcfb4

See more details on using hashes here.

File details

Details for the file rerun-1.0.14beta.tar.gz.

File metadata

  • Download URL: rerun-1.0.14beta.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rerun-1.0.14beta.tar.gz
Algorithm Hash digest
SHA256 96bbab1a7e1c7e65dd63fd7dba36ed1e562cbb9d690bff0feb12bcd5021971f5
MD5 c58dabc5b4bd01511d6e800a5c4b1e2d
BLAKE2b-256 476b0284e54d0f4b32b175a2eb37706060435cfa4c5b2cab1ce04fa400c47f95

See more details on using hashes here.

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