Skip to main content

Commandline tool for quickly entering multiple similar commands.

Project description

Stampel

A very simple utility to run many variations of a command.

Usage

Instead of something like

git add foo.py; git commit -m "fooified the fooing"
git add bar.py; git commit -m "barified the baring"

You can do

stampel 'git add {}.py; git commit -m "{}"'
> foo, fooified the fooing
> bar, barified the baring

That's it. It's very small so just read the code if you want to know more.

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

stampel-0.1.0.tar.gz (1.5 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